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 E0CFA431FC9 for ; Mon, 23 Nov 2009 23:45:30 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 ROdjHLNPLJut for ; Mon, 23 Nov 2009 23:45:27 -0800 (PST) Received: from mail-yx0-f204.google.com (mail-yx0-f204.google.com [209.85.210.204]) by olra.theworths.org (Postfix) with ESMTP id 1FC42431FC3 for ; Mon, 23 Nov 2009 23:45:24 -0800 (PST) Received: by yxe42 with SMTP id 42so6279805yxe.22 for ; Mon, 23 Nov 2009 23:45:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject :date:message-id:x-mailer:in-reply-to:references; bh=SENiAOeJTQBbXtX2BrbO4T321kmugU3OFPGW6IzNMM0=; b=LfETMczBODuVFCJ/2bd0KGBaSPpfwR4H1kWboKrQGrtpAPG0n2oOaUHmpEEIUme//C G3RwKCyuZNOM8ljdcvXtUFLwAj9xlNKmCl3zlAcR4KyoI2JttLSIOVSE8xn80IXVNSHy nhhXwgjvGLJUPp2ssYZQUpVWvW2/1lec1xDdY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=kystPU67M+0OeFpkXJyNhi0bPFfRz4KnlznDA8a7+RZNTADaHtE+xRAbpVhVTwTN7r tLZEJ9LSOoXGmMNmGpqIvTZX/ql+W6MKBIRWxnGqvZv5ASjczAw7vXkzRkBamp/rb2of cbiDT18r/YzfO+uAQ2rtM1KsA7MRWTuuWdbaU= Received: by 10.150.163.2 with SMTP id l2mr10465656ybe.272.1259048723546; Mon, 23 Nov 2009 23:45:23 -0800 (PST) Received: from fortitudo (70-36-144-85.dsl.dynamic.sonic.net [70.36.144.85]) by mx.google.com with ESMTPS id 16sm2529195gxk.15.2009.11.23.23.45.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Nov 2009 23:45:21 -0800 (PST) Received: from alexbl (uid 1001) (envelope-from alexbl@fortitudo) id 705f by fortitudo (DragonFly Mail Agent) Mon, 23 Nov 2009 23:45:26 -0800 From: Alexander Botero-Lowry To: notmuch@notmuchmail.org Date: Mon, 23 Nov 2009 23:45:07 -0800 Message-Id: <1259048707-3062-5-git-send-email-alex.boterolowry@gmail.com> X-Mailer: git-send-email 1.6.5.2 In-Reply-To: <1259048707-3062-4-git-send-email-alex.boterolowry@gmail.com> References: <1259048707-3062-1-git-send-email-alex.boterolowry@gmail.com> <1259048707-3062-2-git-send-email-alex.boterolowry@gmail.com> <1259048707-3062-3-git-send-email-alex.boterolowry@gmail.com> <1259048707-3062-4-git-send-email-alex.boterolowry@gmail.com> Subject: [notmuch] [PATCH 5/5] Remove the global expand body keymapping X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Tue, 24 Nov 2009 07:45:31 -0000 --- notmuch.el | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/notmuch.el b/notmuch.el index af0c487..907df2c 100644 --- a/notmuch.el +++ b/notmuch.el @@ -61,7 +61,6 @@ ; overlays-at to query and manipulate the current overlay. (define-key map "a" 'notmuch-show-archive-thread) (define-key map "A" 'notmuch-show-mark-read-then-archive-thread) - (define-key map "b" 'notmuch-show-toggle-body-read-visible) (define-key map "m" 'message-mail) (define-key map "n" 'notmuch-show-next-message) (define-key map "N" 'notmuch-show-mark-read-then-next-open-message) -- 1.6.5.2