X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=23d04b8b1ea01083de530204bc4b95eeaaf130c5;hp=aa58178573190a92dcfa5a615e587cf39ce739a4;hb=c6e70e15eaf7355fb9fe9b599aef07f2be619968;hpb=c9e0da3a1aaa640da330fe82fa906bb84463736b diff --git a/notmuch-reply.c b/notmuch-reply.c index aa581785..23d04b8b 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -119,7 +119,7 @@ static int address_is_users (const char *address, notmuch_config_t *config) { const char *primary; - char **other; + const char **other; size_t i, other_len; primary = notmuch_config_get_user_primary_email (config); @@ -312,7 +312,8 @@ static const char * guess_from_received_header (notmuch_config_t *config, notmuch_message_t *message) { const char *received,*primary,*by; - char **other,*tohdr; + const char **other; + char *tohdr; char *mta,*ptr,*token; char *domain=NULL; char *tld=NULL;