Re: Flat search and threaded views
[notmuch-archives.git] / 7e / 0c7cdc03943248556429785c1461e20ada25a9
1 Return-Path: <tomi.ollila@iki.fi>\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 arlo.cworth.org (Postfix) with ESMTP id D234D6DE1585\r
6  for <notmuch@notmuchmail.org>; Mon,  3 Aug 2015 02:03:29 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.265\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.265 tagged_above=-999 required=5 tests=[AWL=-0.131,\r
12   SPF_NEUTRAL=0.652, URIBL_SBL=0.644, URIBL_SBL_A=0.1] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id lK-jOKo_f57k for <notmuch@notmuchmail.org>;\r
16  Mon,  3 Aug 2015 02:03:25 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 8A1DE6DE145D\r
19  for <notmuch@notmuchmail.org>; Mon,  3 Aug 2015 02:03:25 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 6B830100046;\r
22  Mon,  3 Aug 2015 12:03:10 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: David Bremner <david@tethera.net>,\r
25  Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
26 Subject: Re: [PATCH 2/2] emacs: make modifications to message Fcc vars\r
27  buffer-local\r
28 In-Reply-To: <87fv4093sl.fsf@maritornes.cs.unb.ca>\r
29 References: <87vbdrysd7.fsf@qmul.ac.uk>\r
30  <1438422296-29087-1-git-send-email-david@tethera.net>\r
31  <1438422296-29087-3-git-send-email-david@tethera.net>\r
32  <873800yfuq.fsf@qmul.ac.uk> <87fv4093sl.fsf@maritornes.cs.unb.ca>\r
33 User-Agent: Notmuch/0.20.2+42~gbf3bfb8 (http://notmuchmail.org) Emacs/24.3.1\r
34  (x86_64-unknown-linux-gnu)\r
35 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
36  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
37  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
38 Date: Mon, 03 Aug 2015 12:03:10 +0300\r
39 Message-ID: <m2h9ogvj5d.fsf@guru.guru-group.fi>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.18\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46  <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Mon, 03 Aug 2015 09:03:30 -0000\r
55 \r
56 On Mon, Aug 03 2015, David Bremner <david@tethera.net> wrote:\r
57 \r
58 > Mark Walters <markwalters1009@gmail.com> writes:\r
59 >\r
60 >>\r
61 >> Do you mean the buffer name is *mail*? We could just call rename-buffer\r
62 >> somewhere (maybe in our derived mode bit?)\r
63 >\r
64 > The mode-line says "notmuch-compose", but the menu is called\r
65 > "Message". Maybe we should call the mode "notmuch-message" and write\r
66 > "Notmuch Message" in the mode line. You know what Tomi always says about\r
67 > naming things ;). \r
68 \r
69 Looks like a good naming!\r
70 \r
71 Also note that we do have the BOTH hard things currently effective during\r
72 developent and testing: cache invalidation, off-by-one errors and naming\r
73 things :D\r
74 \r
75 Tomi\r
76 \r