summaryrefslogtreecommitdiffstats
path: root/init.c
AgeCommit message (Expand)Author
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
2005-09-20Fix a null-pointer-dereference parsing aliases with -d3+.David Champion
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-06Extend pattern language to do simple string matches as well as regularBrendan Cully
2005-09-06Fix a memory leak in imap_utf7_decode and do a little cleanup on shutdown.Brendan Cully
2005-09-06Release pwent after extracting data from it.Brendan Cully
2005-08-06Use isalnum instead of isalpha when parsing unbraced environment variableBrendan Cully
2005-08-02Put moribund NSS support out to pasture.Brendan Cully
2005-08-01complete :set mbox_type=<tab>. (closes #1649)Brendan Cully
2005-07-29"nospam foo" causes a segv if you have not set any "spam", because ofTAKAHASHI Tamotsu
2005-07-24This patch adds an option -D to dump mutt's configuration after allPaul Walker
2005-03-22remove some unused functions.Paul Walker
2005-02-12unalternates now also adds to a list of exceptions; same behaviorTAKAHASHI Tamotsu
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-01-27GNUTLS support. Used in Debian since Nov. 2001.Marco d'Itri
2004-12-07Add send2-hook and fix alternates handling.Thomas Roessler
2004-08-30Fix a memory leak in the generic spam detection code.Thomas Glanzmann
2004-07-15v3 of the generic spam detection patch.David Champion
2004-07-14Introduce $include_onlyfirst.TAKAHASHI Tamotsu
2004-07-12Add some debugging code, and rewrite the previously-ununderstandableThomas Roessler
2004-04-12Introduce config_charset.Joël Riou
2004-02-11Fix some warnings.Mads Martin Joergensen
2004-02-07Looking at the code, the problem is pretty obvious. A recent patchDavid Yitzchak Cohen
2004-02-01As you all know, running "mutt -F foo.rc" will have mutt read foo.rcMike Schiraldi
2004-02-01Turn alternates, lists, and subscribe into regular expression lists.Thomas Roessler
2004-01-04Strike that.Thomas Roessler
2004-01-04Fix a memory management error. Ouch.Thomas Roessler
2003-08-05This patch removes the Kendra format from mutt. (The support wasBrendan Cully
2003-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2003-05-29Fix a segmentation fault which would occur when pgp_sort_keys is setThomas Roessler