diff options
author | NotZed <NotZed@HelixCode.com> | 2000-05-17 12:10:34 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-17 12:10:34 +0800 |
commit | 13a30fa49424793d4a09e58a604eafbb18c8eecc (patch) | |
tree | 62c438008024cf2b48b3a9beee0f7f679177b01e /mail/ChangeLog | |
parent | ba7f533031784b4c46d744f6e0bae9fe7feee981 (diff) | |
download | gsoc2013-evolution-13a30fa49424793d4a09e58a604eafbb18c8eecc.tar gsoc2013-evolution-13a30fa49424793d4a09e58a604eafbb18c8eecc.tar.gz gsoc2013-evolution-13a30fa49424793d4a09e58a604eafbb18c8eecc.tar.bz2 gsoc2013-evolution-13a30fa49424793d4a09e58a604eafbb18c8eecc.tar.lz gsoc2013-evolution-13a30fa49424793d4a09e58a604eafbb18c8eecc.tar.xz gsoc2013-evolution-13a30fa49424793d4a09e58a604eafbb18c8eecc.tar.zst gsoc2013-evolution-13a30fa49424793d4a09e58a604eafbb18c8eecc.zip |
Ok, so all incoming mail comes through filters, yay!
The default is just to copy to the inbox.
I wouldn't trust this code as far as i could piss up
a wall, just yet.
2000-05-16 NotZed <NotZed@HelixCode.com>
* mail-ops.c
(fetch_mail): Apply filters to incoming mail ... *hold breath*
If we are coming from a non-indexed/searchable/etc source, then
copy it to an mbox first. When copying mail from an mbox source,
dont remove it aftewards, open it for append, so partially
filtered mail isn't lost.
svn path=/trunk/; revision=3102
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 79dff4f13b..7bc59eba43 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -2,6 +2,11 @@ * mail-ops.c (filter_edit): Function to bring up the filter editor. (filter_druid_clicked): Save/close dialogue. + (fetch_mail): Apply filters to incoming mail ... *hold breath* + If we are coming from a non-indexed/searchable/etc source, then + copy it to an mbox first. When copying mail from an mbox source, + dont remove it aftewards, open it for append, so partially + filtered mail isn't lost. * Makefile.am (evolution_mail_LDADD): Added libfilter. (INCLUDES): Add EVOLUTION_DATADIR, and fix matt's brokeneditor(tm) |