summaryrefslogtreecommitdiffstats
path: root/functions.h
AgeCommit message (Expand)Author
2021-07-28Break the menu OPS/funcs and keybindings into separate tables.Kevin McCarthy
2021-07-24Enable nonl() mode for ncurses. closes #362.Kevin McCarthy
2021-03-11Add <view-alt-pager> to compose menu.Kevin McCarthy
2021-03-11Add view-mailcap, view-pager, view-text to compose menu.Kevin McCarthy
2020-12-06Add <skip-headers> to skip past message headers in pager.Kevin McCarthy
2020-12-06abstract some List-* header processingdgc
2020-11-22Add <view-pager> function to attachment menu.Kevin McCarthy
2020-05-18Add default keybindings for common operations.Cyril Roelandt
2020-03-24Add sidebar-first and sidebar-last functions.Kevin McCarthy
2020-02-29Add background compose menu and $background_format config var.Kevin McCarthy
2020-01-23Add move-up and move-down functions to compose menu.Kevin McCarthy
2019-11-13allow autoview preview of multipart/alternative contentmadroach
2019-11-01Add ability to generate multipart/alternative using a filter script.Kevin McCarthy
2019-10-11Add new browse-mailboxes function in index and pager.Kevin McCarthy
2019-08-03Basic autocrypt account menu.Kevin McCarthy
2019-08-03Add autocrypt line to the compose menu.Kevin McCarthy
2019-04-23Enable the use of toggle-write from the pager.Jeremy Sowden
2019-02-06Create <group-chat-reply> function.Kevin McCarthy
2019-01-31Allow descending into maildir and mh directories in file browserCorey Minyard
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-08-22Add compose-to-sender functionality.Kevin McCarthy
2018-06-28Add check-stats function to calculate mailbox statistics.Anton Lindqvist
2018-04-22Add Error History function and config var.Kevin McCarthy
2018-02-03Add history-search function, bound to ctrl-r.Kevin McCarthy
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
2016-11-18Fix mark-message translation and keybind menu.Kevin McCarthy
2016-11-17Adds <mark-message> binding to create "hotkeys" for messages.David Champion
2016-11-07compose: add operation to rename an attachmentDamien Riegel
2016-10-19Add root-message function to jump to root message in thread.Kevin McCarthy
2016-07-17Add purge-message patch.Kevin McCarthy
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2010-08-05do not leave pager when changing sort order.andreas amann
2010-02-20Add imap-logout-all to log out of all IMAP connections. Closes #2880.Gregory Shapiro
2009-07-02Manual: Generate more pretty titles/ids for key binding tablesRocco Rutte
2009-04-17Make <set-flag> and <clear-flag> work in the pager, too. Closes #3212.Rocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-11-22Make what-key function available in pager-based menus, tooRocco Rutte
2007-11-07Try to fix parallel build problems by moving makedoc to doc/.Rocco Rutte
2007-05-07Rename next-folder to next-unread-mailbox. Remove default binding.Brendan Cully
2007-05-02Add next-folder commandN.J. Mann
2007-03-21Pipe functions.h through cpp -C for the manual generation; factor outChristoph Berg
2007-03-15Generate menu binding documentation from functions.h and OPS*.Christoph Berg
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-07-24Add thread editing commands.Cedric Duval
2005-02-17New function: rename-mailbox (bound to 'r' by default).Brendan Cully
2005-01-28gpgme integration. See documentation for $crypt_use_gpgme,Werner Koch