Gnus development mailing list
 help / color / mirror / Atom feed
From: gallego@cri.ensmp.fr (Emilio Jesús Gallego Arias)
Cc: Lars Ingebrigtsen <larsi@gnus.org>, ding@gnus.org
Subject: Streaming MOVE commands
Date: Sun, 14 Feb 2016 05:17:23 +0100	[thread overview]
Message-ID: <87fuwwlycs.fsf@cri.ensmp.fr> (raw)

The following message is a courtesy copy of an article
that has been posted to gmane.mail.imap.dovecot as well.

Dear Dovecot devs,

is streaming multiple MOVE commands by clients allowed?

I am getting duplicated messages with the GNUS mail client, and the
interchange looks like this:

> 9019 UID MOVE 4062,4066,4068 "folder0"
> 9020 UID MOVE 4063:4064,4067,4069:4072 "folder1"
> * OK [COPYUID 1424475218 4062,4066,4068 376:378] Moved UIDs.
> * OK [COPYUID 1424475231 4063:4064,4067,4069:4072 26:32] Moved UIDs.
> * VANISHED 4062,4066,4068:4072

thus 4063, 4064, and 4067 end both in inbox and folder1. [1]

Version and config information below.

Best regards,
Emilio

[1] More details in the thread
    http://permalink.gmane.org/gmane.emacs.gnus.general/86813

[2] Version
    $ /usr/sbin/dovecot --version
    2.2.13

[3] Config

$ /usr/sbin/dovecot -n
# 2.2.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 8.3 ext4
mail_location = maildir:/home/%u/Maildir
managesieve_notify_capability = mailto

managesieve_sieve_capability = fileinto reject envelope
  encoded-character vacation subaddress comparator-i;ascii-numeric
  relational regex imap4flags copy include variables body enotify
  environment mailbox date ihave

namespace inbox {
  inbox = yes
  location = 
  mailbox Drafts {
    special_use = \Drafts
  }
  mailbox Junk {
    special_use = \Junk
  }
  mailbox Sent {
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }
  mailbox Trash {
    special_use = \Trash
  }
  prefix = 
}
passdb {
  driver = pam
}
plugin {
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
protocols = " imap sieve"
ssl_cert = </etc/ssl/x80/x80_org.ca.crt
ssl_key = </etc/ssl/x80/x80_org.key
userdb {
  driver = passwd
}



             reply	other threads:[~2016-02-14  4:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-14  4:17 Emilio Jesús Gallego Arias [this message]
     [not found] <84wpq68crq.fsf@cri.ensmp.fr>
     [not found] ` <7068E0DA-AA85-47F4-865C-98495882025D@iki.fi>
     [not found]   ` <8760xiffqz.fsf@cri.ensmp.fr>
     [not found]     ` <382903E1-0654-4A26-AFB2-B314C81DB9A0@iki.fi>
2016-02-24 17:56       ` Emilio Jesús Gallego Arias

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fuwwlycs.fsf@cri.ensmp.fr \
    --to=gallego@cri.ensmp.fr \
    --cc=ding@gnus.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).