From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.help Subject: Re: From Gnus to mu4e Date: Wed, 26 Aug 2015 08:53:41 +0200 Message-ID: <87k2sizgju.fsf@free.fr> References: <87d1yhpsbr.fsf@free.fr> <20150821130614.GD31789@chitra.no-ip.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1440675339 1981 80.91.229.3 (27 Aug 2015 11:35:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Aug 2015 11:35:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 27 13:35:32 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZUvSr-0004ld-Db for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2015 13:35:29 +0200 Original-Received: from localhost ([::1]:37673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUvSq-0003ZQ-82 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2015 07:35:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUvSY-0003UC-AA for help-gnu-emacs@gnu.org; Thu, 27 Aug 2015 07:35:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUvSU-0007qY-CA for help-gnu-emacs@gnu.org; Thu, 27 Aug 2015 07:35:10 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:53154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUvSU-0007ne-5E for help-gnu-emacs@gnu.org; Thu, 27 Aug 2015 07:35:06 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZUvSS-0004Rf-1U for help-gnu-emacs@gnu.org; Thu, 27 Aug 2015 13:35:04 +0200 Original-Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 13:35:04 +0200 Original-Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 13:35:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gas45-3-82-244-252-119.fbx.proxad.net User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:1yn08vQAk3t59p5iVw8XrK7A43M= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106864 Archived-At: Suvayu Ali writes: >> * If a message is tagged with several labels on Gmail, does it appear in >> several folders in the local repository ? On a related note, if one >> were to move a message from a folder in a repository synced with Gmail >> to another folder not synced (for archiving purposes), I guess the >> message would remain at least in the [Gmail]/All Mail folder. Is there >> an easy way to remove it altogether from Gmail ? > > There are many subtleties when it comes to Gmail's implementation of the > IMAP interface. I would recommend reading these two articles: > > - https://support.google.com/mail/answer/77657?hl=en > - https://support.google.com/mail/answer/78755?hl=en > > That said, in Gmail, you need something like this: > > When a message is marked as deleted and expunged from the last visible IMAP folder: > - [ ] Archive the message (default) > - [X] Move the message to the Bin > - [ ] Immediately delete the message forever > > You can also set the last option, choosing the default will leave it in > Gmail. On top of this, you should make sure the All Mail folder is > _not_ accessible over IMAP. This is important. As long as the message > is present in at least one IMAP folder, Gmail will retain it. This is > where it becomes important how you choose to delete it. With notmuch, > when you delete a message the delete flag will be forwarded to all the > respective messages in the maildir, which in turn ensures it is deleted > from Gmail the next time you sync. Maybe mu4e does something similar. Thanks a lot for this info: It will be useful regardless of the MUA I use. Julien.