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 2E754431FB6 for ; Wed, 9 Jan 2013 12:36:28 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 qfNdOBltuJhz for ; Wed, 9 Jan 2013 12:36:27 -0800 (PST) Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6EC75431FAF for ; Wed, 9 Jan 2013 12:36:27 -0800 (PST) Received: by mail-lb0-f169.google.com with SMTP id gk1so1403682lbb.28 for ; Wed, 09 Jan 2013 12:36:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer :x-gm-message-state; bh=FhhQqo1Zh/U7lXUPA/tZTWDQP9maGQYWGSz4ibMDNSw=; b=SxUd3qt6XEW7HZGgNVgZTzjZBfwsdNFTjyOqTWqnCo3ZMgNojJ/zE3sk/N5ot+n3q4 l+HzXBEIM8rMnIIUG3dC1iBHcoPlc4vxfkcHD24NAwzqYakLjjI9RrCFFHcx9Qa+kqH0 7iicNFSTmH4bfIlZtne0JNoRuvu+eSHu+J7DSkKVXMJuhXS/vSZaXkTar2fO4McGNKU+ /GS6Pj10mTFU0Tb2xXxvYuR3WyIA/nYvqd4pWK1RFYCKZuK/vhnTuI4Hkcd31NvDHxna KOTmNwjfJeMrGppwx++FNMDz6Ix6UkDkBTudHdQTv9leosG1DmcuXq5+CpwALO63rw5/ szXg== X-Received: by 10.112.103.167 with SMTP id fx7mr28398187lbb.19.1357763784454; Wed, 09 Jan 2013 12:36:24 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id fh4sm24530873lbb.7.2013.01.09.12.36.22 (version=SSLv3 cipher=OTHER); Wed, 09 Jan 2013 12:36:23 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH] man: tag changes are applied in the order they are specified in notmuch tag Date: Wed, 9 Jan 2013 22:36:20 +0200 Message-Id: <1357763780-9701-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQk8B5lb98hM2iYB2fXq+Yyd3Fu3XMVjcPeC2amHMuMPctOqtTLWo+VhKKZud3yw9jxhH9Hr 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: Wed, 09 Jan 2013 20:36:28 -0000 --- man/man1/notmuch-tag.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1 index 48c80fd..cd3e979 100644 --- a/man/man1/notmuch-tag.1 +++ b/man/man1/notmuch-tag.1 @@ -20,8 +20,8 @@ for details of the supported syntax for .RI < search-term >. Tags prefixed by '+' are added while those prefixed by '\-' are -removed. For each message, tag removal is performed before tag -addition. +removed. For each message, tag changes are applied in the order they +appear on the command line. The beginning of the search terms is recognized by the first argument that begins with neither '+' nor '\-'. Support for -- 1.7.10.4