aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-28 12:22:13 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-28 12:22:13 +0800
commit0473e106f01671731351f69bdf29f3d438b75b05 (patch)
tree5093a6bc33755cd0e1c204f9e907e89aad51b26f /mail/message-list.h
parent81bab650bb4ca76d93578064794d78190d0e9527 (diff)
downloadgsoc2013-evolution-0473e106f01671731351f69bdf29f3d438b75b05.tar
gsoc2013-evolution-0473e106f01671731351f69bdf29f3d438b75b05.tar.gz
gsoc2013-evolution-0473e106f01671731351f69bdf29f3d438b75b05.tar.bz2
gsoc2013-evolution-0473e106f01671731351f69bdf29f3d438b75b05.tar.lz
gsoc2013-evolution-0473e106f01671731351f69bdf29f3d438b75b05.tar.xz
gsoc2013-evolution-0473e106f01671731351f69bdf29f3d438b75b05.tar.zst
gsoc2013-evolution-0473e106f01671731351f69bdf29f3d438b75b05.zip
Added a COL_DELETED and made it the strikeout column for both text
2000-05-28 Christopher James Lahey <clahey@helixcode.com> * message-list.c, message-list.h: Added a COL_DELETED and made it the strikeout column for both text renderers. svn path=/trunk/; revision=3237
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index f3d6d2fa7f..21d51875f8 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -34,6 +34,7 @@ enum {
COL_RECEIVE,
COL_TO,
COL_SIZE,
+ COL_DELETED,
COL_LAST
};