X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=muttlib.c;h=fbbd6e628c4e8576e62b945fe6bacf3854535f25;hp=b34cedebbc24b0098195c7bdb95d5d3a35a050bf;hb=dc726add2e8fe52be1f6859ea7cbe4651498eeb8;hpb=8ab1ab66eb1c4b95f9b2a5ed9c2b2cf1dfa74544 diff --git a/muttlib.c b/muttlib.c index b34cede..fbbd6e6 100644 --- a/muttlib.c +++ b/muttlib.c @@ -14,7 +14,6 @@ #include #include -#include #include #include @@ -312,14 +311,6 @@ int mutt_save_confirm (const char *s, struct stat *st) return 1; } -#ifdef USE_NNTP - if (magic == M_NNTP) { - mutt_error _("Can't save message to newsserver."); - - return 0; - } -#endif - if (magic > 0 && !mx_access (s, W_OK)) { if (option (OPTCONFIRMAPPEND) && (!TrashPath || (m_strcmp(s, TrashPath) != 0))) { @@ -357,8 +348,6 @@ int mutt_save_confirm (const char *s, struct stat *st) } } } - - CLEARLINE(main_w, LINES - 1); return (ret); }