aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_account.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-21 07:24:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-21 07:24:54 +0000
commitd2275bbf442d09eb646b388c91a486ba8364ac64 (patch)
treefd9cb5618cd7c37baeaeab40af354bfff0170523 /src/prefs_account.h
parente3e971e7f5010b3ee005970216b8dd8086ca9671 (diff)
added an option to encrypt when replying to encrypted message.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@357 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_account.h')
-rw-r--r--src/prefs_account.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/prefs_account.h b/src/prefs_account.h
index 54521c9d..13848beb 100644
--- a/src/prefs_account.h
+++ b/src/prefs_account.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2004 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -129,6 +129,8 @@ struct _PrefsAccount
gboolean default_encrypt;
gboolean ascii_armored;
gboolean clearsign;
+ gboolean encrypt_reply;
+
SignKeyType sign_key;
gchar *sign_key_id;
#endif /* USE_GPGME */