X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-new.c;h=8818728f69c37eba3445ed240bbd49e3d6c172d6;hb=b65bcb5f8f14863f810cf41b9d8c14afacc76ae5;hp=6432c664ead174929c3066b3e9d3f94edac563fe;hpb=143d43687410aefec7988e2d785a63c60c6062b5;p=notmuch diff --git a/notmuch-new.c b/notmuch-new.c index 6432c664..8818728f 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -35,7 +35,7 @@ typedef struct _filename_list { typedef struct { int output_is_a_tty; int verbose; - char **new_tags; + const char **new_tags; size_t new_tags_length; int total_files;