mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Refactoring
This commit is contained in:
@@ -2421,7 +2421,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
ContentType ct = new ContentType(type);
|
||||
ct.setParameter("protected-headers", "v1");
|
||||
setHeader("Content-Type", ct.toString());
|
||||
String subject = draft.subject == null ? "" : draft.subject;
|
||||
String subject = (draft.subject == null ? "" : draft.subject);
|
||||
try {
|
||||
setHeader("Subject", MimeUtility.encodeWord(subject));
|
||||
} catch (UnsupportedEncodingException ex) {
|
||||
|
||||
Reference in New Issue
Block a user