blob: a5d4df6e0e456189764748b47435ca20b9f17b3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Do not pause to inform the user, metamail is not needed.
Maybe, there is no need to even say anything at all...
--- melib/mime_parse.c Sun Jun 27 15:39:33 2004
+++ melib/mime_parse.c Thu Jul 7 16:46:46 2005
@@ -749,5 +749,5 @@
if (! (tmp & NOTPLAIN_need_metamail)) {
- lib_error(CATGETS(elm_msg_cat, MeSet, MeParsingMimeNoMetamail,
+ lib_transient(CATGETS(elm_msg_cat, MeSet, MeParsingMimeNoMetamail,
"Parsing MIME structure... metamail not needed"));
}
|