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
2020-09-06
Block signals during mbox-append operation.
Kevin McCarthy
2020-07-08
Fix utimensat() to use cwd for relative paths.
Kevin McCarthy
2019-10-15
Convert mbox_sync_mailbox() to use buffer pool.
Kevin McCarthy
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-17
Add mx operation save_to_header_cache.
Kevin McCarthy
2018-07-25
Add mx_ops.msg_padding_size to return the padding for a mx type.
Kevin McCarthy
2018-07-24
Skip sort in mbox_sync_mailbox() when new/reopen occurs.
Kevin McCarthy
2018-07-24
Add ctx->vsize = 0 in a couple of places.
Vincent Lefevre
2018-06-18
Convert context and buffy to use nanosecond timestamps.
Kevin McCarthy
2018-02-14
Avoid a potential integer overflow if a Content-Length value is huge.
Vincent Lefevre
2017-12-17
manually touch atime when reading a mbox file
Adam Borowski
2017-03-02
Prevent segv if open-appending to an mbox fails. (closes #3918)
Kevin McCarthy
2017-01-28
Improve the label completion hash table usage.
Kevin McCarthy
2016-11-13
Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync.
Kevin McCarthy
2016-11-08
Move mbox close-append logic inside mbox_close_mailbox().
Kevin McCarthy
2016-08-01
Convert mx_open_mailbox_append() to use ctx->mx_ops.
Kevin McCarthy
2016-07-31
Move fflush and fsync to the mbox and mmdf commit_msg functions.
Kevin McCarthy
2016-07-17
Add the trash folder patch.
Kevin McCarthy
2016-06-18
add commit_msg to struct mx_ops
Damien Riegel
2016-06-18
add mmdf_commit_message function
Damien Riegel
2016-06-18
add mbox_commit_message function
Damien Riegel
2016-06-18
add close_msg to struct mx_ops
Damien Riegel
2016-06-17
Add open_msg to struct mx_ops
Damien Riegel
2016-06-07
Make extended buffy independent of the sidebar.
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-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
[next]