diff options
Diffstat (limited to 'mail/elm+ME/files/patch-mime_parse.c')
-rw-r--r-- | mail/elm+ME/files/patch-mime_parse.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/elm+ME/files/patch-mime_parse.c b/mail/elm+ME/files/patch-mime_parse.c new file mode 100644 index 000000000000..a5d4df6e0e45 --- /dev/null +++ b/mail/elm+ME/files/patch-mime_parse.c @@ -0,0 +1,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")); + } |