X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sendlib.c;h=86440dfd0a4e6b07b7a069a221947bc29302dc27;hb=ace94418088f9165d23763bd39752cc31b406f03;hp=328aa2b59889f63269b8d27fe0478c90e5c861ee;hpb=576172ff50f9dd94dd2f5cc91d247c1e50dbe7fc;p=apps%2Fmadmutt.git diff --git a/sendlib.c b/sendlib.c index 328aa2b..86440df 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1907,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 {