summaryrefslogtreecommitdiffstats
path: root/mbox.c
AgeCommit message (Expand)Author
2017-03-02Prevent segv if open-appending to an mbox fails. (closes #3918)Kevin McCarthy
2017-01-28Improve the label completion hash table usage.Kevin McCarthy
2016-11-13Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync.Kevin McCarthy
2016-11-08Move mbox close-append logic inside mbox_close_mailbox().Kevin McCarthy
2016-08-01Convert mx_open_mailbox_append() to use ctx->mx_ops.Kevin McCarthy
2016-07-31Move fflush and fsync to the mbox and mmdf commit_msg functions.Kevin McCarthy
2016-07-17Add the trash folder patch.Kevin McCarthy
2016-06-18add commit_msg to struct mx_opsDamien Riegel
2016-06-18add mmdf_commit_message functionDamien Riegel
2016-06-18add mbox_commit_message functionDamien Riegel
2016-06-18add close_msg to struct mx_opsDamien Riegel
2016-06-17Add open_msg to struct mx_opsDamien Riegel
2016-06-07Make extended buffy independent of the sidebar.Kevin McCarthy
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
2016-05-26add check operation to struct mx_opsDamien Riegel
2016-05-25add open_new_msg operation to struct mx_opsDamien Riegel
2016-05-12Start decoupling mailbox operations.Damien Riegel
2016-05-12rename mbox_close_mailbox to mx_close_mailbox_append and move itDamien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-03-15Prevent ctx->fp from being closed twice in the event of an error.Kevin McCarthy
2016-03-15Check return value of ftruncate() in mbox_sync_mailbox().Vincent Lefevre
2016-01-01Update copyright notices.Kevin McCarthy
2013-07-23fix typos in commentsOndřej Bílka
2013-04-11backout c1371176ea45Michael Elkins
2013-04-10fix various compiler warnings; most were due to unchecked return values from ...Michael Elkins
2011-05-22Fix some minor warningsBrendan Cully
2010-09-20Fix typoEmanuele Giaquinta
2010-09-12add $mail_check_recent boolean to control whether Mutt will notify about all ...Michael Elkins
2010-08-05when parsing From_ lines in mmdf/mbox, the TZ should be computed based on the...Michael Elkins
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-06-19Fixup atime for mbox/mmdf also when mailbox is unchanged but has new mail. Se...Rocco Rutte
2009-06-19Don't mangle atime/mtime for mbox folders without new mail upon sync. Closes ...Rocco Rutte
2009-06-18Backout experimental patchRocco Rutte
2009-06-18UPDATING: add note about -a and --Rocco Rutte
2009-06-10Only print messages about CONTEXT when quiet flag not setRocco Rutte
2009-05-30Keep new mail flag for mbox/mmdf folders after closing. Closes #1362.Rocco Rutte
2009-05-13Prune empty address groups when preparing replies. Closes #2875.Rocco Rutte
2009-05-13Actually reopen mbox/mmdf files in case we find modifications. Closes #2725.Rocco Rutte
2009-05-12Backout errorneously commited mbox atime fixRocco Rutte
2009-05-12Fix description for <save-message>Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2008-07-02Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte
2008-06-25Make mutt_copy_message distinguish between fatal and non-fatal errors.Brendan Cully
2008-05-21Use ftello() instead of ftell() in more places that need it (fixesRocco Rutte
2008-03-11Respect ctx->quiet when initializing progress bar.N.J. Mann
2007-11-06Add percentages to progress bar optionally supplied by caller.Rocco Rutte
2006-11-28Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.Rocco Rutte
2006-11-21Teach mbox/mmdf to use the new progress update API.Rocco Rutte
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
2005-09-24Use fseeko/ftello when available while opening mbox/mmdf. Closes: #2084.Brendan Cully