summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-08-22 20:04:59 -0700
committerKevin McCarthy <kevin@8t8.us>2016-08-22 20:04:59 -0700
commit2aa9e422bde03e05b1bdf24e342873cfcbe1a894 (patch)
tree3fa0469b48383732e2e2817be24ba05e068aa259 /globals.h
parentdeb6db771f8b7991e9942ab54118e07c9e00c5e3 (diff)
Add $attribution_locale configuration variable.
$attribution_locale replaces the just removed $locale, but is only used for customizing the LC_TIME locale used for dates in $attribution. This could be useful in conjunction with folder or send-hooks for recipients in different locales.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 27caae74..7be9fff8 100644
--- a/globals.h
+++ b/globals.h
@@ -36,6 +36,7 @@ WHERE char *AliasFmt;
WHERE char *AssumedCharset;
WHERE char *AttachSep;
WHERE char *Attribution;
+WHERE char *AttributionLocale;
WHERE char *AttachCharset;
WHERE char *AttachFormat;
WHERE char *Charset;