aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-09-12 02:25:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-12 02:25:45 +0800
commitae80da9abad3a04962473d1c2fee41663e3b1f16 (patch)
treec690e1d4be8b8191adc99e95b96d142e48467065
parent10521ede3feba955c3d1fe60ed83e4aa9457e384 (diff)
downloadgsoc2013-evolution-ae80da9abad3a04962473d1c2fee41663e3b1f16.tar.gz
gsoc2013-evolution-ae80da9abad3a04962473d1c2fee41663e3b1f16.tar.zst
gsoc2013-evolution-ae80da9abad3a04962473d1c2fee41663e3b1f16.zip
just changed the ${subject} variable to ${word} as subject doesn't make a whole lot of sense when dealing with arbitrary headers :-)
svn path=/trunk/; revision=5332
-rw-r--r--filter/filtertypes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 7574540ba4..a2951920ba 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -62,17 +62,17 @@
<option value="contains">
<title>contains</title>
<code>
- (match-all (header-contains ${header-field} ${subject}))
+ (match-all (header-contains ${header-field} ${word}))
</code>
</option>
<option value="not contains">
<title>does not contain</title>
<code>
- (match-all (not (header-contains ${header-field} ${subject})))
+ (match-all (not (header-contains ${header-field} ${word})))
</code>
</option>
</input>
- <input type="string" name="subject"/>
+ <input type="string" name="word"/>
</part>
<part name="body">
4d471fb27b9547c1a0de221b51f4c31684157'>- Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1 * - Fix compiling with gcc 4.1stas2006-10-033-1/+23 * Stanislav wants to maintain this ports.itetcu2006-09-061-1/+1 * Reset inactive maintainer who has not responded to email.linimon2006-09-061-1/+1 * remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-1/+0 * Conversion to a single libtool environment.ade2006-02-232-2/+3 * SHA256ifyedwin2006-01-221-0/+1 * - Remove bzip2 from list of dependencies,garga2005-11-301-3/+0 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * Fix plist.krion2005-01-041-0/+6 * Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1 * - Update to 2.0.0.p5vs2004-08-103-6/+17 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * - Update to 2.0.0pre4sergei2003-11-163-35/+41 * Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-26/+26 * Remove USE_GNOMENG.marcus2003-04-181-1/+0 * Update to version 2.0.0pre3.naddy2003-02-169-86/+56 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Deploy USE_GNOMENG infrastructurelioux2002-08-301-1/+2 * PERL -> REINPLACE_CMDijliao2002-07-081-1/+2 * add missing @dirrmijliao2002-06-112-1/+2 * - Fix PORTVERSIONijliao2002-06-011-3/+6