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
/
compress.c
Age
Commit message (
Expand
)
Author
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
2016-11-18
Improve two compress translation messages.
Kevin McCarthy
2016-11-13
Compress: check mailbox type if possible when appending.
Kevin McCarthy
2016-11-13
Compress: escape single quotes when invoking the compress/decompress commands.
Kevin McCarthy
2016-11-13
Compress: fix check_mailbox and sync_mailbox.
Kevin McCarthy
2016-11-13
Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync.
Kevin McCarthy
2016-11-13
Compress: pull the lock/unlock operations into the open,close,sync operations.
Kevin McCarthy
2016-11-13
Compress: safe_fopen() the tempfile, to prevent tempfile attacks.
Kevin McCarthy
2016-11-13
Compress: add delegate calls to open_append and close mx_ops functions.
Kevin McCarthy
2016-11-13
Compress: fix several logic and memory bugs.
Kevin McCarthy
2016-11-13
Compress: prefix external functions with "mutt_"
Kevin McCarthy
2016-11-13
Compress patch from the neomutt repository.
Kevin McCarthy