Re: [PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-11 Thread Carl Worth
On Mon, 8 Nov 2010 15:01:25 +, David Edmondson wrote: > Re-work the declaration and definition of `notmuch-fcc-dirs'. The > variable now allows three types of values: Thanks. This is pushed now. > --- > > Fix runtime cl use. Hopefully I stalled long enough to get the latest version of thi

[PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-11 Thread Carl Worth
On Mon, 8 Nov 2010 15:01:25 +, David Edmondson wrote: > Re-work the declaration and definition of `notmuch-fcc-dirs'. The > variable now allows three types of values: Thanks. This is pushed now. > --- > > Fix runtime cl use. Hopefully I stalled long enough to get the latest version of thi

[PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-08 Thread David Edmondson
Re-work the declaration and definition of `notmuch-fcc-dirs'. The variable now allows three types of values: - nil: no Fcc header is added, - a string: the value of `notmuch-fcc-dirs' is the name of the folder to use, - a list: the folder is chosen based on the From address of the current me

[PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-08 Thread David Edmondson
On Fri, 5 Nov 2010 08:31:45 +, David Edmondson wrote: > +(require 'cl-seq) Ouch. This (a) doesn't work and (b) breaks the 'no cl at runtime' rule. I'll fix it and resubmit. dme. -- David Edmondson, http://dme.org

[PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-08 Thread David Edmondson
Re-work the declaration and definition of `notmuch-fcc-dirs'. The variable now allows three types of values: - nil: no Fcc header is added, - a string: the value of `notmuch-fcc-dirs' is the name of the folder to use, - a list: the folder is chosen based on the From address of the current me

Re: [PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-08 Thread David Edmondson
On Fri, 5 Nov 2010 08:31:45 +, David Edmondson wrote: > +(require 'cl-seq) Ouch. This (a) doesn't work and (b) breaks the 'no cl at runtime' rule. I'll fix it and resubmit. dme. -- David Edmondson, http://dme.org ___ notmuch mailing list notmuch@

RFC: [PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-05 Thread David Edmondson
On Thu, 04 Nov 2010 18:03:11 -0500, Rob Browning wrote: > If you're going to go that far, you might want to allow a function (or > form) too (a-la gnus). Please, feel free. I'm a bcc-kinda-guy myself.

[PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-05 Thread David Edmondson
Re-work the declaration and definition of `notmuch-fcc-dirs'. The variable now allows three types of values: - nil: no Fcc header is added, - a string: the value of `notmuch-fcc-dirs' is the name of the folder to use, - a list: the folder is chosen based on the From address of the current me

Re: RFC: [PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-05 Thread David Edmondson
On Thu, 04 Nov 2010 18:03:11 -0500, Rob Browning wrote: > If you're going to go that far, you might want to allow a function (or > form) too (a-la gnus). Please, feel free. I'm a bcc-kinda-guy myself. ___ notmuch mailing list notmuch@notmuchmail.org htt

[PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-05 Thread David Edmondson
Re-work the declaration and definition of `notmuch-fcc-dirs'. The variable now allows three types of values: - nil: no Fcc header is added, - a string: the value of `notmuch-fcc-dirs' is the name of the folder to use, - a list: the folder is chosen based on the From address of the current me

RFC: [PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-04 Thread David Edmondson
Re-work the declaration and definition of `notmuch-fcc-dirs'. The variable now allows three types of values: - nil: no Fcc header is added, - a string: the value of `notmuch-fcc-dirs' is the name of the folder to use, - a list: the folder is chosen based on the From address of the current me

RFC: [PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-04 Thread Rob Browning
David Edmondson writes: > After wanting to be able to set `notmuch-fcc-dirs' to `nil' using > custom, I got sucked in. If you're going to go that far, you might want to allow a function (or form) too (a-la gnus). As an example, that can be handy when you want to file mail based on the year:

Re: RFC: [PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-04 Thread Rob Browning
David Edmondson writes: > After wanting to be able to set `notmuch-fcc-dirs' to `nil' using > custom, I got sucked in. If you're going to go that far, you might want to allow a function (or form) too (a-la gnus). As an example, that can be handy when you want to file mail based on the year:

RFC: [PATCH] emacs: Improve the definition and use of `notmuch-fcc-dirs'.

2010-11-04 Thread David Edmondson
Re-work the declaration and definition of `notmuch-fcc-dirs'. The variable now allows three types of values: - nil: no Fcc header is added, - a string: the value of `notmuch-fcc-dirs' is the name of the folder to use, - a list: the folder is chosen based on the From address of the current me