X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=b71c77d492c76fc461cf2c5e49d6242f7dab8f98;hp=42718495c660f2cff7688b4713ea7b812cfd6718;hb=19457d3e9b0b827930530f5e8f4f04dd745d685f;hpb=364bf52ada05bf7d7158dba9d2391f63b71258f6 diff --git a/commands.c b/commands.c index 4271849..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)