From: Mark Walters Date: Sun, 20 Oct 2013 08:28:19 +0000 (+0100) Subject: [PATCH 5/5] emacs: pick: remove initialisation message X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a17719d1989a234d2e10ea08df19006e2c739e9a;p=notmuch-archives.git [PATCH 5/5] emacs: pick: remove initialisation message --- diff --git a/78/b4c5d13a2c7938fdd4591437c1b72db6600656 b/78/b4c5d13a2c7938fdd4591437c1b72db6600656 new file mode 100644 index 000000000..1e87da269 --- /dev/null +++ b/78/b4c5d13a2c7938fdd4591437c1b72db6600656 @@ -0,0 +1,83 @@ +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 06BFE431FDB + for ; Sun, 20 Oct 2013 01:28:38 -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 41q3maTDwZey for ; + Sun, 20 Oct 2013 01:28:33 -0700 (PDT) +Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com + [74.125.82.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 50FEA431FCB for ; Sun, 20 Oct 2013 01:28:33 -0700 + (PDT) +Received: by mail-wg0-f48.google.com with SMTP id b13so5335326wgh.27 + for ; Sun, 20 Oct 2013 01:28:32 -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:in-reply-to:references; + bh=gZFIrQ76oWGxLuhjjK1juPAhahimmtKe/i2z8y7vwow=; + b=b/GMqlQDOIBhT8DGHO5cs0//CTBjhPMTrz8xRNYfSCPooctzJPO8L6JI8xc3xYVHPA + hXDpCi+1CRENKbeOsqxQqIhtYz31tLw70pZ91ZKISeLuC13zWz1/nNCyLbMjjQ0wKLga + cLY9Si2Y1f5uNDHzEbQje/HMpZIzgTVXHnAM5LTBDylbrCJ8maQ5fQeu4HNBRxLiYQRT + uu4i78yJ+zTLzkd8SHDk/TDaBA7QglgFkg2u+IhfbPgFSJYDBVpSesr7miZr38mmEhFG + H08aTgHSngxKLbcJu7RrGZVmDVIGq35eGa5zc4YiqD6yVJSi9Edjs3V8NUqwqV9Wjr7m + LV1Q== +X-Received: by 10.194.20.230 with SMTP id q6mr467853wje.49.1382257712121; + Sun, 20 Oct 2013 01:28:32 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id e1sm43730276wij.6.2013.10.20.01.28.31 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 20 Oct 2013 01:28:31 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH 5/5] emacs: pick: remove initialisation message +Date: Sun, 20 Oct 2013 09:28:19 +0100 +Message-Id: <1382257699-29860-6-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.9.1 +In-Reply-To: <1382257699-29860-1-git-send-email-markwalters1009@gmail.com> +References: <1382257699-29860-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: Sun, 20 Oct 2013 08:28:38 -0000 + +Since pick is now part of mainline we do not need to notify the user +that it has been loaded. +--- + emacs/notmuch-pick.el | 1 - + 1 files changed, 0 insertions(+), 1 deletions(-) + +diff --git a/emacs/notmuch-pick.el b/emacs/notmuch-pick.el +index a492214..9e73179 100644 +--- a/emacs/notmuch-pick.el ++++ b/emacs/notmuch-pick.el +@@ -941,6 +941,5 @@ The arguments are: + (define-key notmuch-common-keymap "z" 'notmuch-pick) + (define-key notmuch-search-mode-map "Z" 'notmuch-pick-from-search-current-query) + (define-key notmuch-show-mode-map "Z" 'notmuch-pick-from-show-current-query) +-(message "Initialised notmuch-pick") + + (provide 'notmuch-pick) +-- +1.7.9.1 +