Show
Ignore:
Timestamp:
2004-06-26 01:45:29 (5 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Fix #1909.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r3646 r3669  
    967967  { 
    968968    for (i = 0; i < Context->vcount; i++) 
    969       if (Context->hdrs[Context->v2r[i]]->tagged && !(h->security & PGP_TRADITIONAL_CHECKED)) 
     969      if (Context->hdrs[Context->v2r[i]]->tagged &&  
     970          !(Context->hdrs[Context->v2r[i]]->security & PGP_TRADITIONAL_CHECKED)) 
    970971        rv = _mutt_check_traditional_pgp (Context->hdrs[Context->v2r[i]], redraw) 
    971972          || rv;