drop !builtin pager, sucks badly, and I plan to improve the pager anyways.
[apps/madmutt.git] / sendlib.c
index 328aa2b..86440df 100644 (file)
--- 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 {