(mu_mailcap_entry_coupiousoutput): Bugfix
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -325,7 +325,7 @@ mu_mailcap_entry_coupiousoutput (mu_mailcap_entry_t entry, int *on) | ... | @@ -325,7 +325,7 @@ mu_mailcap_entry_coupiousoutput (mu_mailcap_entry_t entry, int *on) |
325 | int i; | 325 | int i; |
326 | for (i = 0; i < entry->fields_count; i++) | 326 | for (i = 0; i < entry->fields_count; i++) |
327 | { | 327 | { |
328 | int n = strcasecmp (entry->fields[i], "coupiousoutput"); | 328 | int n = strcasecmp (entry->fields[i], "copiousoutput"); |
329 | if (n == 0) | 329 | if (n == 0) |
330 | { | 330 | { |
331 | found = 1; | 331 | found = 1; | ... | ... |
-
Please register or sign in to post a comment