Would a more sophisticated notmuch-fcc-dirs be acceptable?

2010-09-27 Thread Sebastian Spaeth
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

Would a more sophisticated notmuch-fcc-dirs be acceptable?

2010-09-26 Thread Rob Browning
Rob Browning writes: > I'd also like to fcc to a directory outside of message-directory At least for this part, one possiblity would be to just use the chosen directory literally (don't prepend message-directory) whenever it's an absolute path according to file-name-absolute-p. For example:

Would a more sophisticated notmuch-fcc-dirs be acceptable?

2010-09-26 Thread Rob Browning
I'd like to be able to archive to a destination based on the year, i.e.: (concat "sent-" (format-time-string "%Y")) and I'd like for that string to be recomputed for each outgoing message. I'd also like to fcc to a directory outside of message-directory, and I imagine that sometimes it might