summaryrefslogtreecommitdiffstats
path: root/compress.c
AgeCommit message (Expand)Author
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2019-09-22Convert compress setup_paths() to use buffer.Kevin McCarthy
2019-04-20Convert compress to use mutt_buffer_quote_filename().Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-17Add mx operation save_to_header_cache.Kevin McCarthy
2018-07-25Add mx_ops.msg_padding_size to return the padding for a mx type.Kevin McCarthy
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