Re: [PATCH] How to improve the mail handling workflow?
authorMatthieu Lemerre <racin@free.fr>
Fri, 12 Nov 2010 17:48:12 +0000 (18:48 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:28 +0000 (09:37 -0800)
94/98c73904279ef8da2890528b143dea00e89e60 [new file with mode: 0644]

diff --git a/94/98c73904279ef8da2890528b143dea00e89e60 b/94/98c73904279ef8da2890528b143dea00e89e60
new file mode 100644 (file)
index 0000000..6065c72
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <racin@free.fr>\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 4EB8140DDC6\r
+       for <notmuch@notmuchmail.org>; Fri, 12 Nov 2010 09:36:18 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.899\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
+       autolearn=ham\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 ZUYKD7jitWAU for <notmuch@notmuchmail.org>;\r
+       Fri, 12 Nov 2010 09:36:07 -0800 (PST)\r
+Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3])\r
+       by olra.theworths.org (Postfix) with ESMTP id DACF140DDCE\r
+       for <notmuch@notmuchmail.org>; Fri, 12 Nov 2010 09:36:05 -0800 (PST)\r
+Received: from racin (unknown [82.239.207.166])\r
+       by smtp3-g21.free.fr (Postfix) with ESMTP id B89EEA6291;\r
+       Fri, 12 Nov 2010 18:36:00 +0100 (CET)\r
+From: Matthieu Lemerre <racin@free.fr>\r
+To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] How to improve the mail handling workflow?\r
+In-Reply-To: <87k4kizd4c.fsf@ut.hh.sledj.net>\r
+References: <87fwv65zw1.fsf@free.fr> <87k4kizd4c.fsf@ut.hh.sledj.net>\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
+       (i486-pc-linux-gnu)\r
+Date: Fri, 12 Nov 2010 18:48:12 +0100\r
+Message-ID: <8762w25t7n.fsf@free.fr>\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: Fri, 12 Nov 2010 17:36:18 -0000\r
+\r
+\r
+On Fri, 12 Nov 2010 17:05:23 +0000, David Edmondson <dme@dme.org> wrote:\r
+> On Fri, 12 Nov 2010 16:23:58 +0100, Matthieu Lemerre <racin@free.fr> wrote:\r
+> >  - Processing mails which do not have any automatically added tag is\r
+> >    boring, because I need to press several keys to archive them: "+" to\r
+> >    add a tag, and then "a". If I forget about +, then my mail is\r
+> >    impossible to find.\r
+> \r
+> I don't understand this at all. You can find messages by searching for\r
+> anything about them (sender, subject, body). In what way is it\r
+> 'impossible'?\r
+\r
+Impossible was a bit strong. But if for instance I hit space in a\r
+inboxed mail in a thread with one mail, without taking too much time to\r
+study it, then I will know that I forgot to process one mail without\r
+knowing which one it is. I used to find such mails by searching for\r
+mails without any tags, but this was cumbersome. My present patch is a\r
+better attempt to fix this.\r
\r
+> Using tags to group things is great, I agree, but coercing me into\r
+> adding tags that I don't really need seems strange.\r
+\r
+It is just a way to ensure that all your mails are properly filed, and\r
+file them quickly.\r
+\r
+Matthieu\r