aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-02-04 08:23:45 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-02-04 08:23:45 +0000
commitaa3aa8a2f9adc0056106e28e2f535a5cfa669f9c (patch)
tree4bd2d85cf9051c6fa3d1fe232048e0ee4d206fb4 /libsylph/prefs_common.h
parent2c555bc7f2cb09010a7ee0e6bf9bb32355b2a4d8 (diff)
save the columns width of address book.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2840 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 8a68039d..f3210630 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2010 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2011 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -325,6 +325,11 @@ struct _PrefsCommon
gboolean always_add_address_only; /* Compose */
gboolean show_send_dialog; /* Send */
+
+ gint addressbook_folder_width;
+ gint addressbook_col_name;
+ gint addressbook_col_addr;
+ gint addressbook_col_rem;
};
extern PrefsCommon prefs_common;