mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Default Autocrypt prefer mutual mode
This commit is contained in:
@@ -264,7 +264,10 @@ public class MessageHelper {
|
||||
sb.append(line);
|
||||
}
|
||||
|
||||
imessage.addHeader("Autocrypt", "addr=" + from.getAddress() + "; keydata=" + sb.toString());
|
||||
imessage.addHeader("Autocrypt",
|
||||
"addr=" + from.getAddress() + ";" +
|
||||
" prefer-encrypt=mutual;" +
|
||||
" keydata=" + sb.toString());
|
||||
}
|
||||
|
||||
for (final EntityAttachment attachment : attachments)
|
||||
|
||||
Reference in New Issue
Block a user