aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-05-14 09:17:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-05-14 09:17:37 +0000
commit3b87da252f54406f6ded41f0b45f6f6d7dacc15b (patch)
tree0047c8d4b0f462f50e501448eda5772a6dd7a049 /libsylph/prefs_common.h
parent0efce4ac1ec396cd9d389a607c2a69bbd505dd8a (diff)
added an option to prefer HTML part in multipart/alternative.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3253 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 266ae13d..e94bc540 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -345,6 +345,8 @@ struct _PrefsCommon
gboolean enable_newmsg_notify_window; /* Receive */
gboolean nofilter_junk_sender_in_book; /* Junk Mail */
+
+ gboolean alt_prefer_html; /* Message */
};
extern PrefsCommon prefs_common;