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: Thu, 27 Aug 2015 23:27:50 +0200 Message-ID: <87vbc0pgkp.fsf@free.fr> References: <87d1yhpsbr.fsf@free.fr> <87lhczyl1p.fsf@free.fr> <87a8tezf7x.fsf@free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1440710899 9672 80.91.229.3 (27 Aug 2015 21:28:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Aug 2015 21:28:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Rainer M Krug Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 27 23:28:10 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 1ZV4iQ-0006ZD-6Q for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2015 23:28:10 +0200 Original-Received: from localhost ([::1]:44766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4iP-00036l-HR for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2015 17:28:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4iD-00036g-RT for help-gnu-emacs@gnu.org; Thu, 27 Aug 2015 17:27:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV4i8-0000UC-LC for help-gnu-emacs@gnu.org; Thu, 27 Aug 2015 17:27:57 -0400 Original-Received: from smtp2-g21.free.fr ([212.27.42.2]:38783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4i8-0000Tb-Ev for help-gnu-emacs@gnu.org; Thu, 27 Aug 2015 17:27:52 -0400 Original-Received: from lago (unknown [82.244.252.119]) by smtp2-g21.free.fr (Postfix) with ESMTPS id EC50F4B0074; Thu, 27 Aug 2015 23:27:50 +0200 (CEST) In-Reply-To: (Rainer M. Krug's message of "Thu, 27 Aug 2015 14:50:03 +0200") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 212.27.42.2 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:106874 Archived-At: Rainer M Krug writes: > There is one program accessing the mail folder: dovecot - no conflicts, race > conditions, no slightly different formats, standards, ... And you can > also remotely access dovecot if you want to. Because otherwise, you would have Gnus and offlineimap competing for access ? > By the way: the dovecot daemon is not permanently running, as I am using > the shell access from gnus: > > ,---- > | (nnimap-shell-program "/usr/local/opt/dovecot/libexec/dovecot/imap -o mail_location=maildir:$HOME/Maildir"))) > `---- > > The same from offlineimap: > > ,---- > | preauthtunnel = /usr/local/opt/dovecot/libexec/dovecot/imap -o mail_location=maildir:$HOME/Maildir > `---- > > and offlineimap only reads the emails from the maildir. That looks interesting, I'll try it. > And I have found the following two functions to open the same message > which is open in gnus in notmuch and the other way around: > > ** In notmuch jump to gnus folder I think you forgot the other way around :-) > Hope this helps, I'm sure it will, thanks a lot. Julien.