N_("Do not ask any questions before running an interpreter to view messages of given types. TYPE-LIST is a comma-separated list of MIME types. If TYPE-LIST is not given, do not ask any questions at all"),0},
N_("Do not ask for confirmation before displaying files. If TYPE-LIST is given, do not ask for confirmation before displaying such files whose MIME type matches one of the patterns from TYPE-LIST"),0},
{"no-interactive",'h',NULL,0,
N_("Disable interactive mode"),0},
{"print",0,NULL,OPTION_ALIAS,NULL,0},
...
...
@@ -55,52 +57,12 @@ int debug_level; /* Debugging level set by --debug option */
staticintdry_run;/* Dry run mode */
staticchar*metamail;/* Name of metamail program, if requested */
staticchar*mimetypes_config=DEFAULT_CUPS_CONFDIR;
staticlist_tno_ask_list;/* List of MIME types for which no questions
staticchar*no_ask_types;/* List of MIME types for which no questions
should be asked */
staticintinteractive=-1;
char*mimeview_file;/* Name of the file to view */
FILE*mimeview_fp;/* Its descriptor */
/* Default mailcap path, the $HOME/.mailcap: entry is prepended to it */