Preventing the user shooting themself in the foot
authorRobin Green <greenrd@greenrd.org>
Wed, 29 Jun 2011 19:42:01 +0000 (20:42 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:49 +0000 (09:38 -0800)
20/116b3ea17d642063f598e031b8f190268f9cb9 [new file with mode: 0644]

diff --git a/20/116b3ea17d642063f598e031b8f190268f9cb9 b/20/116b3ea17d642063f598e031b8f190268f9cb9
new file mode 100644 (file)
index 0000000..fe9ffa1
--- /dev/null
@@ -0,0 +1,57 @@
+Return-Path: <greenrd@greenrd.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 1894942118E\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 12:42:07 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.275\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.275 tagged_above=-999 required=5\r
+       tests=[RDNS_NONE=1.274, UNPARSEABLE_RELAY=0.001] autolearn=disabled\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 3XJO-p4rVVeZ for <notmuch@notmuchmail.org>;\r
+       Wed, 29 Jun 2011 12:42:06 -0700 (PDT)\r
+Received: from mail.dnsexit.com (unknown [67.214.175.90])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 8CA48421186\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 12:42:06 -0700 (PDT)\r
+Received: from greenrd.plus.com (greenrd.plus.com [212.159.116.150])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by mail.dnsexit.com (Postfix) with ESMTP id B49628B5D22\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 15:41:42 -0400 (EDT)\r
+Received: from greenrd (uid 1001) (envelope-from greenrd@greenrd.org)\r
+       id 1095b31b6 by greenrd.plus.com (DragonFly Mail Agent)\r
+       Wed, 29 Jun 2011 20:42:01 +0100\r
+From: Robin Green <greenrd@greenrd.org>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Preventing the user shooting themself in the foot\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
+       (x86_64-pc-dragonfly)\r
+Date: Wed, 29 Jun 2011 20:42:01 +0100\r
+Message-ID: <86iproe86u.fsf@greenrd.plus.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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, 29 Jun 2011 19:42:07 -0000\r
+\r
+It's really dangerous to use the 'a' key in notmuch-mode in an inbox\r
+thread which has multiple unread replies! Yes, the other unread replies\r
+will still be tagged unread, but the user might not immediately be aware\r
+of them. It would be really useful to have an optional warning ("More\r
+unread messages in this thread, are you sure?") for this situation!\r