summaryrefslogtreecommitdiffstats
path: root/keymap.c
AgeCommit message (Expand)Author
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
2002-12-18Make the messages from the what-key function internationalizable.Thomas Roessler
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-09This patch adds two features to mutt:Michael Elkins
2002-11-13Add a safeguard #ifdef for the KEY_BTAB entry. Suggested by ThomasThomas Roessler
2002-11-12Tell mutt about the back-tab key (shift tab).Michael Elkins
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler
2001-10-16Address book nit fix from geerd.debruijn@nl.thalesgroup.com.Thomas Roessler
2001-09-11The addressbook used to crash when someone issued the alias andThomas Roessler
2001-06-11command/function cosmetics from Byrial Jensen.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2001-04-09Entering multibyte characters. From Edmund Grimley Evans.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
2000-03-25Timeout occasionally in menus, with the notable exception of theThomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-02-15More OP_EXIT fixes.Thomas Roessler
2000-02-15Remove the OP_PAGER_EXIT opcode, and change it to OP_EXIT.Thomas Roessler
2000-02-10PGP-cleanup patch from Roland Rosenfeld. Thanks!Thomas Roessler