summaryrefslogtreecommitdiffstats
path: root/pgp.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2015-06-26 11:38:16 -0700
committerKevin McCarthy <kevin@8t8.us>2015-06-26 11:38:16 -0700
commit163de29b551931e1d44dd522ada662ffaedc86b2 (patch)
tree48600ca3ddc36788de435ff5d9475d0641e58dd8 /pgp.c
parent516c8f4a56506c42b8563172c712f4c2465d2766 (diff)
Add comment about "(f)orget it" choice in pgp/smime send menus.
Diffstat (limited to 'pgp.c')
-rw-r--r--pgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgp.c b/pgp.c
index 1d718861..0d5376c0 100644
--- a/pgp.c
+++ b/pgp.c
@@ -1751,7 +1751,7 @@ int pgp_send_menu (HEADER *msg, int *redraw)
msg->security |= (ENCRYPT | SIGN);
break;
- case 'f': /* (f)orget it */
+ case 'f': /* (f)orget it: kept for backward compatibility. */
case 'c': /* (c)lear */
msg->security &= ~(ENCRYPT | SIGN);
break;