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