summaryrefslogtreecommitdiffstats
path: root/mbox.c
AgeCommit message (Expand)Author
2020-12-22Correct length to use LOFF_T.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-09-06Block signals during mbox-append operation.Kevin McCarthy
2020-07-08Fix utimensat() to use cwd for relative paths.Kevin McCarthy
2019-10-15Convert mbox_sync_mailbox() to use buffer pool.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-17Add mx operation save_to_header_cache.Kevin McCarthy
2018-07-25Add mx_ops.msg_padding_size to return the padding for a mx type.Kevin McCarthy
2018-07-24Skip sort in mbox_sync_mailbox() when new/reopen occurs.Kevin McCarthy
2018-07-24Add ctx->vsize = 0 in a couple of places.Vincent Lefevre
2018-06-18Convert context and buffy to use nanosecond timestamps.Kevin McCarthy
2018-02-14Avoid a potential integer overflow if a Content-Length value is huge.Vincent Lefevre
2017-12-17manually touch atime when reading a mbox fileAdam Borowski
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