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 1DA29431FBF for ; Mon, 1 Jul 2013 13:05:58 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 iWTVRU84J4dK for ; Mon, 1 Jul 2013 13:05:52 -0700 (PDT) Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E150D431FC7 for ; Mon, 1 Jul 2013 13:05:51 -0700 (PDT) Received: by mail-we0-f177.google.com with SMTP id m19so3509913wev.8 for ; Mon, 01 Jul 2013 13:05:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=BktzUTJs4clcTqNQ98aFqxTFSVRgWaSileRNU7oAiXM=; b=cy4lqwedruxQC8BgIAp4l8fJj1ZFfE0OulfVY6wNlzZolT4D+6q+XBM/Sr6vAIPZqO qXyOyZqXDw/dZOVrS5kiBX0UuKEAE/zaGiWC3kgiJKQste469IRYIbfXnDIS5sglQHwj VGm7DfbQapj8ui+JNgURydUqDrXsv9AEmcDzXRFup6CITatuFKu9MgReDfyZhEi5iup1 CZ50fMaoq9JrDJWUJx6zN+5R7BQl0hSx47NonA2tZaQZkXJc9ufj5qLufFxjqQspO1X8 dTtcW+JVMSAJgTBU9RFCt+cUTrTwQNpV2pJCPvcvdxFkQX8Y8a1rRuuKMyzzB7C/n2MW vKSg== X-Received: by 10.180.100.163 with SMTP id ez3mr3290034wib.20.1372709150846; Mon, 01 Jul 2013 13:05:50 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id s19sm18504856wik.11.2013.07.01.13.05.49 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 01 Jul 2013 13:05:50 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 1/4] pick: contrib: document notmuch-pick-show-out Date: Mon, 1 Jul 2013 21:05:40 +0100 Message-Id: <1372709143-12319-2-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1372709143-12319-1-git-send-email-markwalters1009@gmail.com> References: <1372709143-12319-1-git-send-email-markwalters1009@gmail.com> 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, 01 Jul 2013 20:05:58 -0000 --- contrib/notmuch-pick/notmuch-pick.el | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index 7c313e7..c436bf1 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -214,6 +214,11 @@ if the user has loaded a different buffer in that window.") (fset 'notmuch-pick-mode-map notmuch-pick-mode-map) (defun notmuch-pick-setup-show-out () + "Set up the keymap for showing a thread + +This uses the value of the defcustom notmuch-pick-show-out to +decide whether to show a message in the message pane or in the +whole window." (let ((map notmuch-pick-mode-map)) (if notmuch-pick-show-out (progn -- 1.7.9.1