karelzak / mutt-kz

mutt-kz is DEPRECATED in favor of neomutt project.
https://neomutt.org
Other
296 stars 51 forks source link

More careful file writing, add mutt_move_message #111

Closed Safari77 closed 8 years ago

Safari77 commented 9 years ago

Call fsync in a couple of critical places (adding alias, saving attachments). mutt_move_message is optimization for Maildir I have used personally for > 10 years.

Should not™ interfere with notmuch since _mutt_append_message checks src->magic == M_NOTMUCH but link() in mutt_move_message is done iff both src->magic and dest->magic are M_MAILDIR.

karelzak commented 8 years ago

I have merged * add ID and tags to .gitignore * More careful file writing for aliases and attachments patches. Thanks.