diff options
author | NotZed <NotZed@HelixCode.com> | 2000-05-19 06:40:24 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-19 06:40:24 +0800 |
commit | 1ff07425c1e2963f7fe835ac4be2c725f12827f5 (patch) | |
tree | e0da79df08b334a0ee0ccdcd7e1d52fb2397a3d0 /camel/providers/Makefile.am | |
parent | 8eb6a561ab9013d3ad12599176c077c57f12ce08 (diff) | |
download | gsoc2013-evolution-1ff07425c1e2963f7fe835ac4be2c725f12827f5.tar.gz gsoc2013-evolution-1ff07425c1e2963f7fe835ac4be2c725f12827f5.tar.zst gsoc2013-evolution-1ff07425c1e2963f7fe835ac4be2c725f12827f5.zip |
Guess!
2000-05-18 NotZed <NotZed@HelixCode.com>
* providers/vee/camel-vee-folder.c: Guess!
* camel-folder-search.c (search_user_flag): Implement user_flag
search term.
* camel-folder-search.h: Added user_flag search capability
(user-flag "blah")
* providers/mbox/camel-mbox-folder.c (mbox_init): Set USER flag in
permanent flags for the folder.
svn path=/trunk/; revision=3122
Diffstat (limited to 'camel/providers/Makefile.am')
-rw-r--r-- | camel/providers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index a1af905e6b..c3829d39b2 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = mbox pop3 sendmail +SUBDIRS = mbox pop3 sendmail vee # these ones are disabled for the moment. # MH maildir nntp smtp |