summaryrefslogtreecommitdiffstats
path: root/alias.c
AgeCommit message (Expand)Author
2017-02-10Change "allow_dups" into a flag at hash creation.Kevin McCarthy
2017-01-17Fix several alias hashtable issues.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-08Reset mbstate for other mbrtowc() calls returning -1Kevin McCarthy
2015-11-24Rename idna functions and bits for smtputf8 changes.Kevin McCarthy
2015-09-02Flag translator comments using L10N.Kevin McCarthy
2009-05-13Prune empty address groups when preparing replies. Closes #2875.Rocco Rutte
2009-03-15Only define min() if not present. Closes #3199Rocco Rutte
2009-03-15The file handle will leak if fread failsErik Hovland
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2008-12-16Fix fread rc checkErik Hovland
2008-09-18Fix compiler warningsRocco Rutte
2008-09-17sorting efficiencyThomas Roessler
2008-08-11Prefer "backtick" over "backtic" on comments and docs as it's more common, cl...Rocco Rutte
2008-07-21Encode lines written to $alias_file in $config_charset if set. Closes #3095Rocco Rutte
2008-06-05Wrap Fqdn in NONULL() to prevent crash with -d5 if Fqdn is NULLVladimir Marek
2008-05-15Make mutt_check_alias_name() multibyte-aware (closes #2403).Rocco Rutte
2008-05-14Ensure alias file ends with \n before appending new aliases.Brendan Cully
2007-03-28Fix debug message for mutt_adr_is_userThomas Roessler
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-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
2004-02-01Turn alternates, lists, and subscribe into regular expression lists.Thomas Roessler
2003-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2003-03-04Fixing more IDN bugs.Thomas Roessler
2003-03-03IDN support for e-mail messages. Things should work automagicallyThomas Roessler
2003-01-05Fix a number of invocations of mutt_yesorno(): Always explicitly useArmin Wolfermann
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas 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-02-18Fix for #1047. From Michael Elkins.Thomas Roessler
2001-11-06Fix an addressbook bug, and introduce "unalias *". From "g.c.w. deThomas Roessler
2001-09-11More addressbook fixes.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2000-05-20Add mutt_gecos_name function which centrally handles the GECOSThomas Roessler
2000-03-04Unify alias expansion.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-18Documentation fix about gecos_mask. From Will Fiveash.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-12-04William Feavish's GECOS regexp patch.Thomas Roessler
1999-11-17Fix the address sanitizer. You should now be able to auto-create anThomas Roessler
1999-09-23Increase a buffer to make larger group aliases possible. TheThomas Roessler
1999-07-20As Aaron Schrab noted, patch-0.95.6.tlr.reverse_name.1 broke the useThomas Roessler
1999-06-14Completion fixes from Gero Treuner <gero@faveve.uni-stuttgart.de>.Thomas Roessler
1999-06-10Use the same address with take-alias and display-address.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
1998-11-23From Byrial:Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler