aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers/mozilla-status-headers.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-09-22 02:06:57 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-09-22 02:06:57 +0800
commit0b7c979a3b545720214f66d90d4df8701adfa40f (patch)
tree9b326dc0bd2d174436fb02b378e0e3ffb0b1f01d /mail/importers/mozilla-status-headers.h
parentc08aae09a859e861fc8c62537d0668a2d0e2b596 (diff)
downloadgsoc2013-evolution-0b7c979a3b545720214f66d90d4df8701adfa40f.tar
gsoc2013-evolution-0b7c979a3b545720214f66d90d4df8701adfa40f.tar.gz
gsoc2013-evolution-0b7c979a3b545720214f66d90d4df8701adfa40f.tar.bz2
gsoc2013-evolution-0b7c979a3b545720214f66d90d4df8701adfa40f.tar.lz
gsoc2013-evolution-0b7c979a3b545720214f66d90d4df8701adfa40f.tar.xz
gsoc2013-evolution-0b7c979a3b545720214f66d90d4df8701adfa40f.tar.zst
gsoc2013-evolution-0b7c979a3b545720214f66d90d4df8701adfa40f.zip
Distribute README.async (#478704).
2007-09-21 Matthew Barnes <mbarnes@redhat.com> * mail/Makefile.am: Distribute README.async (#478704). * mail/importers/Makefile.am: Remove references to evolution-outlook-importer.c and netscape-importer.c; we haven't shipped them for over two years (see ChangeLog entry for 2005-07-01). svn path=/trunk/; revision=34297
Diffstat (limited to 'mail/importers/mozilla-status-headers.h')
-rw-r--r--mail/importers/mozilla-status-headers.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/importers/mozilla-status-headers.h b/mail/importers/mozilla-status-headers.h
deleted file mode 100644
index a12e4efc21..0000000000
--- a/mail/importers/mozilla-status-headers.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/* mozilla-status-headers.h
- *
- * Authors: Iain Holmes <iain@ximian.com>
- *
- * Copyright (C) 2001 Ximian, Inc.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
- */
-
-/* Defines copied from nsMsgMessageFlags.h in Mozilla source. */
-
-/* Evolution only cares about these headers I think */
-#define MSG_FLAG_READ 0x0001
-#define MSG_FLAG_REPLIED 0x0002
-#define MSG_FLAG_MARKED 0x0004
-#define MSG_FLAG_EXPUNGED 0x0008