aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_account.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-18 09:37:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-18 09:37:28 +0000
commita80079c9ef5b0a1d8736bb1442a88d1bf0a10fea (patch)
tree57efcaac1b5cd37237aa3b341ab15e0daec4fa70 /libsylph/prefs_account.h
parent445477bf9edea510634eefd9db694c6ca459fdeb (diff)
added PGP encrypt-to-self feature.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3348 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_account.h')
-rw-r--r--libsylph/prefs_account.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libsylph/prefs_account.h b/libsylph/prefs_account.h
index df012c98..c8e37803 100644
--- a/libsylph/prefs_account.h
+++ b/libsylph/prefs_account.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2010 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2014 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -180,6 +180,9 @@ struct _PrefsAccount
gboolean use_proxy_auth;
gchar *proxy_name;
gchar *proxy_pass;
+
+ /* Privacy */
+ gboolean encrypt_to_self;
};
PrefsAccount *prefs_account_new (void);