Julien Cubizolles
2015-04-21 15:33:37 UTC
Is it possible ? I have the following fancy-splitting rule on an IMAP
server (called "nnimap+free"):
--8<---------------cut here---------------start------------->8---
("from" ,gnus-ignored-from-addresses ,jc-gnus-mail-archive-group)
--8<---------------cut here---------------end--------------->8---
with
--8<---------------cut here---------------start------------->8---
(setq jc-gnus-mail-archive-group
(format-time-string "nnfolder+archive:sent-mail-%Y-%m"))
--8<---------------cut here---------------end--------------->8---
the messages are splitted on the IMAP server, in the group:
nnimap+free:nnfolder+archive:sent-mail-2015-04, not really what I want.
Also, I'd like to fetch the correct date from the Date header of the
message itself for splitting instead of using jc-gnus-mail-archive-group
which depends on the day the splitting is done, instead of the day the
message was sent. Any ideas how to do it ?
Julien.
server (called "nnimap+free"):
--8<---------------cut here---------------start------------->8---
("from" ,gnus-ignored-from-addresses ,jc-gnus-mail-archive-group)
--8<---------------cut here---------------end--------------->8---
with
--8<---------------cut here---------------start------------->8---
(setq jc-gnus-mail-archive-group
(format-time-string "nnfolder+archive:sent-mail-%Y-%m"))
--8<---------------cut here---------------end--------------->8---
the messages are splitted on the IMAP server, in the group:
nnimap+free:nnfolder+archive:sent-mail-2015-04, not really what I want.
Also, I'd like to fetch the correct date from the Date header of the
message itself for splitting instead of using jc-gnus-mail-archive-group
which depends on the day the splitting is done, instead of the day the
message was sent. Any ideas how to do it ?
Julien.