X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-new.c;h=8818728f69c37eba3445ed240bbd49e3d6c172d6;hp=6432c664ead174929c3066b3e9d3f94edac563fe;hb=b802c18d3b9b0a2f5909e4c92ef7d6e7db234825;hpb=143d43687410aefec7988e2d785a63c60c6062b5 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;