Re: [Dovecot] Pigeonhole Sieve IMAP flag question

2009-12-30 Thread Julian Cowley
On Wed, 30 Dec 2009, Stephan Bosch wrote: Julian Cowley wrote: Hello, Here is a small script that I've been running to test a problem I've been seeing. Shouldn't this result in the mail being delivered to the inbox as a new message (ie. without the \Seen flag)? require "imap4flags";

Re: [Dovecot] Pigeonhole Sieve IMAP flag question

2009-12-29 Thread Stephan Bosch
Julian Cowley wrote: Hello, Here is a small script that I've been running to test a problem I've been seeing. Shouldn't this result in the mail being delivered to the inbox as a new message (ie. without the \Seen flag)? require "imap4flags"; addflag "\\Seen"; removeflag "\\Seen

Re: [Dovecot] Pigeonhole Sieve IMAP flag question

2009-12-29 Thread Julian Cowley
On Tue, 29 Dec 2009, Tobias Lang wrote: Am 29.12.2009 um 12:58 schrieb Julian Cowley: Hello, Here is a small script that I've been running to test a problem I've been seeing. Shouldn't this result in the mail being delivered to the inbox as a new message (ie. without the \Seen flag)? req

Re: [Dovecot] Pigeonhole Sieve IMAP flag question

2009-12-29 Thread Tobias Lang
Am 29.12.2009 um 12:58 schrieb Julian Cowley: > Hello, > > Here is a small script that I've been running to test a problem I've been > seeing. Shouldn't this result in the mail being delivered to the inbox as a > new message (ie. without the \Seen flag)? > > require "imap4flags"; > > add

[Dovecot] Pigeonhole Sieve IMAP flag question

2009-12-29 Thread Julian Cowley
Hello, Here is a small script that I've been running to test a problem I've been seeing. Shouldn't this result in the mail being delivered to the inbox as a new message (ie. without the \Seen flag)? require "imap4flags"; addflag "\\Seen"; removeflag "\\Seen"; Every message gets