aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-search.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-15 05:44:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-15 05:44:28 +0800
commitaba27fbc03e26cf04ed7d9204968317e69112640 (patch)
tree4a905a4e2a56a52e8da2b6cf5ecf0f3d311700ed /camel/camel-folder-search.h
parent8b79f2dff464221e65f8c09b75c47182fea29f38 (diff)
downloadgsoc2013-evolution-aba27fbc03e26cf04ed7d9204968317e69112640.tar
gsoc2013-evolution-aba27fbc03e26cf04ed7d9204968317e69112640.tar.gz
gsoc2013-evolution-aba27fbc03e26cf04ed7d9204968317e69112640.tar.bz2
gsoc2013-evolution-aba27fbc03e26cf04ed7d9204968317e69112640.tar.lz
gsoc2013-evolution-aba27fbc03e26cf04ed7d9204968317e69112640.tar.xz
gsoc2013-evolution-aba27fbc03e26cf04ed7d9204968317e69112640.tar.zst
gsoc2013-evolution-aba27fbc03e26cf04ed7d9204968317e69112640.zip
Added a (get-size ) function to fix bug #38073. (search_get_size):
2003-02-14 Jeffrey Stedfast <fejj@ximian.com> * camel-folder-search.c: Added a (get-size ) function to fix bug #38073. (search_get_size): Implemented. svn path=/trunk/; revision=19915
Diffstat (limited to 'camel/camel-folder-search.h')
-rw-r--r--camel/camel-folder-search.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-folder-search.h b/camel/camel-folder-search.h
index 701178b0b4..128e97aae9 100644
--- a/camel/camel-folder-search.h
+++ b/camel/camel-folder-search.h
@@ -108,6 +108,9 @@ struct _CamelFolderSearchClass {
/* (get-current-date) Retrieve 'now' as a time_t */
ESExpResult * (*get_current_date)(struct _ESExp *f, int argc, struct _ESExpResult **argv, CamelFolderSearch *s);
+ /* (get-size) Retrieve message size as an int (in kilobytes) */
+ ESExpResult * (*get_size)(struct _ESExp *f, int argc, struct _ESExpResult **argv, CamelFolderSearch *s);
+
/* (uid "uid" ...) True if the uid is in the list */
ESExpResult * (*uid)(struct _ESExp *f, int argc, struct _ESExpResult **argv, CamelFolderSearch *s);
};