summaryrefslogtreecommitdiff
path: root/mimeview
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-08 17:04:23 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-08 17:04:23 +0000
commitad8b1a3cd4a4a0eb7f7c4ee7e103096b82a721b6 (patch)
tree2e188af30cb3b553fcf8165cf7b328b5c123e22c /mimeview
parentbc37c310133dfb262d14af9ea8539708e46330e6 (diff)
downloadmailutils-ad8b1a3cd4a4a0eb7f7c4ee7e103096b82a721b6.tar.gz
mailutils-ad8b1a3cd4a4a0eb7f7c4ee7e103096b82a721b6.tar.bz2
Minor fix
Diffstat (limited to 'mimeview')
-rw-r--r--mimeview/mimeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimeview/mimeview.c b/mimeview/mimeview.c
index a6ee82697..32c134352 100644
--- a/mimeview/mimeview.c
+++ b/mimeview/mimeview.c
@@ -372,7 +372,7 @@ run_mailcap (mu_mailcap_entry_t entry, const char *type)
}
/*
- if (mu_mailcap_entry_coupiousoutput (entry, &flag) == 0 && flag)
+ if (mu_mailcap_entry_copiousoutput (entry, &flag) == 0 && flag)
pager = open_pager ();
*/

Return to:

Send suggestions and report system problems to the System administrator.