index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mh.c
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up formatting.
Kevin McCarthy
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-12-29
Change x-label editing flag to be in the envelope.
Kevin McCarthy
2018-12-29
Create envelope->changed to mark all field changes.
Kevin McCarthy
2018-12-17
Add mx operation save_to_header_cache.
Kevin McCarthy
2018-10-11
Convert the rest of mh.c to use BUFFER for file paths.
Kevin McCarthy
2018-10-08
Convert maildir_canon_filename() and callers to use BUFFER.
Kevin McCarthy
2018-10-08
Convert maildir_sync_message to use BUFFERs.
Kevin McCarthy
2018-10-08
Convert _maildir_commit_message to use BUFFER.
Kevin McCarthy
2018-10-08
Convert maildir_parse_dir to use BUFFER.
Kevin McCarthy
2018-06-25
Work around open mailbox monitor code check issue.
Kevin McCarthy
2018-06-18
Convert context and buffy to use nanosecond timestamps.
Kevin McCarthy
2018-06-01
Correct spelling mistakes.
Edward Betts
2017-09-25
Change maildir and mh check_mailbox to use dynamic sized hash. (closes #3973)
Kevin McCarthy
2017-05-07
Improve maildir and mh to report flag changes in mx_check_mailbox() (closes #...
Kevin McCarthy
2017-02-10
Change "allow_dups" into a flag at hash creation.
Kevin McCarthy
2017-02-07
Create function to free header cache data.
Kevin McCarthy
2017-01-28
Adds capability to edit x-labels inside mutt, and to sort by label.
David Champion
2016-11-16
When $flag_safe is set, flagged messages cannot be deleted.
David Champion
2016-11-13
Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync.
Kevin McCarthy
2016-08-05
Fix memleak in mh_read_dir() when sequence parsing fails.
Kevin McCarthy
2016-08-01
Use a different flag in mx_open_mailbox_append() when mailbox doesn't exist.
Kevin McCarthy
2016-08-01
Convert mx_open_mailbox_append() to use ctx->mx_ops.
Kevin McCarthy
2016-06-18
add commit_msg to struct mx_ops
Damien Riegel
2016-06-18
add maildir_commit_message function
Damien Riegel
2016-06-18
prepend maildir_commit_message function name with an underscore
Damien Riegel
2016-06-18
remove unused HEADER parameter in mh_commit_message
Damien Riegel
2016-06-18
add close_msg to struct mx_ops
Damien Riegel
2016-06-18
pass context in mx_close_message
Damien Riegel
2016-06-17
Add open_msg to struct mx_ops
Damien Riegel
2016-06-17
Combine the basic and extended buffy functions.
Kevin McCarthy
2016-06-07
Make extended buffy independent of the sidebar.
Kevin McCarthy
2016-06-04
Start to fix sidebar buffy modifications.
Kevin McCarthy
2016-06-04
Add neomutt version of sidebar patch. (closes #3829)
Richard Russon
2016-05-26
add check operation to struct mx_ops
Damien Riegel
2016-05-25
add open_new_msg operation to struct mx_ops
Damien Riegel
2016-05-12
Start decoupling mailbox operations.
Damien Riegel
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-01-01
Update copyright notices.
Kevin McCarthy
2015-12-08
Fix hash table key "use after free" in mh_check_mailbox(). (closes #3797)
Kevin McCarthy
2015-01-26
Corrected various spelling mistakes (most of them reported by codespell).
Vincent Lefevre
2013-01-23
add support for $mail_check_recent to mh mailbox driver
Michael Elkins
2013-01-17
use a separate flag for mutt_hcache_store() to signal that the gettimeofday()...
Michael Elkins
2010-08-12
always update message body size when parsing a maildir message
Michael Elkins
2009-08-04
Fix MH parsing, fixes [0698e8195545]. Closes #3312
Johan D
2009-07-27
Properly propagate mh_read_sequences result. Closes #3308.
Kees Cook
2009-07-22
Don't leak mhs flags in mh_buffy(). Closes #3303.
Kees Cook
2009-06-01
More atoi() fixes
Rocco Rutte
2009-06-01
Use strtol() wrappers for most atoi() calls
Rocco Rutte
[next]