From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8CCE8429E25 for ; Mon, 15 Aug 2011 01:40:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled 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 tC9gzlnNNkCH for ; Mon, 15 Aug 2011 01:40:46 -0700 (PDT) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id B969C431FB6 for ; Mon, 15 Aug 2011 01:40:46 -0700 (PDT) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 251D919F3333; Mon, 15 Aug 2011 10:40:45 +0200 (CEST) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id kdZjq90yrNqj; Mon, 15 Aug 2011 10:40:44 +0200 (CEST) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 1B61819F2F44; Mon, 15 Aug 2011 10:40:42 +0200 (CEST) Received: from steelpick.2x.cz (unknown [141.76.49.12]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 29DD2FA003; Mon, 15 Aug 2011 10:40:41 +0200 (CEST) Received: from wsh by steelpick.2x.cz with local (Exim 4.76) (envelope-from ) id 1Qssiu-0001Rs-SE; Mon, 15 Aug 2011 10:40:40 +0200 From: Michal Sojka To: Daniel Schoepe , notmuch@notmuchmail.org Subject: Re: [PATCH v5 0/2] emacs: User-defined sections in notmuch-hello In-Reply-To: <87liuwdjbh.fsf@gilead.invalid> References: <1310079227-19120-1-git-send-email-daniel.schoepe@googlemail.com> <1310234598-15143-1-git-send-email-daniel.schoepe@googlemail.com> <87liuwdjbh.fsf@gilead.invalid> User-Agent: Notmuch/0.6.1-91-g55c2c34 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 15 Aug 2011 10:40:40 +0200 Message-ID: <87ippzysmv.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Mon, 15 Aug 2011 08:40:47 -0000 On Sun, 14 Aug 2011, Daniel Schoepe wrote: > On Sat, 9 Jul 2011 20:03:16 +0200, Daniel Schoepe wrote: > > More documentation/customize improvements. > > I know this is quite a large commit, but has anyone else had the time to > review this? I didn't notice any more flaws since the fifth version and > it made the hello page a lot more useful for me. Hi Daniel, I'm probably not "anyone else", but I discovered one cosmetic thing which can be changed in the patch: - (notmuch-hello-insert-searches "What's in your inbox: " + (notmuch-hello-insert-searches "What's in your inbox" -Michal