aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-20 05:06:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-20 05:06:37 +0000
commitab270568f171f18bdba0e566b726d48db21b3afe (patch)
treec5d31b698428c8f364b92fde2549e46a73f1db89 /libsylph/prefs_common.h
parenta148c8534ad9eeec008134db45e4eb1bfbfdb587 (diff)
added 'show_attach_tab' option (no UI) which toggles the Attachment tab and toggle button.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3111 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 31f65b46..47f1c16d 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -337,6 +337,8 @@ struct _PrefsCommon
gboolean enable_newmsg_notify_sound; /* Receive */
gchar *newmsg_notify_sound; /* Receive */
+
+ gboolean show_attach_tab; /* Message */
};
extern PrefsCommon prefs_common;