summaryrefslogtreecommitdiffstats
path: root/curs_main.c
AgeCommit message (Expand)Author
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
2017-03-26Don't full redraw the index when handling a command from the pager.Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-03-26Change CurrentMenu to be controlled by the menu stack.Kevin McCarthy
2017-03-26Add a menu stack to track current and past menus.Kevin McCarthy
2017-01-28Improve the label completion hash table usage.Kevin McCarthy
2017-01-28Adds label completion.David Champion
2017-01-28Minor fixes to the x-label patch from David.Kevin McCarthy
2017-01-28Adds capability to edit x-labels inside mutt, and to sort by label.David Champion
2017-01-02Add a pattern_cache_t to speed up a few repeated matches.Kevin McCarthy
2016-12-13Add option to control whether threads uncollapse when new mail arrives.David Champion
2016-11-29Return to pager upon aborting a jump operation. (closes #3901)Kevin McCarthy
2016-11-18Fix mark-message translation and keybind menu.Kevin McCarthy
2016-11-18Make a string translatable.Vincent Lefevre
2016-11-17Adds <mark-message> binding to create "hotkeys" for messages.David Champion
2016-11-13Compress patch from the neomutt repository.Kevin McCarthy
2016-10-19Add root-message function to jump to root message in thread.Kevin McCarthy
2016-08-08Clear pager position upon returning to the index menu.Kevin McCarthy
2016-07-17Add purge-message patch.Kevin McCarthy
2016-07-17Add the trash folder patch.Kevin McCarthy
2016-06-23Change sidebar to consistently use realpath for context and buffy comparison.Kevin McCarthy
2016-06-04Add "mutt_" prefix to global sidebar functions.Kevin McCarthy
2016-06-04Sidebar clean up: building and drawing logic.Kevin McCarthy
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
2016-05-26mx_check_mailbox: remove lock argument in function callDamien Riegel