summaryrefslogtreecommitdiffstats
path: root/mh.c
AgeCommit message (Expand)Author
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
2010-08-12always update message body size when parsing a maildir messageMichael Elkins
2009-08-04Fix MH parsing, fixes [0698e8195545]. Closes #3312Johan D
2009-07-27Properly propagate mh_read_sequences result. Closes #3308.Kees Cook
2009-07-22Don't leak mhs flags in mh_buffy(). Closes #3303.Kees Cook
2009-06-01More atoi() fixesRocco Rutte
2009-06-01Use strtol() wrappers for most atoi() callsRocco Rutte
2009-05-29Add flags to mutt_read_line() for EOL-stripping and continuation supportRocco Rutte
2009-04-29Move Maildir/MH folder detection from mx.c to mh.cRocco Rutte
2009-04-26Sync header to hcache when synching MH/Maildir/IMAP folders. Closes #2942.Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-03-10Fix crashes with 64bit time_t. Closes #3184.NONAKA Kimihiro
2009-03-09Restore $reverse_alias feature by using case-insensitive hash keysRocco Rutte
2009-01-27Update copyright yearsRocco Rutte
2009-01-27Unconditionally inode-sort Maildir and MH folders. Closes #3166.Rocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-12-16Remove unused #include directivesErik Hovland
2008-12-15Fix bad parentheses in stat rcErik Hovland
2008-10-28Make some functions static.Emanuele Giaquinta
2008-06-26fflush before fsync and close. Closes #2962 again.Brendan Cully
2008-06-26fsync maildir/mh messages on commit. Closes #2962.Brendan Cully
2008-03-11Respect ctx->quiet when initializing progress bar.N.J. Mann
2008-01-15Make maildir_delayed_parsing() more readableRocco Rutte
2008-01-14Fix typo of in dae38f5ab2a5 commitRocco Rutte
2008-01-14hcache: Fetch data for correct message from hcache.Rocco Rutte
2007-12-08Skip over messages which were previously parsed after sorting the tail of theMichael Elkins
2007-12-07Sort MH folders into natural order after 2nd pass (closes #463).Rocco Rutte
2007-12-05Improve inode sorting, enable it by default and add MH support.Rocco Rutte
2007-11-06Add percentages to progress bar optionally supplied by caller.Rocco Rutte
2007-11-06(Re-)Add total msg count to progress for parsing maildirsRocco Rutte
2007-04-12Differentiate between first and second maildir passes in progress indicatorBrendan Cully