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 4C89B6DE035F for ; Tue, 9 Aug 2016 14:05:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.015 X-Spam-Level: X-Spam-Status: No, score=-0.015 tagged_above=-999 required=5 tests=[AWL=0.005, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] 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 gtWQXfe5umoc for ; Tue, 9 Aug 2016 14:05:08 -0700 (PDT) Received: from smtprelay.hostedemail.com (smtprelay0219.hostedemail.com [216.40.44.219]) by arlo.cworth.org (Postfix) with ESMTPS id 7067A6DE035C for ; Tue, 9 Aug 2016 14:05:08 -0700 (PDT) Received: from smtprelay.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by smtpgrave05.hostedemail.com (Postfix) with ESMTP id 0922D183D24 for ; Tue, 9 Aug 2016 20:56:44 +0000 (UTC) Received: from filter.hostedemail.com (unknown [216.40.38.60]) by smtprelay08.hostedemail.com (Postfix) with ESMTP id EBE7929DD79 for ; Tue, 9 Aug 2016 20:56:42 +0000 (UTC) X-Session-Marker: 7368656140736865616C6576792E636F6D X-Spam-Summary: 40, 2.5, 0, , d41d8cd98f00b204, shea@shealevy.com, :, RULES_HIT:41:355:379:541:988:989:1260:1345:1359:1381:1437:1534:1540:1711:1730:1747:1777:1792:2198:2199:2393:2559:2562:2693:3138:3139:3140:3141:3142:3352:3865:3866:3867:3870:3871:3874:4605:5007:6119:6261:7903:9010:9121:10011:10044:10848:11233:11658:11914:12295:12517:12519:12555:12679:13069:13311:13357:14181:14384:14394:14721:14819:21080:21433:30003:30022:30029:30030:30051:30054, 0, RBL:none, CacheIP:none, Bayesian:0.5, 0.5, 0.5, Netcheck:none, DomainCache:0, MSF:not bulk, SPF:fn, MSBL:0, DNSBL:none, Custom_rules:0:1:0, LFtime:3, LUA_SUMMARY:none X-HE-Tag: ice49_1d570dbbb9b32 X-Filterd-Recvd-Size: 1554 Received: from shlevy-laptop.local.tld (unknown [184.209.6.164]) (Authenticated sender: shea@shealevy.com) by omf08.hostedemail.com (Postfix) with ESMTPA for ; Tue, 9 Aug 2016 20:56:41 +0000 (UTC) From: Shea Levy To: notmuch@notmuchmail.org Subject: [PATCH 3/4] Add documentation for user.other_name Date: Tue, 9 Aug 2016 16:55:17 -0400 Message-Id: <1470776118-5070-4-git-send-email-shea@shealevy.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1470776118-5070-1-git-send-email-shea@shealevy.com> References: <1470776118-5070-1-git-send-email-shea@shealevy.com> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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: Tue, 09 Aug 2016 21:05:16 -0000 --- doc/man1/notmuch-config.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index 5a517eb..6844c8d 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -68,6 +68,16 @@ The available configuration items are described below. Default: not set. + **user.other\_name** + A list of other names associated with addresses in + **user.other\_email**. Leave an entry empty to use + **user.name** for the corresponding address. If the + list of other names is shorter than the list of other + addresses, all addresses after the last listed name will + be associated with **user.name**. + + Default: not set. + **new.tags** A list of tags that will be added to all messages incorporated by **notmuch new**. -- 2.7.4