summaryrefslogtreecommitdiffstats
path: root/mh.c
AgeCommit message (Expand)Author
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
2007-04-12Only call mutt_set_flag when necessary when checking for maildir changes (fix...Brendan Cully
2007-04-10Add hcache path name hookBrendan Cully
2007-04-05Small hcache-related memory leaksBrendan Cully
2007-04-05Fix mh header caching (closes #2472)Brendan Cully
2007-04-03Fix some warnings.Fabian Groffen
2007-04-02Fix off-by-one allocating mh sequencesBrendan Cully
2007-03-31Always set up data pointer in mh_read_dir, not just when allocating contextBrendan Cully
2007-03-30Set mode of new mh/maildir messages to match parent directory.Brendan Cully
2007-03-30Move mtime_cur from CONTEXT to mh_dataBrendan Cully
2007-03-30Add close hook for mh/maildir.Brendan Cully
2007-03-21Back out $umask.Brendan Cully
2007-03-02Add $umask for mailboxes and attachments.Brendan Cully
2006-11-28Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.Rocco Rutte
2006-11-21Teach maildir and MH to use $write_inc.Rocco Rutte
2006-11-20Port MH/Maildir to new progress update methods.Rocco Rutte
2006-07-04pdmef.cache.24: Generalise IMAP body caching and add POP support.Rocco Rutte
2006-05-18Use header_cache_t* instead of void* for header cache.Rocco Rutte
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2006-05-06Header caching for mh folders.Rocco Rutte
2006-04-28pdmef+fix+dino.diff. This fixes mutt/2174.Rocco Rutte
2005-12-20Refactor header cache a bit to provide (fetch|store)_raw functions. TheseBrendan Cully