diff options
Diffstat (limited to 'src/prefs_account.h')
-rw-r--r-- | src/prefs_account.h | 4 |
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 */ |