summaryrefslogtreecommitdiffstats
path: root/init.c
AgeCommit message (Expand)Author
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-04-27Add window structures to use for screen layout.Kevin McCarthy
2016-03-19Fix a few typos in translation messages.Kevin McCarthy
2016-03-10Restrict mailto header fields using mailto_allow.Michael Elkins
2016-03-08Improve method of determining FQDN. (closes #3298)Derek Martin
2016-01-01Update copyright notices.Kevin McCarthy
2015-11-24Rename idna functions and bits for smtputf8 changes.Kevin McCarthy
2014-08-21Remove unused variable t in start_debug().Kevin McCarthy
2013-10-05Consistently use mutt_buffer_init functionAaron Schrab
2013-10-04fix more comment typosMichael Elkins
2013-07-23fix typos in commentsOndřej Bílka
2013-04-11backout c1371176ea45Michael Elkins
2013-04-11Backed out changeset 1142ed8974faMichael Elkins
2013-04-10use gethostname() to determine the system host nameMichael Elkins
2013-04-10fix various compiler warnings; most were due to unchecked return values from ...Michael Elkins
2012-07-20Do not use stack-allocated space for BUFFERsBrendan Cully
2012-07-08Fix some spelling errors (closes #3493)Antonio Radici
2012-07-07check_charset: check for NULL before calling strtok_r (closes #3326)Antonio Radici
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2010-08-24Do not call regfree if regcomp fails.Emanuele Giaquinta
2010-08-24add REG_ICASE accidentally removed in changeset 1a35f096c8cbMichael Elkins
2010-08-06detect availablity of 'long long'Michael Elkins
2010-08-06use a 64-bit random value in temporary filenames.Michael Elkins
2010-07-18use REGCOMP() macroMichael Elkins
2010-07-18Skip 'attachments' directive if minor type is not a valid regexpEmanuele Giaquinta
2010-04-03prevent user from setting $charset to an empty string since other code requir...Michael Elkins
2009-07-28Fix some issues with ungroup [...] *Rocco Rutte
2009-07-24Fix check_sec.sh warningRocco Rutte
2009-07-23fix :reset to work with empty stringsAron Griffis
2009-07-23Implement ungroup command. Closes #3304.Rocco Rutte
2009-07-23Move remove_from_rx_list() to muttlib.c, name it mutt_remove_from_rx_list()Rocco Rutte
2009-06-15Print timestamps in debug files. Closes #3263.Rocco Rutte
2009-06-01Use strtol() wrappers for most atoi() callsRocco Rutte
2009-05-29Add flags to mutt_read_line() for EOL-stripping and continuation supportRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-03-09Restore $reverse_alias feature by using case-insensitive hash keysRocco Rutte
2009-01-03Raise debug level for several messagesBrendan Cully
2008-12-26Ignore NULL/empty lines in rc parser, fixes mutt -e '' crashingRocco Rutte
2008-12-02Include mutt_menu.h in init.c for mutt_menu_init() prototypeRocco Rutte
2008-12-01Fix some typos to silence compiler warningsRocco Rutte
2008-11-30Manage last search pattern outside of menu lifecycleRocco Rutte
2008-10-28Make some functions static.Emanuele Giaquinta
2008-10-19Make some variables static.Emanuele Giaquinta
2008-09-18Fix compiler warningsRocco Rutte
2008-09-17sorting efficiencyThomas Roessler
2008-08-25Introduce $imap_pipeline_depth.Brendan Cully
2008-08-19Silence an incorrect uninitialized variable warning.Brendan Cully
2008-08-18Validate charset names for all charset options.Rocco Rutte
2008-08-11Prefer "backtick" over "backtic" on comments and docs as it's more common, cl...Rocco Rutte