X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=muttlib.c;h=1dcd5eb1ae1bd48e6bf0c6671d6af2722591c288;hp=bf59e688fd98c05c16f4f1bfc0a263f6fd0b59a8;hb=16be8d10413bbcf822577afd4019d65aba7459e0;hpb=9946738a6a1c27a5602a14d1afe2eea2389732b2 diff --git a/muttlib.c b/muttlib.c index bf59e68..1dcd5eb 100644 --- a/muttlib.c +++ b/muttlib.c @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include #include @@ -312,14 +312,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 +349,6 @@ int mutt_save_confirm (const char *s, struct stat *st) } } } - - CLEARLINE (LINES - 1); return (ret); }