aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_account.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-23 09:37:11 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-23 09:37:11 +0000
commitcb38c25474b1e7823ff8696155fcebba7de5e07d (patch)
treedf07611eccfbb8d0c09900a811f364f217a9d572 /src/prefs_account.h
parent91146ec1ec9d8cba872f0d9b564c6130ef700d30 (diff)
added PGP Sign/Encrypt check button on the compose window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@279 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_account.h')
-rw-r--r--src/prefs_account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_account.h b/src/prefs_account.h
index efa659f8..54521c9d 100644
--- a/src/prefs_account.h
+++ b/src/prefs_account.h
@@ -125,8 +125,8 @@ struct _PrefsAccount
#if USE_GPGME
/* Privacy */
- gboolean default_encrypt;
gboolean default_sign;
+ gboolean default_encrypt;
gboolean ascii_armored;
gboolean clearsign;
SignKeyType sign_key;