X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=muttlib.c;h=338cb01db54187dea92e5b5a64d4cc6791833c28;hp=8ab32c1d7536a5224607707dc1d607d7cd74cc36;hb=fdfe3163479b2e39dc674d3d375c2c7dbfe5bf81;hpb=f435868132e200bfa71ac155f037cf64bf5414ba diff --git a/muttlib.c b/muttlib.c index 8ab32c1..338cb01 100644 --- a/muttlib.c +++ b/muttlib.c @@ -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))) { @@ -358,7 +350,7 @@ int mutt_save_confirm (const char *s, struct stat *st) } } - CLEARLINE (LINES - 1); + CLEARLINE(main_w, LINES - 1); return (ret); }