aboutsummaryrefslogtreecommitdiffstats
path: root/views/mail
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-03-04 16:08:08 +0800
committerChris Lahey <clahey@src.gnome.org>2001-03-04 16:08:08 +0800
commit0ce6720cb1d96607fbc233e0e6f2b9a8c7a86a1c (patch)
tree777c4775baa731633f9aafaa2d2249c7a310fcfa /views/mail
parent7440bd30cfd8f9497c166ca85d3b2326d613537f (diff)
downloadgsoc2013-evolution-0ce6720cb1d96607fbc233e0e6f2b9a8c7a86a1c.tar.gz
gsoc2013-evolution-0ce6720cb1d96607fbc233e0e6f2b9a8c7a86a1c.tar.zst
gsoc2013-evolution-0ce6720cb1d96607fbc233e0e6f2b9a8c7a86a1c.zip
Corrected these views a bit.
2001-03-04 Christopher James Lahey <clahey@ximian.com> * mail/By_Sender.galview, mail/By_Subject.galview: Corrected these views a bit. * mail/By_Status.galview, mail/Messages.galview: New views for "By Status" and "Messages". * mail/Makefile.am, mail/galview.xml: Added By_Status.galview and Messages.galview. svn path=/trunk/; revision=8537
Diffstat (limited to 'views/mail')
-rw-r--r--views/mail/By_Sender.galview5
-rw-r--r--views/mail/By_Status.galview11
-rw-r--r--views/mail/By_Subject.galview1
-rw-r--r--views/mail/Makefile.am2
-rw-r--r--views/mail/Messages.galview10
-rw-r--r--views/mail/galview.xml2
6 files changed, 27 insertions, 4 deletions
diff --git a/views/mail/By_Sender.galview b/views/mail/By_Sender.galview
index 943e7574d0..e4bbf0b49a 100644
--- a/views/mail/By_Sender.galview
+++ b/views/mail/By_Sender.galview
@@ -3,8 +3,9 @@
<column source="0"/>
<column source="3"/>
<column source="1"/>
- <column source="4"/>
<column source="5"/>
<column source="6"/>
- <grouping/>
+ <grouping>
+ <group column="4" ascending="true"/>
+ </grouping>
</ETableState>
diff --git a/views/mail/By_Status.galview b/views/mail/By_Status.galview
new file mode 100644
index 0000000000..820cabea8e
--- /dev/null
+++ b/views/mail/By_Status.galview
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<ETableState state-version="0.100000">
+ <column source="0"/>
+ <column source="1"/>
+ <column source="4"/>
+ <column source="5"/>
+ <column source="6"/>
+ <grouping>
+ <group column="3" ascending="true"/>
+ </grouping>
+</ETableState>
diff --git a/views/mail/By_Subject.galview b/views/mail/By_Subject.galview
index 667a7a3be8..1415d3712f 100644
--- a/views/mail/By_Subject.galview
+++ b/views/mail/By_Subject.galview
@@ -4,7 +4,6 @@
<column source="3"/>
<column source="1"/>
<column source="4"/>
- <column source="5"/>
<column source="6"/>
<grouping>
<group column="5" ascending="true"/>
diff --git a/views/mail/Makefile.am b/views/mail/Makefile.am
index ea739b8cdf..1df68eb6b5 100644
--- a/views/mail/Makefile.am
+++ b/views/mail/Makefile.am
@@ -1,3 +1,3 @@
defaultmaildir = $(datadir)/evolution/views/mail
-defaultmail_DATA = By_Subject.galview By_Sender.galview galview.xml
+defaultmail_DATA = By_Sender.galview By_Status.galview By_Subject.galview Messages.galview galview.xml
EXTRA_DIST = $(defaultmail_DATA)
diff --git a/views/mail/Messages.galview b/views/mail/Messages.galview
new file mode 100644
index 0000000000..943e7574d0
--- /dev/null
+++ b/views/mail/Messages.galview
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<ETableState state-version="0.100000">
+ <column source="0"/>
+ <column source="3"/>
+ <column source="1"/>
+ <column source="4"/>
+ <column source="5"/>
+ <column source="6"/>
+ <grouping/>
+</ETableState>
diff --git a/views/mail/galview.xml b/views/mail/galview.xml
index 218185d63b..8ea0eae302 100644
--- a/views/mail/galview.xml
+++ b/views/mail/galview.xml
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
<GalViewCollection>
+ <GalView id="Messages" title="Messages" filename="Messages.galview" type="etable"/>
<GalView id="By_Subject" title="By Subject" filename="By_Subject.galview" type="etable"/>
<GalView id="By_Sender" title="By Sender" filename="By_Sender.galview" type="etable"/>
+ <GalView id="By_Status" title="By Status" filename="By_Status.galview" type="etable"/>
</GalViewCollection>
8012dd3946d106759112b0ce3a3a52ed'>KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-032-3/+2 * - Update graphics/djvulibre to 3.5.23.stas2010-11-211-2/+2 * Chase poppler update.kwm2010-11-201-0/+1 * KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-042-3/+7 * KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-062-3/+4 * KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-033-12/+12 * Chase exiv2 shlib bump.kwm2010-08-201-1/+2 * Present KDE SC 4.4.5 for FreeBSD.makc2010-06-301-3/+3 * Present KDE SC 4.4.4 for FreeBSD.makc2010-06-021-3/+3 * - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-113-20/+31 * - update to 1.4.1dinoex2010-03-281-0/+1 * Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-072-4/+3 * - update to jpeg-8dinoex2010-02-051-0/+1 * The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-021-3/+3 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-272-5/+7 * The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-022-4/+3 * Chase the fribidi shared lib bump.marcus2009-08-231-1/+2 * Mk/bsd.kde4.mk:makc2009-08-104-10/+7 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-055-30/+31 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * - djvulibre DSO version has changed to 22. Reflect this.stas2009-07-031-1/+2 * The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-032-4/+3 * Update KDE ports to 4.2.3makc2009-05-102-4/+4 * - Mark all kde4 ports MAKE_JOBS_UNSAFEmiwi2009-04-171-1/+1 * Chase graphics/poppler update, bump PORTREVISION [1].makc2009-04-131-8/+9 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-022-4/+4 * bump PORTREVISION after cmake updatemakc2009-03-251-1/+1 * . update graphics/exiv2 to the new version;bsam2009-03-121-1/+2 * Update KDE to 4.2.1.makc2009-03-092-4/+3 * - Add missing qt4 dependencymiwi2009-02-121-1/+2 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-093-66/+36 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-0/+1 * kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in...makc2009-01-143-9/+11 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.1miwi2008-09-033-4/+7 * - Update djvulibre to 3.5.21.stas2008-08-261-1/+1 * - Rename pkgconfig files, thus avoid conflict with kde3miwi2008-08-195-3/+42 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-106-1886/+462 * Even thought if poppler-qt doesn't has shared library version change, but thesemezz2008-07-021-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Fix multiple vulnerabilities from imported xpdf code in KOffice andlofi2007-11-092-1/+644 * Update to KDE 3.5.8lofi2007-10-304-46/+4 * Fix build with OpenEXR 1.6.0arved2007-10-101-0/+25 * Fix buffer overflow vulnerability in xpdf code.lofi2007-07-312-0/+18 * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-042-4/+3 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-144-199/+3 * Patch denial of service vulnerability in PDF parser.lofi2007-01-182-1/+63 * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-202-4/+3 * Fix possible crash/DOS bug in JPEG kfile-info plugin.lofi2006-12-022-0/+135 * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-132-15/+16 * Update to KDE 3.5.3lofi2006-06-063-5/+10 * - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgplpav2006-05-281-1/+1 * Update to KDE 3.5.2lofi2006-03-315-72/+4 * Conversion to a single libtool environment.ade2006-02-232-2/+59 * No KDE release without an xpdf-inherited security issue.lofi2006-02-032-0/+51 * Update to KDE 3.5.1.lofi2006-02-016-302/+23 * - Update graphics/libglut to 6.4.1.sem2006-01-121-0/+1 * Update to KDE 3.5.0lofi2006-01-096-254/+539 * Patch security issues in imported xpdf code.lofi2005-12-082-0/+175 * Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-056-61/+4 * Fix bogus ui files in preparation for Qt 3.3.5lofi2005-10-042-0/+22 * Fix a regression in kpdf that prevents it from opening a great numberlofi2005-08-032-0/+35 * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-011-2/+2 * Update to KDE 3.4.1lofi2005-06-261-2/+2 * s/.elseif/.eliflofi2005-04-131-2/+2 * Update to KDE 3.4lofi2005-03-215-66/+44 * Fix yet another buffer overflow in imported xpdf sources.lofi2005-01-202-1/+15 * Patch vulnerability in imported xpdf code. Bump PORTREVISION.lofi2004-12-232-0/+39 * Fix MASTER_SITE_SUBDIR.lofi2004-12-151-1/+1 * Update to KDE 3.3.2lofi2004-12-144-61/+4 * Update to KDE 3.3.1lofi2004-11-085-79/+17 * Fix vulnerabilities in imported xpdf code.lofi2004-10-243-0/+101 * Update to KDE 3.3lofi2004-08-31