summaryrefslogtreecommitdiffstats
path: root/keymap.c
AgeCommit message (Expand)Author
2020-12-06abstract some List-* header processingdgc
2020-11-30Fix a few mutt_extract_token() callers dest parameters.Kevin McCarthy
2020-07-19Add first version of MuttLisp.Kevin McCarthy
2019-08-03Basic autocrypt account menu.Kevin McCarthy
2019-07-28Add a comment to the OPTIGNOREMACROEVENTS km_dokey() change.Kevin McCarthy
2019-07-26Change OPTIGNOREMACROEVENTS to actuallly ignore macros instead of throwing er...Oneric
2019-06-26Convert Commands to use the union pointer_long_t too.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-06-03Add new timeout functions to work with inotify monitors.Kevin McCarthy
2018-06-03add feature file monitoring with Linux inotifyGT
2017-06-01Change km_dokey() to return -2 on a timeout/sigwinch.Kevin McCarthy
2017-04-27merge stableKevin McCarthy
2017-04-27Fix km_error_key() infinite loop and unget buffer pollution.Kevin McCarthy
2017-04-05Change km_dokey() to pass SigWinch on for the MENU_EDITOR. (see #3877)Kevin McCarthy
2016-09-22Don't abort the menu editor on sigwinch. (closes #3875)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-24merge stableKevin McCarthy
2016-05-24Fix infinite loop when help is bound to a named key combination.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Fix remaining direct usages of COLS/LINES to use mutt window functions.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-07-22Fix a few small compiler warnings. (See #3638)Kevin McCarthy
2013-10-05Consistently use mutt_buffer_init functionAaron Schrab
2013-07-23fix typos in commentsOndřej Bílka
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2011-05-22Fix some minor warningsBrendan Cully
2011-03-30fix bug where SIGWICH is ignored when $imap_keepalive < $timeoutMichael Elkins
2010-09-11support for ncurses extension allowing binding to function keys with modifiersMichael Elkins
2010-09-11allow octal codes with more than three digitsMichael Elkins
2009-07-22Use CRYPT_BACKEND_GPGME instead of non-existent HAVE_GPGMEFabian Groffen
2008-11-22Make what-key function available in pager-based menus, tooRocco Rutte
2008-09-11Fix IMAP keepalive if $imap_keepalive >= $timeoutRocco Rutte
2008-08-30Rework timeout handling to support keepalive in the line editor.Brendan Cully
2008-08-29Make curses timeout the minimum of $timeout and $imap_keepalive.Rado Smiljanic
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-09-04Teach keymap.c about KEY_NEXT. Closes: #1588.Zardoz
2005-09-02Allow non-ascii characters in push arguments. Closes: #2023.Alain Bench
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-06-17This is the sequel to the crypto modularization changes I did onMoritz Schulte
2004-04-12#1550: bind for multiple menus.Aaron Lehmann
2003-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2003-07-16This patch redoes yesterday's unbuffered input patch. Now it uses aBrendan Cully
2003-07-14The attached patch prevents mutt from reading the push buffer whenBrendan Cully
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch