Re: Sieve: Avoiding duplicates in a folder while keeping in Inbox

2024-05-13 Thread Paul Kudla via dovecot
ok here are the basics see example plugins below plugin { mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid, box, msgid, from, subject, size, vsize, flags push_notification_driver = dlog sieve = file:~/sieve/sieve;active=~/sieve/.dovec

Re: Sieve: Avoiding duplicates in a folder while keeping in Inbox

2024-05-13 Thread Stephan Bosch via dovecot
Op 13-5-2024 om 14:14 schreef Nick Urbanik via dovecot: On Thu, 2024-04-25 at 14:36 +1000, Nick Urbanik via dovecot wrote: On Tue, 2024-04-23 at 09:42 +1000, Nick Urbanik via dovecot wrote: Dear Folks, I am in the process of learning Sieve, and want to be able to keep an email in Inbox, while

Re: Sieve: Avoiding duplicates in a folder while keeping in Inbox

2024-05-13 Thread Nick Urbanik via dovecot
On Thu, 2024-04-25 at 14:36 +1000, Nick Urbanik via dovecot wrote: > On Tue, 2024-04-23 at 09:42 +1000, Nick Urbanik via dovecot wrote: > > Dear Folks, > > > > I am in the process of learning Sieve, and want to be able to keep > > an > > email in Inbox, while also keeping *one* copy in another fol

Re: Sieve: Avoiding duplicates in a folder while keeping in Inbox

2024-04-24 Thread Nick Urbanik via dovecot
On Tue, 2024-04-23 at 09:42 +1000, Nick Urbanik via dovecot wrote: > Dear Folks, > > I am in the process of learning Sieve, and want to be able to keep an > email in Inbox, while also keeping *one* copy in another folder. > However, the same mail is copied from Inbox multiple times when I run > s

Sieve: Avoiding duplicates in a folder while keeping in Inbox

2024-04-22 Thread Nick Urbanik via dovecot
Dear Folks, I am in the process of learning Sieve, and want to be able to keep an email in Inbox, while also keeping *one* copy in another folder. However, the same mail is copied from Inbox multiple times when I run sieve-filter -Wev .dovecot.sieve Inbox My attempt to prevent this fails: ... }