also drop some very old mutt things, just use x-action, the rest will be
re-parsed, too bad.
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
if (m->type == TYPETEXT && subtype == MIME_PLAIN) {
const char *p;
- if ((p = parameter_getval(m->parameter, "x-mutt-action"))
- || (p = parameter_getval(m->parameter, "x-action"))
- || (p = parameter_getval(m->parameter, "action")))
- {
+ if ((p = parameter_getval(m->parameter, "x-action"))) {
int tok = mime_which_token(p, -1);
switch (tok) {
- case MIME_PGP_SIGN:
+ case MIME_PGP_SIGNED:
t |= PGPSIGN;
break;
pgp
pgp-encrypt
pgp-keys
-pgp-sign
pgp-signed
pkcs7-mime
plain