Re: NOTMUCH_STATUS_LAST_STATUS problematic across additive library upgrades
[notmuch-archives.git] / 90 / 228429edb0a13341e6c75bafc3bee61f4956f3
1 Return-Path: <sandra.snan@handgranat.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 2FF2A4048F4\r
6         for <notmuch@notmuchmail.org>; Sun, 14 Mar 2010 16:26:12 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.088\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.088 tagged_above=-999 required=5 tests=[AWL=0.511,\r
12         BAYES_00=-2.599] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id tjDNYrXEGpAh for <notmuch@notmuchmail.org>;\r
16         Sun, 14 Mar 2010 16:26:11 -0700 (PDT)\r
17 Received: from mail-ew0-f210.google.com (mail-ew0-f210.google.com\r
18         [209.85.219.210])\r
19         by olra.theworths.org (Postfix) with ESMTP id 08387454968\r
20         for <notmuch@notmuchmail.org>; Sun, 14 Mar 2010 16:26:10 -0700 (PDT)\r
21 Received: by ewy2 with SMTP id 2so938269ewy.0\r
22         for <notmuch@notmuchmail.org>; Sun, 14 Mar 2010 16:26:10 -0700 (PDT)\r
23 Received: by 10.213.43.14 with SMTP id u14mr122025ebe.61.1268609170174;\r
24         Sun, 14 Mar 2010 16:26:10 -0700 (PDT)\r
25 Received: from ellen.idiomdrottning.org.handgranat.org ([83.251.93.216])\r
26         by mx.google.com with ESMTPS id 13sm2226582ewy.9.2010.03.14.16.26.09\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Sun, 14 Mar 2010 16:26:09 -0700 (PDT)\r
29 Message-ID: <4b9d7091.0d67f10a.39d0.ffffab29@mx.google.com>\r
30 Date: Mon, 15 Mar 2010 00:27:28 +0100\r
31 From: Sandra Snan <sandra.snan@handgranat.org>\r
32 To: notmuch@notmuchmail.org\r
33 User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9\r
34         (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-pc-linux-gnu)\r
35         MULE/6.0 (HANACHIRUSATO)\r
36 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")\r
37 Content-Type: text/plain; charset=UTF-8\r
38 Content-Transfer-Encoding: quoted-printable\r
39 Subject: [notmuch] compose-mail vs message-mail\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sun, 14 Mar 2010 23:26:12 -0000\r
53 \r
54 I took a look at notmuch.el and it uses message-mail hard-coded at a few pl=\r
55 aces. My suggestion is to instead substitute compose-mail, which will honor=\r
56  the variable =E2=80=98mail-user-agent=E2=80=99.\r
57 \r
58 Then, the only problem is the function notmuch-reply, which has a call to m=\r
59 essage-mode hard-coded. I don=E2=80=99t know what to do about that one. Hop=\r
60 e more knowledgable minds than mine will prevail.\r
61 \r
62 Maybe message-mode is better or as good as what I=E2=80=99m using today=E2=\r
63 =80=94but it=E2=80=99s still weird to hard-code it like that, and makes it =\r
64 harder to switch to notmuch from other emacs mail setups.\r
65 \r
66 Sandra\r