aboutsummaryrefslogtreecommitdiffstats
path: root/config/accounts.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/accounts.go')
-rw-r--r--config/accounts.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/accounts.go b/config/accounts.go
index 413b77b1..1afa77c4 100644
--- a/config/accounts.go
+++ b/config/accounts.go
@@ -104,6 +104,7 @@ type AccountConfig struct {
// PGP Config
PgpKeyId string `ini:"pgp-key-id"`
PgpAutoSign bool `ini:"pgp-auto-sign"`
+ PgpAttachKey bool `ini:"pgp-attach-key"`
PgpOpportunisticEncrypt bool `ini:"pgp-opportunistic-encrypt"`
PgpErrorLevel int `ini:"pgp-error-level" parse:"ParsePgpErrorLevel" default:"warn"`