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
/
mbox.c
Age
Commit message (
Expand
)
Author
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-12
rename mbox_close_mailbox to mx_close_mailbox_append and move it
Damien Riegel
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-03-15
Prevent ctx->fp from being closed twice in the event of an error.
Kevin McCarthy
2016-03-15
Check return value of ftruncate() in mbox_sync_mailbox().
Vincent Lefevre
2016-01-01
Update copyright notices.
Kevin McCarthy
2013-07-23
fix typos in comments
Ondřej Bílka
2013-04-11
backout c1371176ea45
Michael Elkins
2013-04-10
fix various compiler warnings; most were due to unchecked return values from ...
Michael Elkins
2011-05-22
Fix some minor warnings
Brendan Cully
2010-09-20
Fix typo
Emanuele Giaquinta
2010-09-12
add $mail_check_recent boolean to control whether Mutt will notify about all ...
Michael Elkins
2010-08-05
when parsing From_ lines in mmdf/mbox, the TZ should be computed based on the...
Michael Elkins
2009-06-21
Pass buffer size to mutt_mktemp()
Rocco Rutte
2009-06-19
Fixup atime for mbox/mmdf also when mailbox is unchanged but has new mail. Se...
Rocco Rutte
2009-06-19
Don't mangle atime/mtime for mbox folders without new mail upon sync. Closes ...
Rocco Rutte
2009-06-18
Backout experimental patch
Rocco Rutte
2009-06-18
UPDATING: add note about -a and --
Rocco Rutte
2009-06-10
Only print messages about CONTEXT when quiet flag not set
Rocco Rutte
2009-05-30
Keep new mail flag for mbox/mmdf folders after closing. Closes #1362.
Rocco Rutte
2009-05-13
Prune empty address groups when preparing replies. Closes #2875.
Rocco Rutte
2009-05-13
Actually reopen mbox/mmdf files in case we find modifications. Closes #2725.
Rocco Rutte
2009-05-12
Backout errorneously commited mbox atime fix
Rocco Rutte
2009-05-12
Fix description for <save-message>
Rocco Rutte
2009-03-15
Use safe_fclose() instead of fclose(), add fclose() to check_sec.sh
Rocco Rutte
2008-07-02
Use realpath() in mutt_pretty_mailbox() for paths that may need it.
Rocco Rutte
2008-06-25
Make mutt_copy_message distinguish between fatal and non-fatal errors.
Brendan Cully
2008-05-21
Use ftello() instead of ftell() in more places that need it (fixes
Rocco Rutte
2008-03-11
Respect ctx->quiet when initializing progress bar.
N.J. Mann
2007-11-06
Add percentages to progress bar optionally supplied by caller.
Rocco Rutte
2006-11-28
Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.
Rocco Rutte
2006-11-21
Teach mbox/mmdf to use the new progress update API.
Rocco Rutte
2005-10-21
Full large file support. Keep a close watch on your mailboxes everyone!
Brendan Cully
2005-09-24
Use fseeko/ftello when available while opening mbox/mmdf. Closes: #2084.
Brendan Cully
2005-09-17
Gah, forgot the zip code when updating the FSF address...
Brendan Cully
2005-09-17
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully
2005-08-01
Restore Sort immediately after sorting by mailbox order in mbox_sync_mailbox.
Brendan Cully
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2004-07-19
Fix some compiler warnings.
David Champion
2004-02-07
Hi, off_t is a 64-bit number (like on Mac OS X/darwin), the
Juan Altmayer Pizzorno
2003-08-05
This patch removes the Kendra format from mutt. (The support was
Brendan Cully
2002-12-10
Replace safe_free calls by the FREE macro.
Thomas Roessler
2002-03-28
patch-1.3.28-me.emptycheck.1
Thomas Roessler
2001-10-31
Advanced threading, v 5.1. From Daniel Eisenbud
Thomas Roessler
2001-07-24
Add a status message, so "Writing messages" doesn't stay on screen
Thomas Roessler
2001-05-10
A slightly extended version of Dave Ewart's sleeptime patch.
Thomas Roessler
2000-07-07
Fix #185: is_from would return 0 (i.e., error) when parsing Jan 1
Thomas Roessler
2000-06-21
Fix another bug in mbox synching.
Thomas Roessler
2000-06-08
This patch should fix the mailbox corruption various people observed.
Thomas Roessler
[next]