[notmuch] [PATCH -V2 1/2] notmuch-reply: Add support for replying only to sender
[notmuch-archives.git] / bd / 107e68bc308b8dbd7a67e42d6859b9a5017135
1 Return-Path: <cworth@cworth.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 1F9AE431FBF;\r
6         Wed, 18 Nov 2009 03:02:59 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id X1HDQnaxp0hs; Wed, 18 Nov 2009 03:02:58 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 13CAB431FAE;\r
13         Wed, 18 Nov 2009 03:02:57 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Israel Herraiz <isra@herraiz.org>, notmuch <notmuch@notmuchmail.org>\r
16 In-Reply-To: <1258498485-sup-142@elly>\r
17 References: <1258498485-sup-142@elly>\r
18 Date: Wed, 18 Nov 2009 03:02:43 -0800\r
19 Message-ID: <87bpj0qeng.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] New to the list\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Wed, 18 Nov 2009 11:02:59 -0000\r
36 \r
37 On Tue, 17 Nov 2009 23:57:18 +0100, Israel Herraiz <isra@herraiz.org> wrote:\r
38 > I have subscribed to the list. As suggested by the welcome message, I\r
39 > am introducing myself. My name is Israel Herraiz, and I have done a\r
40 > couple of contributions to Sup, the probably well-known here e-mail\r
41 > client.\r
42 \r
43 Welcome, Israel!\r
44 \r
45 I'm glad people read that little bit of text in the welcome email and\r
46 are introducing themselves. I like to think of our new notmuch community\r
47 as a very personable place.\r
48 \r
49 > "Not much" sounds interesting, and I wonder whether it could be\r
50 > integrated with the views of Sup (inbox, threads, etc). So I have\r
51 > subscribed to the list to keep an eye on what's going on here.\r
52\r
53 > I have just heard of "Not much". I have not even tried to download the\r
54 > code yet.\r
55 \r
56 Yes, take a look. If you're already an emacs user, then you'll find the\r
57 interface of notmuch very comfortable, (looks a lot like sup, but lives\r
58 inside of emacs). Even outside of emacs, the command line interface of\r
59 notmuch gives view *fairly* similar to those of sup:\r
60 \r
61     notmuch search tag:inbox            # Very much like sup's inbox\r
62 \r
63     notmuch show thread:some-thread-id  # A lot like sup's thread -view\r
64 \r
65 The command-line output right now isn't nearly as neat as sup's, (it\r
66 doesn't elide comments--it doesn't do the indenting of threads, etc.),\r
67 even though the command-line interface has all the information it needs\r
68 to do that. The reason for that is to let the emacs code own most of the\r
69 formatting, (so that it can be more flexible--such as making hidden\r
70 things visible, changing column widths, etc.).\r
71 \r
72 But one thing I wonder is if there would be situations where it would\r
73 make sense to get the cleaner output directly out of the command-line\r
74 tool.\r
75 \r
76 For example, for someone who isn't an emacs user, the command-line\r
77 interface might be their only introduction to what the "notmuch\r
78 experience" is like. So maybe "notmuch show" should give nice clean\r
79 output by default and then the emacs code could call "notmuch show\r
80 --format=emacs-friendly" or something to get the current output.\r
81 \r
82 That's an idea anyway.\r
83 \r
84 -Carl\r