summaryrefslogtreecommitdiffstats
path: root/mx.c
AgeCommit message (Expand)Author
2021-12-03Fix sidebar counters with $maildir_trash.Kevin McCarthy
2021-12-03Improve the statusbar modified flag for $maildir_trash.Kevin McCarthy
2021-12-03Ignore $delete when sync'ing with $maildir_trash set.Kevin McCarthy
2021-10-20Add internal mutt_ctime() implementation.Kevin McCarthy
2021-09-16Ensure embedded IMAP passwords are stored in context->path.Kevin McCarthy
2021-04-09Add user-friendly error message if append to $trash fails.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-08-26Make returns after mx_fastclose_mailbox calls more consistent and cleanerRemco Rijnders
2020-08-25Fix segfault when imap server is unreachableRemco Rijnders
2020-07-08Fix utimensat() to use cwd for relative paths.Kevin McCarthy
2019-12-13Merge branch 'stable'Kevin McCarthy
2019-12-13Fix imap postponed mailbox use-after-free error.Kevin McCarthy
2019-12-08Fix trash_append to use ctx parameter instead of Context.Kevin McCarthy
2019-10-16Convert mx_close_mailbox() to use buffer pool.Kevin McCarthy
2019-10-15Reduce line buffer size in mx_get_magic().Kevin McCarthy
2019-04-10Add mutt_buffer_quote_filename().Kevin McCarthy
2019-01-10Merge branch 'stable'Kevin McCarthy
2019-01-10mx_open_mailbox: provide output buffer to realpath(3)Fabian Groffen
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-29Create envelope->changed to mark all field changes.Kevin McCarthy
2018-12-17Add mx operation save_to_header_cache.Kevin McCarthy
2018-08-24Display an error message if syncing fails.Kevin McCarthy
2018-07-28Fix -z and -Z options to work with IMAP.Kevin McCarthy
2018-07-25Add message padding to ctx->vsize computation.Kevin McCarthy
2018-07-25Add mx_ops.msg_padding_size to return the padding for a mx type.Kevin McCarthy
2018-06-18Convert context and buffy to use nanosecond timestamps.Kevin McCarthy
2017-11-10Add message count to $move quadoption prompt.Kevin McCarthy
2017-09-26Fix uses of context->changed as a counter.Kevin McCarthy
2017-07-13drop unused flags argument from imap_accessBrendan Cully
2017-05-23Fix memory leak when closing mailbox and using the sidebar.Kevin McCarthy
2017-05-22Fix potential segv if mx_open_mailbox is passed an empty string. (closes #3945)TAKAHASHI Tamotsu
2017-05-04Fix sidebar count updates when closing mailbox. (closes #3938)Kevin McCarthy
2017-04-26Fix error message when opening a mailbox with no read permission. (closes #3934)Roger Cornelius
2017-02-10Change "allow_dups" into a flag at hash creation.Kevin McCarthy
2017-01-28Improve the label completion hash table usage.Kevin McCarthy
2017-01-15Improve error handling in mbox magic detection.Kevin McCarthy
2017-01-14Allow initial blank lines in local mailboxes.David Champion
2016-11-13Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync.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
2016-11-08Move mbox close-append logic inside mbox_close_mailbox().Kevin McCarthy
2016-09-21Check for NULL mx_ops in mx.cKevin McCarthy
2016-08-02Use the ctx->mx_ops instead of calling mx_get_ops()Kevin McCarthy
2016-08-01Use a different flag in mx_open_mailbox_append() when mailbox doesn't exist.Kevin McCarthy
2016-08-01Convert mx_open_mailbox_append() to use ctx->mx_ops.Kevin McCarthy
2016-07-31Move fflush and fsync to the mbox and mmdf commit_msg functions.Kevin McCarthy
2016-07-22Convert buffy_mbox_check() and trash_append() to use local context.Kevin McCarthy