From: Tomi Ollila Date: Sat, 2 Jan 2016 18:20:04 +0000 (+0200) Subject: Re: notmuch-message-mode initialization follow-up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=57f677db3df796bebbcf8a8f896f6616f7dad331;p=notmuch-archives.git Re: notmuch-message-mode initialization follow-up --- diff --git a/bf/1cc140407e368fc9d47b4c31648ed9c2d39866 b/bf/1cc140407e368fc9d47b4c31648ed9c2d39866 new file mode 100644 index 000000000..e10c7ec7a --- /dev/null +++ b/bf/1cc140407e368fc9d47b4c31648ed9c2d39866 @@ -0,0 +1,77 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 77C246DE19E8 + for ; Sat, 2 Jan 2016 10:19:49 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.675 +X-Spam-Level: +X-Spam-Status: No, score=0.675 tagged_above=-999 required=5 tests=[AWL=0.023, + SPF_NEUTRAL=0.652] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id FfRmWpmiEiGR for ; + Sat, 2 Jan 2016 10:19:47 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id 222666DE19CF + for ; Sat, 2 Jan 2016 10:19:46 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 3645B10008D; + Sat, 2 Jan 2016 20:20:05 +0200 (EET) +From: Tomi Ollila +To: Michal Sojka , notmuch@notmuchmail.org +Subject: Re: notmuch-message-mode initialization follow-up +In-Reply-To: <1451753265-26713-1-git-send-email-sojkam1@fel.cvut.cz> +References: <1451753265-26713-1-git-send-email-sojkam1@fel.cvut.cz> +User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Sat, 02 Jan 2016 18:19:49 -0000 + +On Sat, Jan 02 2016, Michal Sojka wrote: + +> Hi, +> +> the first patch fixes the problem reported in +> id:87wprt2r4f.fsf@zancas.localnet. Patch 2/3 is just refactoring. +> Patch 3/3 is reaction to id:87y4cc3qse.fsf@zancas.localnet; I'm not +> sure whether it addresses exactly what David had in mind, but IMHO it +> is an improvement. + +Applied the patches and tested with (*) + +EMACS=/usr/bin/emacs ./devel/try-emacs-mua -q + +on Scientific linux 6.2 where /usr/bin/emacs is version 23.1 + +and it worked fine. 1/3 and 2/3 are ok, I don't know why 3/3 is there +but it looks ok to me. + +> +> Cheers. +> -Michal + +Tomi + +(*) devel/try-emacs-mua is posted in +id:1450610032-23776-1-git-send-email-tomi.ollila@iki.fi