aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-07 08:42:30 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-07 08:42:30 +0800
commiteda028e5a594c85befd8ba29ce42dc1c66cee33e (patch)
tree0a26d673c44bea754c80f16d13d0dd79a95cc519 /camel/camel-folder-summary.h
parenta184d302d53b70a18f252be8d8b190ea96a896fa (diff)
downloadgsoc2013-evolution-eda028e5a594c85befd8ba29ce42dc1c66cee33e.tar
gsoc2013-evolution-eda028e5a594c85befd8ba29ce42dc1c66cee33e.tar.gz
gsoc2013-evolution-eda028e5a594c85befd8ba29ce42dc1c66cee33e.tar.bz2
gsoc2013-evolution-eda028e5a594c85befd8ba29ce42dc1c66cee33e.tar.lz
gsoc2013-evolution-eda028e5a594c85befd8ba29ce42dc1c66cee33e.tar.xz
gsoc2013-evolution-eda028e5a594c85befd8ba29ce42dc1c66cee33e.tar.zst
gsoc2013-evolution-eda028e5a594c85befd8ba29ce42dc1c66cee33e.zip
Remove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer will be using
2002-02-06 Jeffrey Stedfast <fejj@ximian.com> * camel-folder-summary.h: Remove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer will be using this. svn path=/trunk/; revision=15586
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r--camel/camel-folder-summary.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h
index ee5b69bf37..f63a1d49a0 100644
--- a/camel/camel-folder-summary.h
+++ b/camel/camel-folder-summary.h
@@ -57,7 +57,6 @@ enum _CamelMessageFlags {
CAMEL_MESSAGE_FLAGGED = 1<<3,
CAMEL_MESSAGE_SEEN = 1<<4,
CAMEL_MESSAGE_ATTACHMENTS = 1<<5,
- CAMEL_MESSAGE_NEEDS_REPLY = 1<<6,
/* following flags are for the folder, and are not really permanent flags */
CAMEL_MESSAGE_FOLDER_FLAGGED = 1<<16, /* for use by the folder implementation */