X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=4a40dc96973dbb7d8065dc0889cc10bc5af8a20c;hp=d24ba0c02f7809212a77db791d5d6fdc82167842;hb=1d0ce70b85c36973b50e5783fe7b72941c81c0a9;hpb=c8e3d1cce2a8af0b4725e1a751f8795bf04487da diff --git a/commands.c b/commands.c index d24ba0c..4a40dc9 100644 --- a/commands.c +++ b/commands.c @@ -134,16 +134,6 @@ int mutt_display_message (HEADER * cur) mutt_wait_filter (filterpid); m_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)