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 B808F431FB6 for ; Mon, 13 Aug 2012 02:10:50 -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 S3qhtNAYykbx for ; Mon, 13 Aug 2012 02:10:50 -0700 (PDT) Received: from mail-gh0-f181.google.com (mail-gh0-f181.google.com [209.85.160.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 52FD0431FAE for ; Mon, 13 Aug 2012 02:10:50 -0700 (PDT) Received: by ghz3 with SMTP id 3so3610900ghz.26 for ; Mon, 13 Aug 2012 02:10:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-disposition :content-transfer-encoding; bh=KkAbHCCbBeAT8SuMFMisk66jAmsi0OCkeABUl47rMk0=; b=mOAIdEigOgYfcRtTzuC/IhOah+TdInTuxlHZG4XHP0USnAXVa2zbgarHGaT5A5/wAG r0ep4JXIqBeiqMk+YeveG67p1Ui+aTcgrCvwM3noatjSxD0Nazh+GpwEYjWpnF6SxyxE ApxAELN85Fhwvb/4oorLBCCQdJDqPOMn1Jsu6XsETfiwGZoD8tDj5TAbEApoFI5+AyFC lr/xLSkOKBRYvKSwPb3KnUwpiDNsgaUysWXFSFi0vkEMlKaRA8nf8eSYMf6K/sbSAdbS 42/6L2KKmgkIjLFcyXP5/lcoGOTzaQZSu5twwW7sUXlJGRISmL/6NUYcrh+4shIzZMaA fs8g== Received: by 10.66.87.132 with SMTP id ay4mr24155953pab.82.1344849048378; Mon, 13 Aug 2012 02:10:48 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id ka9sm5059568pbb.59.2012.08.13.02.10.45 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 13 Aug 2012 02:10:47 -0700 (PDT) Date: Mon, 13 Aug 2012 19:10:42 +1000 Message-ID: <20120813191042.GA2306@hili.localdomain> From: Peter Wang To: David Froger Subject: Re: [announce] Bower 0.4 In-Reply-To: <20120812175343.GA32257@david-desktop.localdomain> References: <20120812152258.GA32178@hili.localdomain> <20120812144023.GC29680@david-desktop.localdomain> <20120813003735.GA20739@hili.localdomain> <20120812175343.GA32257@david-desktop.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Cc: notmuch@notmuchmail.org 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: Mon, 13 Aug 2012 09:10:50 -0000 On Sun, 12 Aug 2012 17:53:43 +0200, David Froger wrote: > > > 4. postponed message doesn't work for me. When I postpone a message, it says > > > 'message postponed', but when pressing R from Index view, it says 'No postponed > > > message'. Maybe I need to create a directory to store postponed messages? > > > > The postponed message should be in Maildir/Drafts. Can you see it with > > `notmuch search tag:draft'? > No, `notmuch search tag:draft` returns 0. 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. Peter