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 94DCA4196F0 for ; Thu, 15 Apr 2010 22:41:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.8 X-Spam-Level: X-Spam-Status: No, score=-2.8 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham 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 Uuz1GF4yvLNH for ; Thu, 15 Apr 2010 22:41:33 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by olra.theworths.org (Postfix) with ESMTP id 77001431FC1 for ; Thu, 15 Apr 2010 22:41:33 -0700 (PDT) Received: from localhost ([::1] helo=x200.gr8dns.org) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1O2eJ3-0006Si-08 for notmuch@notmuchmail.org; Fri, 16 Apr 2010 05:41:33 +0000 Received: by x200.gr8dns.org (Postfix, from userid 500) id 56F04C00E8; Thu, 15 Apr 2010 22:41:32 -0700 (PDT) From: Dirk Hohndel To: Subject: [PATCH] add a number of new feature ideas to TODO file Date: Thu, 15 Apr 2010 22:41:32 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html 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: Fri, 16 Apr 2010 05:41:34 -0000 Signed-off-by: Dirk Hohndel --- TODO | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index 14c5fd0..226f243 100644 --- a/TODO +++ b/TODO @@ -56,6 +56,24 @@ Change 'a' command in thread-view mode to only archive open messages. Add a binding to open all closed messages. +Add 'd' keybinding that works like 'a' plus adds a +deleted tag + +Add 'D' keybinding that does the same in search view, but in thread +show mode marks the whole thread as deleted + +Add '???' keybinding that skips the current thread without archiving +it + +Add notmuch-message mode that allows us to override many of the +default behaviors of emacs message mode without affecting people using +messages mode from elsewhere (e.g., gnus). This would allow us to add +- selection of from address (with configured email addresses as default choices to pick from +- set user-agent string + +Allow differen "real names" for the "other_email" addresses; I +envision an "other_names" parameter; if unset all email addresses use +the same name, otherwise the two lists are matched + Emacs saved-search interface ---------------------------- Here's a proposal Carl wrote (id:87einafy4u.fsf@yoom.home.cworth.org): @@ -245,6 +263,21 @@ of multiple searches. For example, I would like to do: See id:3wdpr282yz2.fsf@testarossa.amd.com for more details on the use cases of the above. +Allow anchors in searches: + + notmuch search from:domain.org$ only matches if "domain.org" is + at the end of the From: header + + notmuch search from:^username only matches if "username" is at + the beginning of the From: header (right after the ':') + + This leaves the interesting question if we want a way to bind to + the actual address component. + +Add Received: header to the indexed header components + +Add folder keyword + Database changes ---------------- Store a reference term for every message-id that appears in @@ -285,3 +318,15 @@ Audit everything for dealing with out-of-memory (and drop xutil.c). Investigate why the notmuch database is slightly larger than the sup database for the same corpus of email. + +Thirdparty apps +--------------- +(not sure this is the best spot to collect requests like this) + +notmuchsync + +Add feature to move files in the maildir hierarchy + + notmuchsync --move "searchstring" "targetfolder" + Where searchstring is any valid notmuch search + -- 1.6.6.1 -- Dirk Hohndel Intel Open Source Technology Center