e015398ff2
sync_mailbox() didn't consider MaxSize == 0 to mean "unlimited". load_config() needs to print a newline in its error messages since next_arg() kills the newline of the line that was read out of the config file.
12 lines
443 B
Plaintext
12 lines
443 B
Plaintext
add support for syncing with other: and shared: via NAMESPACE
|
|
|
|
finish implementing --quiet
|
|
|
|
--fast downloads the last message again if no new messages have arrived
|
|
|
|
isync gets confused when new mail is delivered while in the middle of an
|
|
IMAP session. need to handled those asynchronous notifications properly.
|
|
|
|
in order to be in total compliance with the maildir(5) spec, we need to
|
|
add code to clean the tmp directory on the 24-hour timer.
|