From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 2D46B6DE11EF for ; Sun, 13 Aug 2017 22:55:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.039 X-Spam-Level: X-Spam-Status: No, score=0.039 tagged_above=-999 required=5 tests=[FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IieBKeo8bIny for ; Sun, 13 Aug 2017 22:55:13 -0700 (PDT) Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by arlo.cworth.org (Postfix) with ESMTPS id A21F16DE1204 for ; Sun, 13 Aug 2017 22:55:12 -0700 (PDT) Received: by mail-wr0-f195.google.com with SMTP id x43so114755wrb.1 for ; Sun, 13 Aug 2017 22:55:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=2SakJktJ9rX+SVhcxdF+yhO3XVCBKdta3FhrXYL5X04=; b=h3+yWiK9IWh2jWRTMPMRrgReehNaixEQR5y8GYdG6wA/K/ulZb/E8LnWSu+SZ2I7xU yuTrNFj3JGC8Q5t/6VKgiMBIXwaUTZeS9BufsTBtZ3wMFbygSc4Wq6jWQNOf04fVN7Bv gBc61p2ixWp4zMr9r24iYwVscJcDwOdkhOF4MXuBUU3IZH6ps8foPZIzq8Wx2HiGtMsU Lb+ITT/nLKxybpbclhvUW1ehgcTaex8LXionhDmbHS80PWJy9gSZfv0bwcsP8BvYjjiJ S7Vd9v5z3eSq7xYPdXh2NaKl0wmOKj5nyIBK4sxhozIHmTYPR1c2Rtpl2F4XG9lU9/Wd te8g== X-Gm-Message-State: AHYfb5j08CpNfJcJA5OTtYEilDCt4mFTuY/tBSyWTNUQKLDlZ/H1QttZ m/QElfywxEhUHCnQ+NA= X-Received: by 10.223.187.200 with SMTP id z8mr1827449wrg.16.1502690111124; Sun, 13 Aug 2017 22:55:11 -0700 (PDT) Received: from home.thecybershadow.net ([89.28.117.31]) by smtp.gmail.com with ESMTPSA id w20sm6045494wra.27.2017.08.13.22.55.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Aug 2017 22:55:10 -0700 (PDT) From: Vladimir Panteleev To: notmuch@notmuchmail.org Cc: Vladimir Panteleev Subject: [PATCH 1/2] notmuch-tag.el: Fix minor grammar error Date: Mon, 14 Aug 2017 05:54:56 +0000 Message-Id: <20170814055457.7475-2-git@thecybershadow.net> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20170814055457.7475-1-git@thecybershadow.net> References: <20170814055457.7475-1-git@thecybershadow.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 14 Aug 2017 05:55:14 -0000 --- emacs/notmuch-tag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index 09d182df..0500927d 100644 --- a/emacs/notmuch-tag.el +++ b/emacs/notmuch-tag.el @@ -457,7 +457,7 @@ QUERY should be a string containing the search-terms. TAG-CHANGES is a list of strings of the form \"+tag\" or \"-tag\" to add or remove tags, respectively. -Note: Other code should always use this function alter tags of +Note: Other code should always use this function to alter tags of messages instead of running (notmuch-call-notmuch-process \"tag\" ..) directly, so that hooks specified in notmuch-before-tag-hook and notmuch-after-tag-hook will be run." -- 2.13.3