aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-08 07:55:13 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-08 07:55:13 +0000
commiteefe7863dac9cc8046e369d14dfa0224495613ea (patch)
treed558d35059a2cadde2869b1b313698a9eee46213 /src/prefs_common.h
parentbef4be6edbe3e5748ce6075a2ca65546e16a6d19 (diff)
implemented inline image display.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@97 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common.h')
-rw-r--r--src/prefs_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/prefs_common.h b/src/prefs_common.h
index b2c42a58..b8075649 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.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
@@ -170,6 +170,7 @@ struct _PrefsCommon
gboolean scroll_halfpage;
gboolean resize_image;
+ gboolean inline_image;
gchar *force_charset;