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 D39B740BD9B for ; Mon, 27 Sep 2010 08:06:06 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2 X-Spam-Level: X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1] autolearn=ham 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 5fELnCv73Rrw for ; Mon, 27 Sep 2010 08:05:54 -0700 (PDT) Received: from homiemail-a13.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by olra.theworths.org (Postfix) with ESMTP id B62CE40BC9C for ; Mon, 27 Sep 2010 08:05:54 -0700 (PDT) Received: from homiemail-a13.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTP id E7BE56A807F; Mon, 27 Sep 2010 08:05:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=SSpaeth.de; h=from:to:subject :in-reply-to:references:date:message-id:mime-version: content-type; q=dns; s=sspaeth.de; b=layy9XnsoTr5bXrNW90+biHZ1oB aULVz4tD/KC9S1P8pYoRLHxSTmuAUkeslUET7TYjTVaUcT3w4+fLLxd7tDgznjUz UVVsGeXkwY6VCbUoYK85ydT3Bn0ZSjXqTeSU4ZAx63mVAg4/E/97gViQfzS44PoY gSHd004dGnKTG99Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=SSpaeth.de; h=from:to :subject:in-reply-to:references:date:message-id:mime-version: content-type; s=sspaeth.de; bh=wWis5X5EkAY3QGFGQicIVDj2v+k=; b=V yjZ6/JyVKtfiX9O7Uk6xFsi3/oDtAGjh8mWwko8R26Qkcwm0QaMWdsNNDMuVcmW8 lC6xYIKqhMfcjvPj7iY37tGqfhviLL8AV+0EDJ0/DZYT93ipnYxN5xS9wzOoHAUR yJWSYYtqahJhRdXxyg+spO+eI339OvCIqNH/4JfLNE= Received: from spaetzbook.sspaeth.de (mtec-hg-docking-2-dhcp-016.ethz.ch [82.130.121.16]) (Authenticated sender: fax@sspaeth.de) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id 56DC66A807A; Mon, 27 Sep 2010 08:05:51 -0700 (PDT) Received: by spaetzbook.sspaeth.de (sSMTP sendmail emulation); Mon, 27 Sep 2010 17:05:49 +0200 From: Sebastian Spaeth To: Rob Browning , notmuch@notmuchmail.org Subject: Re: Would a more sophisticated notmuch-fcc-dirs be acceptable? In-Reply-To: <87k4m80xgg.fsf@raven.defaultvalue.org> References: <87k4m80xgg.fsf@raven.defaultvalue.org> User-Agent: Notmuch/0.3.1-43-g5d515b7 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-pc-linux-gnu) Date: Mon, 27 Sep 2010 17:05:49 +0200 Message-ID: <871v8fusz6.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Mon, 27 Sep 2010 15:06:07 -0000 On 2010-09-27, Rob Browning wrote: > I'd like to be able to archive to a destination based on the year, i.e.: > > (concat "sent-" (format-time-string "%Y")) At it seems that this can potentially very confusing for configuring. Wouldn't it be nicest if that config variable were able to take a function that returns one or multiple FCC paths? This way people could become really creative in their .emacs. Personally, I would love if we could keep the default configuration (1 FCC dir that never changes) as simple as a string value. I have no problems with the second patch that you sent (ability to use absolute paths). That having said, if you have nice patches that cworth is willing to accept, any solution is good to me. Sebastian