aboutsummaryrefslogtreecommitdiff
path: root/notmuch-setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-setup.c')
-rw-r--r--notmuch-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-setup.c b/notmuch-setup.c
index 955deb7..ec4bfeb 100644
--- a/notmuch-setup.c
+++ b/notmuch-setup.c
@@ -94,7 +94,7 @@ notmuch_setup_command (unused (void *ctx),
char *response = NULL;
size_t response_size;
notmuch_config_t *config;
- char **old_other_emails;
+ const char **old_other_emails;
size_t old_other_emails_len;
GPtrArray *other_emails;
unsigned int i;