File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11
11
SignNewEmailsByDefault = YES;
12
12
UseOpenPGPInlineToSend = NO;
13
13
DefaultSecurityMethod = 1; /* OpenPGP */
14
+ AttachKeyToOutgoingMessages = NO;
15
+ AllowSymmetricEncryption = NO;
16
+ ShowAccountNameForKeysOfSameAddress = NO;
17
+ DoNotEncryptToSelf = NO;
14
18
15
19
/* Viewing */
16
20
DisableOpenPGPForReading = NO;
17
21
HideAllSignatureAttachments = NO;
18
-
22
+ CreatePreviewSnippets = NO;
19
23
20
24
/* Completely disable generating snippets even if the passphrase
21
25
* is cached.
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ - (id)MA_makeMessageWithContents:(WebComposeMessageContents *)contents isDraft:(
297
297
298
298
299
299
300
- BOOL attachKeys = shouldPGPSign && [[[ GPGOptions sharedOptions ] valueForKey :@" AttachKeyToOutgoingMessages" ] boolValue ];
300
+ BOOL attachKeys = shouldPGPSign && [[GPGOptions sharedOptions ] boolForKey :@" AttachKeyToOutgoingMessages" ];
301
301
NSData *keysToAttach = nil ;
302
302
303
303
if (!shouldCreatePGPInlineMessage && attachKeys) {
You can’t perform that action at this time.
0 commit comments