}
/* otherwise inline won't work...ask for revert */
- if ((i = query_quadoption (OPT_PGPMIMEASK, _("Message can't be sent inline. Revert to using PGP/MIME?"))) != M_YES)
- return -1;
+ if ((i = query_quadoption (OPT_PGPMIMEAUTO, _("Message can't be sent inline. Revert to using PGP/MIME?"))) != M_YES)
+ {
+ mutt_error _("Mail not sent.");
+ return -1;
+ }
/* go ahead with PGP/MIME */
}
** which consist of more than a single MIME part. Mutt can be
** configured to ask before sending PGP/MIME messages when inline
** (traditional) would not work.
- ** See also: ``$$pgp_mime_ask''.
+ ** See also: ``$$pgp_mime_auto''.
** .pp
** Also note that using the old-style PGP message format is \fBstrongly\fP
** \fBdeprecated\fP.
** which consist of more than a single MIME part. Mutt can be
** configured to ask before sending PGP/MIME messages when inline
** (traditional) would not work.
- ** See also: ``$$pgp_mime_ask''.
+ ** See also: ``$$pgp_mime_auto''.
** .pp
** Also note that using the old-style PGP message format is \fBstrongly\fP
** \fBdeprecated\fP.
** `reverse-'.
** (PGP only)
*/
- { "pgp_mime_ask", DT_QUAD, R_NONE, OPT_PGPMIMEASK, M_NO },
+ { "pgp_mime_auto", DT_QUAD, R_NONE, OPT_PGPMIMEAUTO, M_ASKYES },
/*
** .pp
** This option controls whether Mutt will prompt you for
OPT_MIMEFWD,
OPT_MIMEFWDREST,
OPT_MOVE,
- OPT_PGPMIMEASK, /* ask to revert to PGP/MIME when inline fails */
+ OPT_PGPMIMEAUTO, /* ask to revert to PGP/MIME when inline fails */
#ifdef USE_POP
OPT_POPDELETE,
OPT_POPRECONNECT,