diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-07-30 21:50:18 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-07-30 21:50:18 +0200 |
commit | 17de86003e3d54ece198f2bae9e87c4d6b4dc1a5 (patch) | |
tree | 0bd13216eab39efdc5ea78690add32d6817fe84c | |
parent | fd2e47d44775590b4c46a4fc2f5a10a1b9dc891c (diff) | |
download | dotfiles-17de86003e3d54ece198f2bae9e87c4d6b4dc1a5.tar.gz dotfiles-17de86003e3d54ece198f2bae9e87c4d6b4dc1a5.tar.bz2 dotfiles-17de86003e3d54ece198f2bae9e87c4d6b4dc1a5.zip |
.osx: Add GPGMail 2 settings
http://support.gpgtools.org/kb/faq-gpgmail/gpgmail-2-hidden-settings
-rwxr-xr-x | .osx | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -559,6 +559,13 @@ defaults write com.google.Chrome ExtensionInstallSources -array "https://*.githu defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://*.github.com/*" "http://userscripts.org/*" ############################################################################### +# GPGMail 2 # +############################################################################### + +# Disable signing emails by default +defaults write ~/Library/Preferences/org.gpgtools.gpgmail SignNewEmailsByDefault -bool false + +############################################################################### # SizeUp.app # ############################################################################### |