Show
Ignore:
Timestamp:
2000-05-28 12:53:01 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Modified version of Byrial Jensen's signature verification patch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r1836 r1870  
    144144 
    145145#ifdef HAVE_PGP 
    146     if (cur->pgp & PGPGOODSIGN) 
    147       mutt_message _("PGP signature successfully verified."); 
     146    mutt_message ((cur->pgp & PGPGOODSIGN) ? 
     147                  _("PGP signature successfully verified.") : 
     148                  _("PGP signature could NOT be verified.")); 
    148149#endif 
    149150