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