summaryrefslogtreecommitdiffstats
path: root/mh.c
AgeCommit message (Expand)Author
2020-12-22Merge branch 'stable'Kevin McCarthy
2020-12-22Fix offset to use LOFF_T in a couple places.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-05-08Add utime() loop for _maildir_commit_message().Kevin McCarthy
2019-09-30Memcpy header cache fetch values to ensure alignment.Kevin McCarthy
2019-04-16Convert BUFFER->path to a BUFFER.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-29Change x-label editing flag to be in the envelope.Kevin McCarthy
2018-12-29Create envelope->changed to mark all field changes.Kevin McCarthy
2018-12-17Add mx operation save_to_header_cache.Kevin McCarthy
2018-10-11Convert the rest of mh.c to use BUFFER for file paths.Kevin McCarthy
2018-10-08Convert maildir_canon_filename() and callers to use BUFFER.Kevin McCarthy
2018-10-08Convert maildir_sync_message to use BUFFERs.Kevin McCarthy
2018-10-08Convert _maildir_commit_message to use BUFFER.Kevin McCarthy
2018-10-08Convert maildir_parse_dir to use BUFFER.Kevin McCarthy
2018-06-25Work around open mailbox monitor code check issue.Kevin McCarthy
2018-06-18Convert context and buffy to use nanosecond timestamps.Kevin McCarthy
2018-06-01Correct spelling mistakes.Edward Betts
2017-09-25Change maildir and mh check_mailbox to use dynamic sized hash. (closes #3973)Kevin McCarthy
2017-05-07Improve maildir and mh to report flag changes in mx_check_mailbox() (closes #...Kevin McCarthy
2017-02-10Change "allow_dups" into a flag at hash creation.Kevin McCarthy
2017-02-07Create function to free header cache data.Kevin McCarthy
2017-01-28Adds capability to edit x-labels inside mutt, and to sort by label.David Champion
2016-11-16When $flag_safe is set, flagged messages cannot be deleted.David Champion
2016-11-13Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync.Kevin McCarthy
2016-08-05Fix memleak in mh_read_dir() when sequence parsing fails.Kevin McCarthy
2016-08-01Use a different flag in mx_open_mailbox_append() when mailbox doesn't exist.Kevin McCarthy
2016-08-01Convert mx_open_mailbox_append() to use ctx->mx_ops.Kevin McCarthy
2016-06-18add commit_msg to struct mx_opsDamien Riegel
2016-06-18add maildir_commit_message functionDamien Riegel
2016-06-18prepend maildir_commit_message function name with an underscoreDamien Riegel
2016-06-18remove unused HEADER parameter in mh_commit_messageDamien Riegel
2016-06-18add close_msg to struct mx_opsDamien Riegel
2016-06-18pass context in mx_close_messageDamien Riegel
2016-06-17Add open_msg to struct mx_opsDamien Riegel
2016-06-17Combine the basic and extended buffy functions.Kevin McCarthy
2016-06-07Make extended buffy independent of the sidebar.Kevin McCarthy
2016-06-04Start to fix sidebar buffy modifications.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-09Change M_* symbols to MUTT_*Derek Martin
2016-01-01Update copyright notices.Kevin McCarthy
2015-12-08Fix hash table key "use after free" in mh_check_mailbox(). (closes #3797)Kevin McCarthy
2015-01-26Corrected various spelling mistakes (most of them reported by codespell).Vincent Lefevre
2013-01-23add support for $mail_check_recent to mh mailbox driverMichael Elkins
2013-01-17use a separate flag for mutt_hcache_store() to signal that the gettimeofday()...Michael Elkins