~bitfehler

https://bitfehler.net

Trackers

~bitfehler/vomit

Last active 4 months ago

~bitfehler/names.sr.ht

Last active 6 months ago

#7 Require config only when really needed 4 months ago

Comment by ~bitfehler on ~bitfehler/vomit

Interesting. Yes, this is indeed currently an unsupported use case. As a workaround, you can create a config file with an empty account:

[accountname]

The presence of an account is the only thing checked right now if you use a file system path.

For convenience, you could also do

[accountname]
local = "~/drafts"

and then you could simply run vmt pick . for the same result.

I'll change the title a bit to reflect that this is currently "intended" and consider this for future changes.

#6 vomit-sync: consider option for plain maildir layout 6 months ago

Ticket created by ~bitfehler on ~bitfehler/vomit

#197 Generated invoice doesn't have provided address 6 months ago

Comment by ~bitfehler on ~sircmpwn/meta.sr.ht

#197 Generated invoice doesn't have provided address 6 months ago

on ~sircmpwn/meta.sr.ht

#5 vomit-sync: support notifications for new mail 6 months ago

Ticket created by ~bitfehler on ~bitfehler/vomit

#1 Write man page 6 months ago

Comment by ~bitfehler on ~bitfehler/vomit

REPORTED RESOLVED IMPLEMENTED

#2 Implement `vmt sync` 6 months ago

Comment by ~bitfehler on ~bitfehler/vomit

REPORTED RESOLVED IMPLEMENTED

#2 go-enom: rip out ParseDomain 6 months ago

Comment by ~bitfehler on ~bitfehler/names.sr.ht

REPORTED RESOLVED FIXED

#2 go-enom: rip out ParseDomain 6 months ago

Ticket created by ~bitfehler on ~bitfehler/names.sr.ht

it works under the broken assumption that what enom considers a TLD never includes a dot, but there are plenty of those: ".co.uk" etc.

#1 go-enom: implement TLD_GetTLD 7 months ago

Ticket created by ~bitfehler on ~bitfehler/names.sr.ht

The client currently uses the (deprecated? at least undocumented) gettldlist command to get a list of available TLDs. The response to that is slightly broken. Judging from the docs, it should be replaced with https://api.enom.com/docs/TLD_GetTLD instead.

edit: apparently getTldList is documented, just not listed in the sidebar?