aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-12-12 01:02:07 +0800
committerDan Winship <danw@src.gnome.org>2000-12-12 01:02:07 +0800
commitb7c314b29c684bd589796a1bc0374a2be9c84aa6 (patch)
tree2cb14903e4b520433b57792b232f63305007ca01 /mail/message-list.h
parent1443cce12e450e506891f355e7233d3c5afc13d2 (diff)
downloadgsoc2013-evolution-b7c314b29c684bd589796a1bc0374a2be9c84aa6.tar
gsoc2013-evolution-b7c314b29c684bd589796a1bc0374a2be9c84aa6.tar.gz
gsoc2013-evolution-b7c314b29c684bd589796a1bc0374a2be9c84aa6.tar.bz2
gsoc2013-evolution-b7c314b29c684bd589796a1bc0374a2be9c84aa6.tar.lz
gsoc2013-evolution-b7c314b29c684bd589796a1bc0374a2be9c84aa6.tar.xz
gsoc2013-evolution-b7c314b29c684bd589796a1bc0374a2be9c84aa6.tar.zst
gsoc2013-evolution-b7c314b29c684bd589796a1bc0374a2be9c84aa6.zip
Ignore double-clicks on "active" columns (the ones where clicking does
* folder-browser.c (on_double_click): Ignore double-clicks on "active" columns (the ones where clicking does something beyond "select"), fixing bug #811 svn path=/trunk/; revision=6910
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index d377384732..0cdf0f78ea 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -38,6 +38,9 @@ enum {
COL_COLOUR,
};
+#define MESSAGE_LIST_COLUMN_IS_ACTIVE(col) (col == COL_MESSAGE_STATUS || \
+ col == COL_FLAGGED)
+
struct _MessageList {
ETableScrolled parent;