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 2CDE16DE0946 for ; Thu, 7 Sep 2017 04:24:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[AWL=0.010, SPF_PASS=-0.001, 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 Hil6UfBxVkPn for ; Thu, 7 Sep 2017 04:23:59 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id A92F66DE0927 for ; Thu, 7 Sep 2017 04:23:59 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1dpuqz-00036S-CM; Thu, 07 Sep 2017 07:20:13 -0400 Received: (nullmailer pid 16545 invoked by uid 1000); Thu, 07 Sep 2017 11:23:52 -0000 From: David Bremner To: David Edmondson , Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] emacs: maildir fcc make insert more flexible In-Reply-To: References: <1503905542-19961-1-git-send-email-markwalters1009@gmail.com> <1503905542-19961-2-git-send-email-markwalters1009@gmail.com> <87r2vworug.fsf@qmul.ac.uk> Date: Thu, 07 Sep 2017 08:23:52 -0300 Message-ID: <871sniwy47.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Thu, 07 Sep 2017 11:24:05 -0000 David Edmondson writes: > On Monday, 2017-08-28 at 12:27:03 +0100, Mark Walters wrote: > >>>> The fcc-header should be of the form \"folder +tag1 -tag2\" where >>> >>> I realise that this patch set didn't add this string, but it is mildly >>> ridiculous. There's no reason that we couldn't use a list, where a >>> leading =E2=80=9C+=E2=80=9D or =E2=80=9C-=E2=80=9D indicates a tag and = anything else is a folder. >>> >>> Even two variables (one for folder and another for tags) would be an >>> improvement >> >> The reason for this choice is that, when writing the postpone code, I >> wanted to keep within the message mode compose world, which has the fcc >> header as a string. > > You could add whatever headers you like. > >> I think I would also only like to be queried once when inserting. Or are >> you suggesting that the user types in a lisp list? > > If we prompt for it then we could do multiple prompts - we already have > a completion-capable reader for tags. > There was in fact a request for this feature in id:87shgtgiux.fsf@len. OTOH, it seems like a lot of this discussion talks about enhancing or re-factoring the existing draft/fcc handling. Would it be possible to seperate that out, even if it means a list of pre-requisite changes before this feature is added? d