diff options
Diffstat (limited to 'mail/em-vfolder-rule.c')
-rw-r--r-- | mail/em-vfolder-rule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-vfolder-rule.c b/mail/em-vfolder-rule.c index 88d61204e8..4452ca5c72 100644 --- a/mail/em-vfolder-rule.c +++ b/mail/em-vfolder-rule.c @@ -55,7 +55,7 @@ static void em_vfolder_rule_init(EMVFolderRule *vr); static void em_vfolder_rule_finalise(GObject *obj); /* DO NOT internationalise these strings */ -const char *with_names[] = { +static const char *with_names[] = { "specific", "local", "remote_active", |