[Commits] [SCM] claws branch, master, updated. 3.9.2-94-gc6f41dc
claws at claws-mail.org
claws at claws-mail.org
Fri Oct 18 13:31:37 CEST 2013
The branch master of project "claws" (Claws Mail) has been updated
via c6f41dc47f1640aa1e741637773d002ca72842bb (commit)
from aa2c8f4df52dc71b992dd91a08d2e5eb75759e58 (commit)
- Log -----------------------------------------------------------------
commit c6f41dc47f1640aa1e741637773d002ca72842bb
Author: Paul <paul at claws-mail.org>
Date: Fri Oct 18 12:31:31 2013 +0100
ooops! I forgot the brackets in the last commit. d'oh!
diff --git a/src/procmime.c b/src/procmime.c
index ca8bcc1..dfc765b 100644
--- a/src/procmime.c
+++ b/src/procmime.c
@@ -2051,10 +2051,10 @@ static int procmime_parse_mimepart(MimeInfo *parent,
else
mimeinfo->location = NULL;
- if (content_disposition != NULL)
+ if (content_disposition != NULL) {
remove_space(content_disposition);
procmime_parse_content_disposition(content_disposition, mimeinfo);
- else
+ } else
mimeinfo->disposition = DISPOSITIONTYPE_UNKNOWN;
/* Call parser for mime type */
-----------------------------------------------------------------------
Summary of changes:
src/procmime.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list