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 BD6FC431FCF for ; Mon, 1 Jul 2013 13:06:04 -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 bFbLN4mR1s62 for ; Mon, 1 Jul 2013 13:05:58 -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 DD428431FD0 for ; Mon, 1 Jul 2013 13:05:55 -0700 (PDT) Received: by mail-we0-f177.google.com with SMTP id m19so3606027wev.22 for ; Mon, 01 Jul 2013 13:05:54 -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=o8UWfMNzyCsHk2rq0aK1T8NvIVGfMMbvphGDkt/lbzE=; b=EWSYsNmMX3J5EWXrKZyv6/l/gEH/aK0HOXLFEi89Z0lkxIzH68QV0QsWfOwmfE8wUU B5PFrrQj9wDiE2aEgLNqVgVWfaL23dQJq4Io5E/rQ2Mkf3guK91RnRi8TAm+zRsICfD3 AmJPY7HQcTxj9sBwv/BM4BYUo+I63tE0vBpILvgKwoMl7EEs5GD2Pxc3Jlj6AbYxqrrH jl62Q5st66QW97lZDUWI6JW9IMeBv0hxVJiJvEoAcJP5c+vkpKghmDXtjcPk5RiKyWXU r/zZ96WRBNbXuYQ534+k+jGLNu24DenzgNrwhvppX3mGj2txbSohiqdo/zn8WnXfxHmY 5FQQ== X-Received: by 10.194.173.37 with SMTP id bh5mr21521584wjc.30.1372709154815; Mon, 01 Jul 2013 13:05:54 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id h8sm18615185wie.1.2013.07.01.13.05.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 01 Jul 2013 13:05:54 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 3/4] pick: contrib: document notmuch-pick-message-window-kill-hook Date: Mon, 1 Jul 2013 21:05:42 +0100 Message-Id: <1372709143-12319-4-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:06:05 -0000 --- contrib/notmuch-pick/notmuch-pick.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index 50686f0..fd68fc6 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -384,6 +384,7 @@ Does NOT change the database." t)) (defun notmuch-pick-message-window-kill-hook () + "Close the message pane when exiting the show buffer." (let ((buffer (current-buffer))) (when (and (window-live-p notmuch-pick-message-window) (eq (window-buffer notmuch-pick-message-window) buffer)) -- 1.7.9.1