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: di

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

Re: 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: di

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