[imapfilter-devel] move_messages and subdirectories
Antoine Jacoutot
ajacoutot at lphp.org
Thu Oct 4 20:20:40 EEST 2007
Hi.
Stupid question, but how do one move message(s) to subdirectory?
This is imapfilter-2.0.3 running on OpenBSD-current and connecting to
a cyrus-imapd server.
Note that changing "options.namespace" does not seems to change
anything.
result = account1.INBOX:contain_subject('test')
account1.INBOX:move_messages(account1.INBOX.test.01, result)
$ imapfilter
imapfilter: /home/ajacoutot/.imapfilter/config.lua:19: required argument left out
result = account1.INBOX:contain_subject('test')
account1.INBOX:move_messages(account1/INBOX.test.01, result)
$ imapfilter
imapfilter: /home/ajacoutot/.imapfilter/config.lua:19: attempt to index global 'INBOX' (a nil value)
I feel dump here... ;-)
Thanks.
--
Antoine
More information about the Imapfilter-devel
mailing list