isync

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

commit f6f2d2461c7ef948f51fbf86ec045056933a6411
parent 21abb22c988d0442faf3ce350c0f984ed7d45030
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sat, 27 May 2006 12:44:13 +0000

add comment

Diffstat:
Msrc/drv_maildir.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/drv_maildir.c b/src/drv_maildir.c @@ -1046,6 +1046,7 @@ maildir_store_msg( store_t *gctx, msg_data_t *data, int to_trash, return; } close( fd ); + /* Moving seen messages to cur/ is strictly speaking incorrect, but makes mutt happy. */ nfsnprintf( nbuf, sizeof(nbuf), "%s%s/%s/%s%s", prefix, box, subdirs[!(data->flags & F_SEEN)], base, fbuf ); if (rename( buf, nbuf )) { perror( nbuf );