summaryrefslogtreecommitdiffstats
path: root/init.c
AgeCommit message (Expand)Author
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
2008-07-02Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte
2008-06-02Allow for printing variable values longer than 256 charactersRocco Rutte
2008-05-19Use %p instead of %x to debug-print pointers (fixes warnings on 64bit platforms)Paul Walker
2007-09-17Use NONULL to ensure we can pretty-print empty paths for option queriesRocco Rutte
2007-09-10Escape option values for variable queries and completion to ensure they're pa...Rocco Rutte
2007-09-05Fix/improve intl error messagesRocco Rutte
2007-07-16Check that spam expression has enough matches for its template. Closes #2927.Brendan Cully
2007-03-29Use ~/.muttrc as the default alias_file if no user muttrc exists.Christoph Berg
2007-03-21Back out $umask.Brendan Cully
2007-03-02Add $umask for mailboxes and attachments.Brendan Cully
2007-03-03Add $wrap, which supersedes $wrapmargin.Brendan Cully
2007-02-26Add $history_file and $save_history, for saving command history acrossVincent Lefevre
2006-07-05Reset myvar for each token in parse_set, so that things likeBrendan Cully
2006-07-04Undo breakage I introduced in VL's doc reldate patch.Brendan Cully
2006-06-06Remove variable aliases from the output of mutt -D (modified forPaul Walker
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2006-04-28pdmef+fix+sslinterface. Triggered by a warning when compilingRocco Rutte
2006-01-14Tab-completion for my_ variable names and values.Phil Pennock
2006-01-13More compact code for managing the "my" variables list.Thomas Roessler
2006-01-12Update MyVars to the next entry when deleting the head of the list,Phil Pennock
2006-01-12Teach mutt to expand mutt variables as it does environmentBrendan Cully
2006-01-09Adding pattern group support; seeThomas Roessler
2005-12-16Use ascii_str* instead of mutt_str* in several places where it's needed.Recai Oktas
2005-10-05Fix 'unattachments'. Closes: #2102.David Champion
2005-10-04Attachment counting for index display (patch-1.5.11.dgc.attach.6).David Champion
2005-09-22Refactor mutt var completion so it can be used for inline expansions (eg $from).Brendan Cully
2005-09-21Ensure that set doesn't change variables from within the help screen. I thinkTAKAHASHI Tamotsu