[notmuch] compose-mail vs message-mail
authorSandra Snan <sandra.snan@handgranat.org>
Sun, 14 Mar 2010 23:27:28 +0000 (00:27 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:23 +0000 (09:36 -0800)
90/228429edb0a13341e6c75bafc3bee61f4956f3 [new file with mode: 0644]

diff --git a/90/228429edb0a13341e6c75bafc3bee61f4956f3 b/90/228429edb0a13341e6c75bafc3bee61f4956f3
new file mode 100644 (file)
index 0000000..b388f7d
--- /dev/null
@@ -0,0 +1,66 @@
+Return-Path: <sandra.snan@handgranat.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 2FF2A4048F4\r
+       for <notmuch@notmuchmail.org>; Sun, 14 Mar 2010 16:26:12 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.088\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.088 tagged_above=-999 required=5 tests=[AWL=0.511,\r
+       BAYES_00=-2.599] 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 tjDNYrXEGpAh for <notmuch@notmuchmail.org>;\r
+       Sun, 14 Mar 2010 16:26:11 -0700 (PDT)\r
+Received: from mail-ew0-f210.google.com (mail-ew0-f210.google.com\r
+       [209.85.219.210])\r
+       by olra.theworths.org (Postfix) with ESMTP id 08387454968\r
+       for <notmuch@notmuchmail.org>; Sun, 14 Mar 2010 16:26:10 -0700 (PDT)\r
+Received: by ewy2 with SMTP id 2so938269ewy.0\r
+       for <notmuch@notmuchmail.org>; Sun, 14 Mar 2010 16:26:10 -0700 (PDT)\r
+Received: by 10.213.43.14 with SMTP id u14mr122025ebe.61.1268609170174;\r
+       Sun, 14 Mar 2010 16:26:10 -0700 (PDT)\r
+Received: from ellen.idiomdrottning.org.handgranat.org ([83.251.93.216])\r
+       by mx.google.com with ESMTPS id 13sm2226582ewy.9.2010.03.14.16.26.09\r
+       (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
+       Sun, 14 Mar 2010 16:26:09 -0700 (PDT)\r
+Message-ID: <4b9d7091.0d67f10a.39d0.ffffab29@mx.google.com>\r
+Date: Mon, 15 Mar 2010 00:27:28 +0100\r
+From: Sandra Snan <sandra.snan@handgranat.org>\r
+To: notmuch@notmuchmail.org\r
+User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9\r
+       (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-pc-linux-gnu)\r
+       MULE/6.0 (HANACHIRUSATO)\r
+MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: quoted-printable\r
+Subject: [notmuch] compose-mail vs message-mail\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: Sun, 14 Mar 2010 23:26:12 -0000\r
+\r
+I took a look at notmuch.el and it uses message-mail hard-coded at a few pl=\r
+aces. My suggestion is to instead substitute compose-mail, which will honor=\r
+ the variable =E2=80=98mail-user-agent=E2=80=99.\r
+\r
+Then, the only problem is the function notmuch-reply, which has a call to m=\r
+essage-mode hard-coded. I don=E2=80=99t know what to do about that one. Hop=\r
+e more knowledgable minds than mine will prevail.\r
+\r
+Maybe message-mode is better or as good as what I=E2=80=99m using today=E2=\r
+=80=94but it=E2=80=99s still weird to hard-code it like that, and makes it =\r
+harder to switch to notmuch from other emacs mail setups.\r
+\r
+Sandra\r