summaryrefslogtreecommitdiffstats
path: root/curs_main.c
AgeCommit message (Expand)Author
2020-12-06abstract some List-* header processingdgc
2020-12-03Refresh index if a tagged save aborts in the middle.Kevin McCarthy
2020-06-25Add tab-completion menu for patterns.Kevin McCarthy
2020-05-31Try to automatically reconnect to an open IMAP mailbox on error.Kevin McCarthy
2020-05-17Clean up Editor Menu interface inside Mutt.Kevin McCarthy
2020-05-11Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy
2020-03-24Add sidebar-first and sidebar-last functions.Kevin McCarthy
2020-02-29Add background flags to all other operations.Kevin McCarthy
2020-02-29Confirm exiting if background edit processes exist.Kevin McCarthy
2020-02-29Add background compose menu and $background_format config var.Kevin McCarthy
2020-02-29Enable backgrounding a single <mail> function.Kevin McCarthy
2020-02-29Rename ci_send_message() to mutt_send_message().Kevin McCarthy
2020-02-28Create send.h header.Kevin McCarthy
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-11-09Remove input buffer flush on sigwinch in index.Kevin McCarthy
2019-11-08Fix sigwinch race in the index and menu processor.Kevin McCarthy
2019-10-17Clean up pager change folder aborts to return to pager.Kevin McCarthy
2019-10-17Remove menu->menu hack when redirecting pager ops through index.Kevin McCarthy
2019-10-17Merge branch 'stable'Kevin McCarthy
2019-10-17Stable branch quick fix for pager change-mailbox push/exec bug.Kevin McCarthy
2019-10-11Add new browse-mailboxes function in index and pager.Kevin McCarthy
2019-08-03Basic autocrypt account menu.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-04-23Enable the use of toggle-write from the pager.Jeremy Sowden
2019-04-17Convert change folder operations to use BUFFER.Kevin McCarthy
2019-02-06Create <group-chat-reply> function.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove unused MUTT_FORMAT_MAKEPRINT flag.Kevin McCarthy
2018-08-22Add compose-to-sender functionality.Kevin McCarthy
2018-07-25Add message padding to ctx->vsize computation.Kevin McCarthy
2018-07-24Handle reopen/new_mail when closing mailbox in <imap-logout-all>.Kevin McCarthy
2018-07-22Bug fix: reset ctx->vsize in update_index_unthreaded on reopened mailbox.Vincent Lefevre
2018-07-22Cleanup: avoid an ugly local preprocessor macro.Vincent Lefevre
2018-07-20Display matching new messages in a thread-limited index.Kevin McCarthy
2018-06-28Add check-stats function to calculate mailbox statistics.Anton Lindqvist
2018-06-03add feature file monitoring with Linux inotifyGT
2018-04-22Add Error History function and config var.Kevin McCarthy
2018-01-08NewMailCmd: optionally execute a command upon new mail arrivalYoshiki Vázquez Baeza
2017-11-11Add $change_folder_next option to control mailbox suggestion order.Kevin McCarthy
2017-06-01Fix tag-prefix to not abort on $timeout.Kevin McCarthy
2017-06-01Change km_dokey() to return -2 on a timeout/sigwinch.Kevin McCarthy
2017-05-05merge stableKevin McCarthy
2017-05-05Don't modify LastFolder/CurrentFolder upon aborting a change folder operation.Kevin McCarthy
2017-05-05Change message modifying operations to additively set redraw flags.Kevin McCarthy
2017-04-05Separate out the index menu redrawing. (see #3877)Kevin McCarthy
2017-03-31Remove refresh parameter from mutt_enter_fname().Kevin McCarthy
2017-03-31Change reflow_windows() to set full redraw.Kevin McCarthy
2017-03-31Remove SidebarNeedsRedraw.Kevin McCarthy
2017-03-31Remove the OPTFORCEREDRAW options.Kevin McCarthy