From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <kanru@kanru.info>
Received: from localhost (localhost [127.0.0.1])
	by olra.theworths.org (Postfix) with ESMTP id 222D740B96E
	for <notmuch@notmuchmail.org>; Mon, 26 Jul 2010 19:42:01 -0700 (PDT)
X-Virus-Scanned: Debian amavisd-new at olra.theworths.org
X-Spam-Flag: NO
X-Spam-Score: 1.801
X-Spam-Level: *
X-Spam-Status: No, score=1.801 tagged_above=-999 required=5
	tests=[BAYES_50=0.8, FSL_HELO_NON_FQDN_1=0.001, HELO_NO_DOMAIN=1]
	autolearn=no
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 Hphd4YCCZOLB for <notmuch@notmuchmail.org>;
	Mon, 26 Jul 2010 19:41:50 -0700 (PDT)
Received: from cp20 (cp20.secserverpros.com [67.220.217.187])
	by olra.theworths.org (Postfix) with ESMTP id 0333340B970
	for <notmuch@notmuchmail.org>; Mon, 26 Jul 2010 19:41:50 -0700 (PDT)
Received: from 61-30-10-70.static.tfn.net.tw ([61.30.10.70]
	helo=anar.kanru.info) by cp20 with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.69) (envelope-from <kanru@kanru.info>) id 1OdZI4-000321-91
	for notmuch@notmuchmail.org; Tue, 27 Jul 2010 01:49:08 +0000
Received: from kanru by anar.kanru.info with local (Exim 4.72)
	(envelope-from <kanru@kanru.info>)
	id 1OdZHz-0002Mm-Lq; Tue, 27 Jul 2010 09:49:04 +0800
From: Kan-Ru Chen <kanru@kanru.info>
To: notmuch@notmuchmail.org
Subject: [PATCH 0/2] Usability improvements to notmuch-hello
Date: Tue, 27 Jul 2010 09:48:43 +0800
Message-Id: <1280195325-9066-1-git-send-email-kanru@kanru.info>
X-Mailer: git-send-email 1.7.1
X-AntiAbuse: This header was added to track abuse,
	please include it with any abuse report
X-AntiAbuse: Primary Hostname - cp20
X-AntiAbuse: Original Domain - notmuchmail.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - kanru.info
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-BeenThere: notmuch@notmuchmail.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: "Use and development of the notmuch mail system."
	<notmuch.notmuchmail.org>
List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>
List-Archive: <http://notmuchmail.org/pipermail/notmuch>
List-Post: <mailto:notmuch@notmuchmail.org>
List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>
List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=subscribe>
X-List-Received-Date: Tue, 27 Jul 2010 02:42:01 -0000

Hello!

Haven't come here for a long time. I'm bring you some patches that are
useful to me, hope they are useful to you too!

- Kanru

Kan-Ru Chen (2):
  emacs: notmuch-hello: Avoid going to end-of-line in search box
  emacs: notmuch-hello: Add "n" and "p" to mod map

 emacs/notmuch-hello.el |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)