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 6AFA06DE0941 for ; Wed, 19 Oct 2016 03:06:10 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.005 X-Spam-Level: X-Spam-Status: No, score=-0.005 tagged_above=-999 required=5 tests=[AWL=0.005, T_RP_MATCHES_RCVD=-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 nmsGkD3cELCa for ; Wed, 19 Oct 2016 03:06:10 -0700 (PDT) Received: from picnicpark.org (picnicpark.org [130.94.181.238]) by arlo.cworth.org (Postfix) with ESMTP id DBFDA6DE00DF for ; Wed, 19 Oct 2016 03:06:09 -0700 (PDT) Received: (qmail 96916 invoked by uid 13806); 19 Oct 2016 10:06:07 -0000 Received: from unknown (HELO gw.picnicpark.org) (camalot@[108.225.17.54]) (envelope-sender ) by 130.94.181.238 (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 19 Oct 2016 10:06:07 -0000 Received: from kea-tablet.picnicpark.org (cpe-76-88-55-108.san.res.rr.com [76.88.55.108]) by gw.picnicpark.org (Postfix) with ESMTPSA id 2C80F12A1D89 for ; Wed, 19 Oct 2016 03:05:58 -0700 (PDT) From: Keith Amidon To: notmuch@notmuchmail.org Subject: [PATCH v2] Expand docstrings about fcc using notmuch-insert Date: Wed, 19 Oct 2016 03:05:18 -0700 Message-Id: <20161019100519.2666-1-camalot@picnicpark.org> X-Mailer: git-send-email 2.10.0 In-Reply-To: <87d1j376y2.fsf@qmul.ac.uk> References: <87d1j376y2.fsf@qmul.ac.uk> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 19 Oct 2016 10:06:10 -0000 Tnis version implements Mark's second, simpler, suggestion. Since the reference to split-string-and-unquote remains, someone with sufficiently esoteric requirements will know where to look to determine exactly what is possible.