X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sendlib.c;h=86440dfd0a4e6b07b7a069a221947bc29302dc27;hb=ace94418088f9165d23763bd39752cc31b406f03;hp=152862bea36c2f886bcd8c6872b0a16e6e5a9f48;hpb=82589516e2473b5451218d7b00a9dfbc3e18f3ca;p=apps%2Fmadmutt.git diff --git a/sendlib.c b/sendlib.c index 152862b..86440df 100644 --- a/sendlib.c +++ b/sendlib.c @@ -18,10 +18,9 @@ #include #include -#include - #include "mutt.h" #include "handler.h" +#include "crypt.h" #include "recvattach.h" #include "copy.h" #include "pager.h" @@ -1908,8 +1907,7 @@ static int mutt_invoke_sendmail (address_t * from, /* the sender */ struct stat st; if (!stat(childout, &st) && st.st_size > 0) - mutt_do_pager(_("Output of the delivery process"), childout, 0, - NULL); + mutt_pager(_("Output of the delivery process"), childout, 0, NULL); } } } else {