summaryrefslogtreecommitdiffstats
path: root/mh.c (follow)
Commit message (Expand)AuthorAgeLines
* Fix counters for external maildir 'T' flag changes.Kevin McCarthy2022-12-12-1/+12
* Remove trailing slashes when opening maildir/mh mailboxes.Kevin McCarthy2021-10-08-0/+6
* Convert all mutt_atoX functions to behave strictly.Kevin McCarthy2021-01-27-4/+4
* Merge branch 'stable'Kevin McCarthy2020-12-22-2/+2
|\
| * Fix offset to use LOFF_T in a couple places.Kevin McCarthy2020-12-22-2/+2
* | Add "headers" parameter to mx_open_message().Kevin McCarthy2020-12-12-2/+2
|/
* Add utime() loop for _maildir_commit_message().Kevin McCarthy2020-05-08-1/+5
* Memcpy header cache fetch values to ensure alignment.Kevin McCarthy2019-09-30-3/+4
* Convert BUFFER->path to a BUFFER.Kevin McCarthy2019-04-16-4/+4
* Clean up formatting.Kevin McCarthy2019-01-04-4/+8
* Clean up code indentation.Kevin McCarthy2019-01-04-63/+60
* Remove trailing whitespace.Kevin McCarthy2018-12-31-53/+53
* Change x-label editing flag to be in the envelope.Kevin McCarthy2018-12-29-5/+2
* Create envelope->changed to mark all field changes.Kevin McCarthy2018-12-29-2/+12
* Add mx operation save_to_header_cache.Kevin McCarthy2018-12-17-0/+29
* Convert the rest of mh.c to use BUFFER for file paths.Kevin McCarthy2018-10-11-147/+247
* Convert maildir_canon_filename() and callers to use BUFFER.Kevin McCarthy2018-10-08-32/+57
* Convert maildir_sync_message to use BUFFERs.Kevin McCarthy2018-10-08-20/+38
* Convert _maildir_commit_message to use BUFFER.Kevin McCarthy2018-10-08-11/+20
* Convert maildir_parse_dir to use BUFFER.Kevin McCarthy2018-10-08-10/+17
* Work around open mailbox monitor code check issue.Kevin McCarthy2018-06-25-5/+33
* Convert context and buffy to use nanosecond timestamps.Kevin McCarthy2018-06-18-13/+14
* Correct spelling mistakes.Edward Betts2018-06-01-2/+2
* Change maildir and mh check_mailbox to use dynamic sized hash. (closes #3973)Kevin McCarthy2017-09-25-5/+7
* Improve maildir and mh to report flag changes in mx_check_mailbox() (closes #...Kevin McCarthy2017-05-07-7/+30
* Change "allow_dups" into a flag at hash creation.Kevin McCarthy2017-02-10-2/+2
* Create function to free header cache data.Kevin McCarthy2017-02-07-1/+1
* Adds capability to edit x-labels inside mutt, and to sort by label.David Champion2017-01-28-2/+3
* When $flag_safe is set, flagged messages cannot be deleted.David Champion2016-11-16-2/+5
* Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync.Kevin McCarthy2016-11-13-0/+2
* Fix memleak in mh_read_dir() when sequence parsing fails.Kevin McCarthy2016-08-05-0/+3
* Use a different flag in mx_open_mailbox_append() when mailbox doesn't exist.Kevin McCarthy2016-08-01-2/+2
* Convert mx_open_mailbox_append() to use ctx->mx_ops.Kevin McCarthy2016-08-01-0/+75
* add commit_msg to struct mx_opsDamien Riegel2016-06-18-2/+4
* add maildir_commit_message functionDamien Riegel2016-06-18-1/+6
* prepend maildir_commit_message function name with an underscoreDamien Riegel2016-06-18-4/+4
* remove unused HEADER parameter in mh_commit_messageDamien Riegel2016-06-18-2/+2
* add close_msg to struct mx_opsDamien Riegel2016-06-18-0/+7
* pass context in mx_close_messageDamien Riegel2016-06-18-2/+2
* Add open_msg to struct mx_opsDamien Riegel2016-06-17-0/+34
* Combine the basic and extended buffy functions.Kevin McCarthy2016-06-17-49/+61
* Make extended buffy independent of the sidebar.Kevin McCarthy2016-06-07-6/+0
* Start to fix sidebar buffy modifications.Kevin McCarthy2016-06-04-24/+23
* Add neomutt version of sidebar patch. (closes #3829)Richard Russon2016-06-04-0/+43
* add check operation to struct mx_opsDamien Riegel2016-05-26-2/+7
* add open_new_msg operation to struct mx_opsDamien Riegel2016-05-25-2/+4
* Start decoupling mailbox operations.Damien Riegel2016-05-12-3/+22
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-42/+42
* Update copyright notices.Kevin McCarthy2016-01-01-1/+1
* Fix hash table key "use after free" in mh_check_mailbox(). (closes #3797)Kevin McCarthy2015-12-08-1/+5