summaryrefslogtreecommitdiffstats
path: root/init.c
AgeCommit message (Expand)Author
2018-06-18Allow larger passphrase timeout valuesEike Rathke
2018-06-01Correct spelling mistakes.Edward Betts
2018-05-03Add echo command.Kevin McCarthy
2018-04-22Add Error History function and config var.Kevin McCarthy
2018-01-21Remove useless assignments in add_to_list functions.Kevin McCarthy
2018-01-17Remove muttbug and flea.Kevin McCarthy
2017-06-08Backout 02ff4277259e (see #3948)Kevin McCarthy
2017-06-06Move setting of GPG_TTY to mutt_init(). (see #3948)Kevin McCarthy
2017-06-01Fix "format string is not a string literal" warnings. (closes #3949)TAKAHASHI Tamotsu
2017-05-09Create R_PAGER_FLOW config variable flag.Kevin McCarthy
2017-04-30merge stableKevin McCarthy
2017-04-30Fix unused function warnings when sidebar is disabled. (closes #3936)Kevin McCarthy
2017-04-18merge stableKevin McCarthy
2017-04-18Fix GPG_TTY to be added to envlist. (closes #3931)Kevin McCarthy
2017-04-05Remove redraw flag setting after mutt_endwin().Kevin McCarthy
2017-03-31Create R_MENU redraw option.Kevin McCarthy
2017-03-31Remove SidebarNeedsRedraw.Kevin McCarthy
2017-03-31Remove the OPTFORCEREDRAW options.Kevin McCarthy
2017-03-27Fix (un)sidebar_whitelist to expand paths.Kevin McCarthy
2017-03-20Fix setenv overwriting to not truncate the envlist. (see #3922)Kevin McCarthy
2017-03-18Fix mutt_envlist_set() for the case that envlist is null. (see #3922)Kevin McCarthy
2017-03-18Pass envlist to filter children too. (closes #3922)Kevin McCarthy
2017-02-10Change "allow_dups" into a flag at hash creation.Kevin McCarthy
2017-01-31Simplify mutt_label_complete().Kevin McCarthy
2017-01-28Improve the label completion hash table usage.Kevin McCarthy
2017-01-28Adds label completion.David Champion
2017-01-24Allow "unsubjectrc *" to remove all patterns.Kevin McCarthy
2017-01-23Add subjectrx command to replace matching subjects with something else.David Champion
2017-01-23Abstract the SPAM_LIST as a generic REPLACE_LISTDavid Champion
2017-01-17Fix several alias hashtable issues.Kevin McCarthy
2017-01-17Add casecmp and strdup_key flags to hash_create()Kevin McCarthy
2016-12-27Create mbchar_table type for multibyte character arrays. (see #3024)Kevin McCarthy
2016-12-11Add setenv/unsetenv commands.David Champion
2016-11-17Revert changes made to mutt_find_cfg() in 3c6d322912e3Kevin McCarthy
2016-11-17Backout inlining of MUTT_VERSION in 42fee7585fae.Kevin McCarthy
2016-11-15Fix loop terminator in in mutt_find_cfg().Kevin McCarthy
2016-11-13search muttrc file according to XDG Base Specification (closes #3207)Damien Riegel
2016-08-05Update copyright notices.Kevin McCarthy
2016-07-02Add R_SIDEBAR to redraw sidebar when its settings change.Kevin McCarthy
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
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