summaryrefslogtreecommitdiffstats
path: root/alias.c
AgeCommit message (Expand)Author
2022-05-27Fix mbrtowc() error handling in check_alias_name().Kevin McCarthy
2021-02-01Apply $reverse_name when tag-reply/forwarding too.Kevin McCarthy
2020-11-24Fix exact-address handling when addr->personal is set.Kevin McCarthy
2020-09-06Convert mutt_create_alias and helpers to use buffer pool.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-05-26Change mutt_addr_is_user() to no for a NULL address.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-11-06Fix a few memory leaks for idna conversion.Kevin McCarthy
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