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 38D65429E25 for ; Mon, 27 Jun 2011 14:50:32 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.275 X-Spam-Level: * X-Spam-Status: No, score=1.275 tagged_above=-999 required=5 tests=[RDNS_NONE=1.274, UNPARSEABLE_RELAY=0.001] 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 lYHclQdQJB2n for ; Mon, 27 Jun 2011 14:50:29 -0700 (PDT) Received: from mail.dnsexit.com (unknown [67.214.175.90]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id DCDEE431FD0 for ; Mon, 27 Jun 2011 14:50:29 -0700 (PDT) Received: from greenrd.plus.com (greenrd.plus.com [212.159.116.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.dnsexit.com (Postfix) with ESMTP id CE8E9B7D508 for ; Mon, 27 Jun 2011 17:50:12 -0400 (EDT) Received: from greenrd (uid 1001) (envelope-from greenrd@greenrd.org) id 1095b330c by greenrd.plus.com (DragonFly Mail Agent) Mon, 27 Jun 2011 22:50:25 +0100 From: Robin Green To: notmuch@notmuchmail.org Subject: Drafts being tagged as inbox User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-dragonfly) Date: Mon, 27 Jun 2011 22:50:25 +0100 Message-ID: <868vsnaqqm.fsf@greenrd.plus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 27 Jun 2011 21:50:32 -0000 My drafts (created using emacs message mode) are being tagged as inbox. However, they are not tagged as drafts. This is because emacs message mode does not store drafts in Maildir format, so there are no Maildir flags (e.g. D for draft) to sync tags with. Now, I could simply store drafts somewhere else, but then I wouldn't be able to search them using notmuch. Is there another way to have drafts correctly tagged? Thanks, Robin Green