diff options
Diffstat (limited to 'plugins/templates')
-rw-r--r-- | plugins/templates/templates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index b3e112edb5..4010eb7d5a 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -47,7 +47,7 @@ #include <composer/e-msg-composer.h> -#define KEY_TEMPLATE_PLACEHOLDERS "template-placeholders" +#define CONF_KEY_TEMPLATE_PLACEHOLDERS "template-placeholders" typedef struct _AsyncContext AsyncContext; |