isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 1efcad03f8e546c19b947d50c7624898980d13a7
parent 6f647ae37b21109eecad0316bd67752132b5483d
Author: Michael Elkins <me@mutt.org>
Date:   Wed,  3 Oct 2001 00:03:14 +0000

update TODO list with action items

Diffstat:
MTODO | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -4,3 +4,6 @@ finish implementing --quiet 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.