aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-27 04:25:40 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-27 04:25:40 +0800
commit580e879674ea981023756e1bdaa8d7309223c86b (patch)
treecfe1a85b2c8ff14b5ff9ec5d828ab98a194574b2 /mail/message-list.h
parent582e76a02e8fe748e439701d697d2731d35ab8f1 (diff)
downloadgsoc2013-evolution-580e879674ea981023756e1bdaa8d7309223c86b.tar
gsoc2013-evolution-580e879674ea981023756e1bdaa8d7309223c86b.tar.gz
gsoc2013-evolution-580e879674ea981023756e1bdaa8d7309223c86b.tar.bz2
gsoc2013-evolution-580e879674ea981023756e1bdaa8d7309223c86b.tar.lz
gsoc2013-evolution-580e879674ea981023756e1bdaa8d7309223c86b.tar.xz
gsoc2013-evolution-580e879674ea981023756e1bdaa8d7309223c86b.tar.zst
gsoc2013-evolution-580e879674ea981023756e1bdaa8d7309223c86b.zip
Removed counting of selected messages.
2000-07-26 Christopher James Lahey <clahey@helixcode.com> * message-list.c, message-list.h: Removed counting of selected messages. svn path=/trunk/; revision=4362
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index 46a42b4d2b..4406536110 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -74,7 +74,7 @@ struct _MessageList {
char *search; /* search string */
- int cursor_row, rows_selected;
+ int cursor_row;
const char *cursor_uid;
/* row-selection and seen-marking timers */