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 9354B431FCF for ; Tue, 21 Feb 2012 22:46:57 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 Za4J09FrLqRI for ; Tue, 21 Feb 2012 22:46:56 -0800 (PST) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by olra.theworths.org (Postfix) with ESMTP id D6647431FD6 for ; Tue, 21 Feb 2012 22:46:49 -0800 (PST) Received: from pd3ml1so-ssvc.prod.shaw.ca ([10.0.141.140]) by pd3mo1so-svcs.prod.shaw.ca with ESMTP; 21 Feb 2012 23:46:49 -0700 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=MPNiKFfsidoaPqBs0kThsodqbsbgvPHp5CGEg9DOvhI= c=1 sm=1 a=9g9JZo9vwMMA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17 a=9OLaDUNTDZPePR6WM6EA:9 a=VsVQgnaUw-nx1r6dp7gA:7 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56]) by pd3ml1so-dmz.prod.shaw.ca with ESMTP; 21 Feb 2012 23:46:45 -0700 Received: by lagos.xvx.ca (Postfix, from userid 1000) id A8EA18095C4C; Tue, 21 Feb 2012 23:46:44 -0700 (MST) From: Adam Wolfe Gordon To: notmuch@notmuchmail.org Subject: [PATCH v6 04/10] TODO: Add replying to multiple messages Date: Tue, 21 Feb 2012 23:46:33 -0700 Message-Id: <1329893199-21630-5-git-send-email-awg+notmuch@xvx.ca> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1329893199-21630-1-git-send-email-awg+notmuch@xvx.ca> References: <1329893199-21630-1-git-send-email-awg+notmuch@xvx.ca> 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: Wed, 22 Feb 2012 06:46:58 -0000 --- devel/TODO | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/devel/TODO b/devel/TODO index 4dda6f4..4ad1ee5 100644 --- a/devel/TODO +++ b/devel/TODO @@ -141,6 +141,11 @@ Simplify notmuch-reply to simply print the headers (we have the original values) rather than calling GMime (which encodes) and adding the confusing gmime-filter-headers.c code (which decodes). +Properly handle replying to multiple messages. Currently, calling +notmuch reply on a search that returns multiple messages will return +an error. This will include defining a semantics for replying to +multiple messages that makes sense and makes the feature useful. + notmuch library --------------- Add support for custom flag<->tag mappings. In the notmuch -- 1.7.5.4