]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-setup.c
notmuch: Eliminate some const-correctness warnings.
[notmuch] / notmuch-setup.c
index 955deb7e51330c633d1a1017de47e35742cc8d4c..ec4bfebc7e52c5fda803b301c84cfc43f55360d7 100644 (file)
@@ -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;