X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=b71c77d492c76fc461cf2c5e49d6242f7dab8f98;hp=3eea9046b8094bf44ad612799604b1a9323fd1c4;hb=7132fe3b1612c153f3638d1f9664ba9eab9063d6;hpb=ca1036a5694287e6ccf6d95af9e33a7e1d5a75fd diff --git a/commands.c b/commands.c index 3eea904..b71c77d 100644 --- a/commands.c +++ b/commands.c @@ -155,8 +155,16 @@ int mutt_display_message (HEADER * cur) mutt_wait_filter (filterpid); safe_fclose (&fpfilterout); } +#if 0 + /* this is maybe just plain wrong but it makes the pager display + * what we have; i.e. for the crypto stuff we only get + * 'Could not copy message' for invalid passphrases, no PGP output + * not nothing; so just display what we have... + * - pdmef + */ mutt_unlink (tempfile); return 0; +#endif } if (fpfilterout != NULL && mutt_wait_filter (filterpid) != 0) @@ -825,7 +833,7 @@ int mutt_save_message (HEADER * h, int delete, void mutt_version (void) { - mutt_message (mutt_make_version ()); + mutt_message (mutt_make_version (1)); } void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp)