From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: From Gnus to mu4e Date: Fri, 28 Aug 2015 01:34:08 +0200 Message-ID: <20150827233408.GD30233@chitra.no-ip.org> References: <87d1yhpsbr.fsf@free.fr> <87lhczyl1p.fsf@free.fr> <87a8tezf7x.fsf@free.fr> <87vbc0pgkp.fsf@free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1440718471 25561 80.91.229.3 (27 Aug 2015 23:34:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Aug 2015 23:34:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 28 01:34:31 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 1ZV6ge-0006Ad-Eu for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Aug 2015 01:34:28 +0200 Original-Received: from localhost ([::1]:45148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV6gd-0001tS-72 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2015 19:34:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV6gR-0001tB-Bg for help-gnu-emacs@gnu.org; Thu, 27 Aug 2015 19:34:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV6gO-0007FP-4H for help-gnu-emacs@gnu.org; Thu, 27 Aug 2015 19:34:15 -0400 Original-Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:37379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV6gN-0007Eu-Ts for help-gnu-emacs@gnu.org; Thu, 27 Aug 2015 19:34:12 -0400 Original-Received: by widdq5 with SMTP id dq5so6143957wid.0 for ; Thu, 27 Aug 2015 16:34:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=N4dpB1U2UrBfMqhbD7EsHSjYKD6WJW/3Bn6MjuZiY3U=; b=KVOnHS38iJ3y9PGtH5VFHeAlU9g2PfI52DSl6jXDO0oKfdINQzRhHGpGmlpB3S59Q4 nCwp2E9tdgbYKLSaUWHgqEIVAhpZaIfBypXk6LCuvi3cJR6ufjlV3sfXTn2+xv17Wl/D QqaN7DsnhV1zvK4PDk1kv+Bu9afbhX0YNe3Dz+RJujX6+X4gqPbwoMRKyodFdc5IJBbt 3AUq4V4qdE8GOApLvJUBL6dqCg5uA7OYf82jLMC/1LKb0KGVuX571xAJkmnfYFXobX+P RdFu2RJJRA7JK5DHy0xbRh+lMghlf3ijfGoMu3Xfq2xy1TlG0Qmhuo0VHAJbUQSbyMcu 5eBA== X-Received: by 10.180.9.75 with SMTP id x11mr963840wia.80.1440718450967; Thu, 27 Aug 2015 16:34:10 -0700 (PDT) Original-Received: from chitra.no-ip.org (5072840E.static.ziggozakelijk.nl. [80.114.132.14]) by smtp.gmail.com with ESMTPSA id wx9sm5259496wjb.6.2015.08.27.16.34.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Aug 2015 16:34:10 -0700 (PDT) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <87vbc0pgkp.fsf@free.fr> User-Agent: Mutt/1.5.23.1 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::231 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:106878 Archived-At: On Thu, Aug 27, 2015 at 11:27:50PM +0200, Julien Cubizolles wrote: > 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 ? I do not think this is possible. In fact AFAIK, any kind of race condition in a maildir is not possible by design, as long as the filesystem operations are atomic. -- Suvayu Open source is the future. It sets us free.