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 08E4B431FBD for ; Sat, 25 Feb 2012 19:12:36 -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 xeoebq3q6-id for ; Sat, 25 Feb 2012 19:12:35 -0800 (PST) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E8047431FAE for ; Sat, 25 Feb 2012 19:12:34 -0800 (PST) Received: by lahd3 with SMTP id d3so4317162lah.26 for ; Sat, 25 Feb 2012 19:12:33 -0800 (PST) Received-SPF: pass (google.com: domain of jani@nikula.org designates 10.112.48.9 as permitted sender) client-ip=10.112.48.9; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jani@nikula.org designates 10.112.48.9 as permitted sender) smtp.mail=jani@nikula.org Received: from mr.google.com ([10.112.48.9]) by 10.112.48.9 with SMTP id h9mr3456405lbn.20.1330225953422 (num_hops = 1); Sat, 25 Feb 2012 19:12:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.48.9 with SMTP id h9mr2704116lbn.20.1330210646907; Sat, 25 Feb 2012 14:57:26 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi. [84.248.80.253]) by mx.google.com with ESMTPS id s6sm11329361lbl.12.2012.02.25.14.57.24 (version=SSLv3 cipher=OTHER); Sat, 25 Feb 2012 14:57:25 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH] man: add references to maildir flag synchronization Date: Sun, 26 Feb 2012 00:57:23 +0200 Message-Id: <1330210643-7989-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1330208621-7462-1-git-send-email-jani@nikula.org> References: <1330208621-7462-1-git-send-email-jani@nikula.org> X-Gm-Message-State: ALoCoQmluNT1S0Pcgfvr+Fqkw5CpyX+jPrf9N2GOtgmbxu0v5jbtD6eYjRNJY9YSatRSPz+a2X0n 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, 26 Feb 2012 03:12:36 -0000 notmuch new, restore, and tag commands support maildir flag synchronization with notmuch tags. Reference the notmuch-config(1) man page about it in the relevant man pages. --- man/man1/notmuch-new.1 | 5 +++++ man/man1/notmuch-restore.1 | 6 ++++++ man/man1/notmuch-tag.1 | 6 ++++++ 3 files changed, 17 insertions(+), 0 deletions(-) diff --git a/man/man1/notmuch-new.1 b/man/man1/notmuch-new.1 index 77d4776..76910a4 100644 --- a/man/man1/notmuch-new.1 +++ b/man/man1/notmuch-new.1 @@ -40,6 +40,11 @@ has previously been completed, but .B "notmuch new" has not previously been run. +.B "notmuch new" +updates tags according to maildir flag changes if the +.B "maildir.synchronize_flags" +configuration option is enabled. See \fBnotmuch-config\fR(1) for +details. The .B new diff --git a/man/man1/notmuch-restore.1 b/man/man1/notmuch-restore.1 index 2191df0..ef27938 100644 --- a/man/man1/notmuch-restore.1 +++ b/man/man1/notmuch-restore.1 @@ -29,6 +29,12 @@ dump file. See \fBnotmuch-search-terms\fR(7) for details of the supported syntax for . +.B "notmuch restore" +updates the maildir flags according to tag changes if the +.B "maildir.synchronize_flags" +configuration option is enabled. See \fBnotmuch-config\fR(1) for +details. + .RE .SH SEE ALSO diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1 index 993911b..7281bb2 100644 --- a/man/man1/notmuch-tag.1 +++ b/man/man1/notmuch-tag.1 @@ -23,6 +23,12 @@ an initial search term beginning with '+' or '\-' is provided by allowing the user to specify a "\-\-" argument to separate the tags from the search terms. +.B "notmuch tag" +updates the maildir flags according to tag changes if the +.B "maildir.synchronize_flags" +configuration option is enabled. See \fBnotmuch-config\fR(1) for +details. + .SH SEE ALSO \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), -- 1.7.5.4