summaryrefslogtreecommitdiffstats
path: root/alias.c (follow)
Commit message (Expand)AuthorAgeLines
* Fix mbrtowc() error handling in check_alias_name().Kevin McCarthy2022-05-27-4/+10
* Apply $reverse_name when tag-reply/forwarding too.Kevin McCarthy2021-02-01-0/+21
* Fix exact-address handling when addr->personal is set.Kevin McCarthy2020-11-24-1/+4
* Convert mutt_create_alias and helpers to use buffer pool.Kevin McCarthy2020-09-06-73/+86
* Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy2019-06-28-1/+1
* Change mutt_addr_is_user() to no for a NULL address.Kevin McCarthy2019-05-26-3/+2
* Clean up formatting.Kevin McCarthy2019-01-04-2/+2
* Clean up code indentation.Kevin McCarthy2019-01-04-3/+3
* Remove trailing whitespace.Kevin McCarthy2018-12-31-29/+29
* Fix a few memory leaks for idna conversion.Kevin McCarthy2018-11-06-0/+1
* Change "allow_dups" into a flag at hash creation.Kevin McCarthy2017-02-10-1/+1
* Fix several alias hashtable issues.Kevin McCarthy2017-01-17-2/+11
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-4/+4
* Reset mbstate for other mbrtowc() calls returning -1Kevin McCarthy2016-04-08-0/+2
* Rename idna functions and bits for smtputf8 changes.Kevin McCarthy2015-11-24-2/+2
* Flag translator comments using L10N.Kevin McCarthy2015-09-02-1/+1
* Prune empty address groups when preparing replies. Closes #2875.Rocco Rutte2009-05-13-1/+1
* Only define min() if not present. Closes #3199Rocco Rutte2009-03-15-0/+2
* The file handle will leak if fread failsErik Hovland2009-03-15-0/+1
* Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte2009-03-15-2/+2
* Fix fread rc checkErik Hovland2008-12-16-1/+1
* Fix compiler warningsRocco Rutte2008-09-18-3/+3
* sorting efficiencyThomas Roessler2008-09-17-13/+28
* Prefer "backtick" over "backtic" on comments and docs as it's more common, cl...Rocco Rutte2008-08-11-2/+2
* Encode lines written to $alias_file in $config_charset if set. Closes #3095Rocco Rutte2008-07-21-0/+16
* Wrap Fqdn in NONULL() to prevent crash with -d5 if Fqdn is NULLVladimir Marek2008-06-05-4/+8
* Make mutt_check_alias_name() multibyte-aware (closes #2403).Rocco Rutte2008-05-15-27/+37
* Ensure alias file ends with \n before appending new aliases.Brendan Cully2008-05-14-1/+26
* Fix debug message for mutt_adr_is_userThomas Roessler2007-03-28-10/+10
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* unalternates now also adds to a list of exceptions; same behaviorTAKAHASHI Tamotsu2005-02-12-1/+4
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* Turn alternates, lists, and subscribe into regular expression lists.Thomas Roessler2004-02-01-2/+26
* Some functions/macros like isspace take an int and require theVincent Lefevre2003-07-24-1/+1
* Fixing more IDN bugs.Thomas Roessler2003-03-04-0/+4
* IDN support for e-mail messages. Things should work automagicallyThomas Roessler2003-03-03-2/+10
* Fix a number of invocations of mutt_yesorno(): Always explicitly useArmin Wolfermann2003-01-05-3/+3
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-4/+4
* Replace safe_free calls by the FREE macro.Thomas Roessler2002-12-10-1/+1
* patch-1.5-tlr.alias-parse.1 - extension of patch-1.5.1-me.aliascheck.1Thomas Roessler2002-11-11-2/+58
* Fix for #1047. From Michael Elkins.Thomas Roessler2002-02-18-2/+2
* Fix an addressbook bug, and introduce "unalias *". From "g.c.w. deThomas Roessler2001-11-06-1/+4
* More addressbook fixes.Thomas Roessler2001-09-11-1/+26
* Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler2001-04-26-4/+4
* Add mutt_gecos_name function which centrally handles the GECOSThomas Roessler2000-05-20-17/+5
* Unify alias expansion.Thomas Roessler2000-03-04-0/+11
* The FSF apparently has moved.Thomas Roessler2000-03-03-1/+1
* Documentation fix about gecos_mask. From Will Fiveash.Thomas Roessler2000-01-18-1/+1
* Update copyright notices for unstable.Thomas Roessler2000-01-06-1/+1