Skip to content

Commit

Permalink
Display attachment icon for multipart/signed messages (#1488525)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Jun 9, 2012
1 parent ba1fb05 commit db8110c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/js/app.js
Expand Up @@ -1827,7 +1827,7 @@ function rcube_webmail()
html = '<span id="flagicn'+uid+'" class="'+css_class+'">&nbsp;</span>';
}
else if (c == 'attachment') {
if (/application\/|multipart\/m/.test(flags.ctype))
if (/application\/|multipart\/(m|signed)/.test(flags.ctype))
html = '<span class="attachment">&nbsp;</span>';
else if (/multipart\/report/.test(flags.ctype))
html = '<span class="report">&nbsp;</span>';
Expand Down

0 comments on commit db8110c

Please sign in to comment.