[Mutt] #2963: optimization: link() can be used in e.g. mbox-hook for maildirs

2007-09-22 Thread Mutt
#2963: optimization: link() can be used in e.g. mbox-hook for maildirs if source and destination mailboxes are maildirs and the both are on the same filesystem, link() (and unlink() for source email if link() succeeds) can be used instead of read() and write() as an optimization, if there have

[Mutt] #2962: fsync() is not called for messages written to maildir

2007-09-22 Thread Mutt
#2962: fsync() is not called for messages written to maildir It can take as much as 30s (or more) till the OS really flushes the buffers if fsync() is not called. Besides, maildir format is not reliable if you do not use fsync. -- Ticket URL:

Re: Help needed to rework sidebarpatch

2007-09-22 Thread Rocco Rutte
Hi, * Elimar Riesebieter [07-09-20 19:37:47 +0200] wrote: there are so many changes applied to muttlib.c. I want to patch the latest hg with the sidebarpatch and the only hunk which doesn't apply is: Index: mutt-1.5.16+hg20070905/muttlib.c