summaryrefslogtreecommitdiffstats
path: root/curs_main.c
AgeCommit message (Expand)Author
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
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Modify the index to use windows.Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-10-04Create a separate macro/push/exec event buffer. (closes #3779)Kevin McCarthy
2015-09-13Add translation comments and improvements.Kevin McCarthy
2015-09-02Flag translator comments using L10N.Kevin McCarthy
2013-10-22Terminal status line support, based on the xterm title patch.David Champion
2013-01-14allow use of sync-mailbox when the current limit has no visible messagesMichael Elkins
2012-12-30make the SETCOLOR() macro use bkgdset() on systems which have it, and attrset...Michael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich