/* recv mode */
if (hdr &&
- m->hdr &&
- m->encoding != ENCBASE64 &&
- m->encoding != ENCQUOTEDPRINTABLE &&
- mutt_is_message_type(m->type, m->subtype))
+ m->hdr &&
+ m->encoding != ENCBASE64 &&
+ m->encoding != ENCQUOTEDPRINTABLE &&
+ mutt_is_message_type(m->type, m->subtype))
{
/* message type attachments are written to mail folders. */
snprintf (fn, sizeof (fn), "%s%s", s,
folder->ff->local ?
- (S_ISLNK (folder->ff->mode) ?
- "@" :
- (S_ISDIR (folder->ff->mode) ?
- "/" :
- ((folder->ff->mode & S_IXUSR) != 0 ?
- "*" :
- ""))) :
- "");
+ (S_ISLNK (folder->ff->mode) ?
+ "@" :
+ (S_ISDIR (folder->ff->mode) ?
+ "/" :
+ ((folder->ff->mode & S_IXUSR) != 0 ?
+ "*" :
+ ""))) :
+ "");
mutt_format_s (dest, destlen, fmt, fn);
break;
#define is_multipart(x) \
((x)->type == TYPEMULTIPART \
- || ((x)->type == TYPEMESSAGE && (!strcasecmp((x)->subtype, "rfc822") \
- || !strcasecmp((x)->subtype, "news"))))
+ || ((x)->type == TYPEMESSAGE && (!strcasecmp((x)->subtype, "rfc822") \
+ || !strcasecmp((x)->subtype, "news"))))
extern const char *BodyTypes[];
extern const char *BodyEncodings[];
}
#define CHECK_ATTACH \
- if (option(OPTATTACHMSG)) \
+ if (option(OPTATTACHMSG)) \
{ \
mutt_flushinp (); \
mutt_error _(Function_not_permitted_in_attach_message_mode); \
crypt_current_time (s, "PGP");
if ((thepid = pgp_invoke_verify (NULL, &pgpout, NULL,
- -1, -1, fileno(pgperr),
- tempfile, sigfile)) != -1)
+ -1, -1, fileno(pgperr),
+ tempfile, sigfile)) != -1)
{
if (pgp_copy_checksig (pgpout, s->fpout) >= 0)
badsig = 0;