Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-message-archive-group
@ 2012-07-12 15:14 Julien Cubizolles
  2012-07-12 15:34 ` gnus-message-archive-group Adam Sjøgren
  2012-07-12 16:01 ` gnus-message-archive-group Andreas Schwab
  0 siblings, 2 replies; 6+ messages in thread
From: Julien Cubizolles @ 2012-07-12 15:14 UTC (permalink / raw)
  To: ding

I'm trying to use the date-named groups for archiving my sent messages
but to separate news and mail messages. I tried the following :

((if
     (message-news-p)
     (format-time-string "sent-news.%Y-%m")
   (format-time-string "sent-mail.%Y-%m")))

but it fails with

Saving file /home/wilk/Mail/archive/sent-mail/2012-07...
basic-save-buffer-2: /home/wilk/Mail/archive/sent-mail/: no such directory

Inded there is no /home/wilk/Mail/archive/sent-mail/ directory but the
messages where saved to the *file* /home/wilk/Mail/archive/sent-mail when
I used :

((if (message-news-p) "sent-news" "sent-mail"))

What am I missing ?

Julien Cubizolles.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-12 22:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-12 15:14 gnus-message-archive-group Julien Cubizolles
2012-07-12 15:34 ` gnus-message-archive-group Adam Sjøgren
2012-07-12 22:09   ` gnus-message-archive-group Julien Cubizolles
2012-07-12 22:34     ` gnus-message-archive-group Adam Sjøgren
2012-07-12 16:01 ` gnus-message-archive-group Andreas Schwab
2012-07-12 19:18   ` gnus-message-archive-group Julien Cubizolles

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).