crypt_opportunistic_encrypt (msg);
break;
- case 'f': /* (f)orget it */
+ case 'f': /* (f)orget it: kept for backward compatibility. */
case 'c': /* (c)lear */
msg->security &= ~(ENCRYPT | SIGN);
break;
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;
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;