Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 77944431FB6 for ; Tue, 14 Aug 2012 05:00:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vFW1Dblxz+xo for ; Tue, 14 Aug 2012 05:00:24 -0700 (PDT) Received: from mail-gg0-f181.google.com (mail-gg0-f181.google.com [209.85.161.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E7756431FAE for ; Tue, 14 Aug 2012 05:00:23 -0700 (PDT) Received: by ggmb6 with SMTP id b6so424082ggm.26 for ; Tue, 14 Aug 2012 05:00:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:subject:in-reply-to:references:mime-version :content-type:content-disposition:content-transfer-encoding; bh=BTyEeqIysNvFqFnlPDV/qbh/F/eR7n52qhEdMaMyEMc=; b=G3uQp8tyMopWnBsB71ombbcFk+rTATOQrdSGXS9YxmNF8W4mIyfdeUFHY48+m8Twnb QRmvzpR+z6s16zJ6f+neJB1C4+6A/CExgywNra0xSFbhqihPhPac2ryXzuOklrkAaise jxkqknFBUatNBZMXmPJsUXCdrWLRohLueTzDdAFjbaEqyTvVFLtK7GVbwlbxdKk46Zim tXhZ90YIpn9xLGBJxKWUScgWOb4slQ02noJuZHdacXPl19S9Dwof457EJbpmpS69tUW0 E/f/FLCfiSrtSfXXAbb8g5b8BhRnzI803Fvk94cGXZk+kn/sKLthkHAGs+0HfbnV9ht9 lM6A== Received: by 10.50.158.229 with SMTP id wx5mr11346501igb.23.1344945621713; Tue, 14 Aug 2012 05:00:21 -0700 (PDT) Received: from localhost ([220.233.42.215]) by mx.google.com with ESMTPS id c3sm20927800iga.8.2012.08.14.05.00.19 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Aug 2012 05:00:20 -0700 (PDT) Date: Tue, 14 Aug 2012 22:00:09 +1000 Message-ID: <20120814220009.GA3513@hili.localdomain> From: Peter Wang To: notmuch@notmuchmail.org Subject: Re: [announce] Bower 0.4 In-Reply-To: <20120814072500.GA6970@david-desktop.localdomain> References: <20120812152258.GA32178@hili.localdomain> <20120812144023.GC29680@david-desktop.localdomain> <20120813003735.GA20739@hili.localdomain> <20120812175343.GA32257@david-desktop.localdomain> <20120813191042.GA2306@hili.localdomain> <20120814072500.GA6970@david-desktop.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2012 12:00:24 -0000 On Tue, 14 Aug 2012 07:25:00 +0200, David Froger wrote: > > So I think I understand my problem. The reason is that in put in my > .config/bower/bower.conf: > > notmuch_deliver=/bin/true > > To solve the problem of "duplicated sent email" with Gmail: > http://support.google.com/mail/bin/answer.py?hl=en&answer=78892 > > But I didn't realize that notmuch_deliver was also used for postponed messages. > > What is the good config? (I see that you're using gmail too :-) ...)? You can disable it by setting `post_sendmail' to empty. I don't notice duplicated emails because both gmail and notmuch suppress them, and it's more important that I see what I've sent out immediately. Peter