summaryrefslogtreecommitdiffstats
path: root/init.c
AgeCommit message (Expand)Author
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
2003-03-03IDN support for e-mail messages. Things should work automagicallyThomas Roessler
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2002-12-11Herbert Martin Dietze <herbert@the-little-red-haired-girl.org> notesThomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-11-11patch-1.5-tlr.alias-parse.1 - extension of patch-1.5.1-me.aliascheck.1Thomas Roessler
2002-08-09The following patch adds the `unalternative_order' command. It alsoMichael Elkins
2002-07-24Fix $editor and $visual. Based on an earlier patch from EdmundMichael Elkins
2002-06-18The string used to store the commmand for a backtic expansion in theMichael Elkins
2002-02-28$narrow_tree; fater redrawing when changing tree options. FromThomas Roessler
2002-02-11patch-1.3.27.me.initsort.1Thomas Roessler
2002-01-31Add a -Q option to query configuration variables. This is needed toThomas Roessler
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler
2002-01-15Avoid reading past the end of ta string when handling \ or ^Thomas Roessler
2001-12-11Add a missing else.Thomas Roessler
2001-12-11Make "`...`" work as expected.Thomas Roessler
2001-11-08somewhat cleaner in-band-signalling between the handlers and theThomas Roessler