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 ED66F431FB6 for ; Mon, 13 Aug 2012 22:25:04 -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 hC-BSEdzsXOp for ; Mon, 13 Aug 2012 22:25:04 -0700 (PDT) Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 672CF431FAE for ; Mon, 13 Aug 2012 22:25:04 -0700 (PDT) Received: by wgbdq12 with SMTP id dq12so1725wgb.2 for ; Mon, 13 Aug 2012 22:25:03 -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=qpe0WrSjnZQVFhMug0Xo6p7Hy4n9PZd5p8k1NXWax28=; b=PkEftnWc4NX582VKlm4iZsgQkdchyFqsFLZwM9xWeeNZ2epEQDLyEZH3hAj3pjmrmC ehc+4aBK5stW2sNr/GBI2sGUtEp6ZWlWKv79Ojr8q0lbpGr+EMxr4PAZWG4j5E+Kxweh jviuTZ63gvrGC7A52FOMYTu9izoR2IPxAZoRBjNipFd7zHPF5agXgwWUWjU+wPqQFHEm B/thvJJmbghu14IBI6aQkAcTHXYt7q9rux4VLRS4U1GyWTVg8iYwt4tT7iL137/n0ong B7A9bTPie8XbwP252gyyzGFq/SkM15lBfnWYjH020wxo8VD86buGxWOXRRILoIoSECE9 7/+A== Received: by 10.216.243.1 with SMTP id j1mr7165774wer.29.1344921903215; Mon, 13 Aug 2012 22:25:03 -0700 (PDT) Received: from localhost (253.53.100.84.rev.sfr.net. [84.100.53.253]) by mx.google.com with ESMTPS id l5sm29766384wix.5.2012.08.13.22.25.01 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 13 Aug 2012 22:25:02 -0700 (PDT) Date: Tue, 14 Aug 2012 07:25:00 +0200 Message-ID: <20120814072500.GA6970@david-desktop.localdomain> From: David Froger To: notmuch@notmuchmail.org Subject: Re: [announce] Bower 0.4 In-Reply-To: <20120813191042.GA2306@hili.localdomain> References: <20120812152258.GA32178@hili.localdomain> <20120812144023.GC29680@david-desktop.localdomain> <20120813003735.GA20739@hili.localdomain> <20120812175343.GA32257@david-desktop.localdomain> <20120813191042.GA2306@hili.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 05:25:05 -0000 > This is the command to save drafts: > > notmuch-deliver Drafts --tag=draft \ > --remove-tag=inbox --remove-tag=unread < message_file > > Does it work if you run it manually? Just make a dummy message_file > with Date:, From:, To:, Subject: headers and a body. The manual command works! 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 :-) ...)? thanks, David