Re: [notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and...
authorCarl Worth <cworth@cworth.org>
Wed, 18 Nov 2009 10:19:26 +0000 (02:19 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:36 +0000 (09:35 -0800)
02/2870bae01ecc4a63514bcb8432cd24d979659a [new file with mode: 0644]

diff --git a/02/2870bae01ecc4a63514bcb8432cd24d979659a b/02/2870bae01ecc4a63514bcb8432cd24d979659a
new file mode 100644 (file)
index 0000000..52fd715
--- /dev/null
@@ -0,0 +1,57 @@
+Return-Path: <cworth@cworth.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0C28D431FC0;\r
+       Wed, 18 Nov 2009 02:19:41 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id rHvOVeab1ieM; Wed, 18 Nov 2009 02:19:40 -0800 (PST)\r
+Received: from cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id AD2A7431FAE;\r
+       Wed, 18 Nov 2009 02:19:39 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Keith Packard <keithp@keithp.com>, notmuch@notmuchmail.org\r
+In-Reply-To: <1258493565-13508-1-git-send-email-keithp@keithp.com>\r
+References: <1258493565-13508-1-git-send-email-keithp@keithp.com>\r
+Date: Wed, 18 Nov 2009 02:19:26 -0800\r
+Message-ID: <87k4xoqgnl.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands\r
+ remove inbox (and unread) tags\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 18 Nov 2009 10:19:41 -0000\r
+\r
+On Tue, 17 Nov 2009 13:32:45 -0800, Keith Packard <keithp@keithp.com> wrote:\r
+> When closing a thread view, mark the thread as archived by removing\r
+> the "inbox" tag, and for the 'x' variant, the "unread" tag as well,\r
+> then kill the buffer and update the search window view as well.\r
+> \r
+> This makes 'x' much the same as 'a', but instead of taking you to the\r
+> next message, it takes you back to the search window instead.\r
+\r
+I don't like this---but that's because I use 'x' precisely *because* it\r
+preserves these tags.\r
+\r
+Otherwise, you might as well just remove inbox and unread as soon as the\r
+message is presented to the user. And that's a bug in a lot of other\r
+email programs that I'm unwilling to replicate.\r
+\r
+We may run into a need to define different ways that people like to work\r
+with their email here. (I know that so far I've just been coding up the\r
+way I want my mail to work.)\r
+\r
+-Carl\r