Gnus development mailing list
 help / color / mirror / Atom feed
* Bug with message archiving?
@ 2000-08-29 14:37 Emerick Rogul
  0 siblings, 0 replies; only message in thread
From: Emerick Rogul @ 2000-08-29 14:37 UTC (permalink / raw)


Hi,

I'm using gnus 5.8.8 (the latest code out of cvs, as of today), and
I've been having some problems with my mail archiving.  AFAIK, I
haven't touched any of those settings in a while, but within the past
month or so it's been acting strange.

I have my mail and news configured to be archived in
~/Mail/archive/sent-mail.2000.gz and ~/Mail/archive/sent-news.2000.gz
respectively.  What's been happening lately is that some messages (not
all of them) are being archived in ~/Mail/nnfolder/sent-mail.1999.gz
(note wrong directory and wrong year are being used).

I have no idea what's causing this to happen...  Relevant portions of
my .gnus.el file are shown below.  Does anyone have any ideas?

-Emerick

(setq nnfolder-directory (concat message-directory "nnfolder/")

;; archive outgoing messages in group-specific folders.
(setq gnus-message-archive-group
      '((let ((group (or gnus-newsgroup-name "")))
          (cond
           ((string-match "forum" group)
            (concat "sent-forum."
                    (format-time-string "%Y" (current-time)) ".gz"))
           ((message-news-p)
            (concat "sent-news."
                    (format-time-string "%Y" (current-time)) ".gz"))
           (t
            (concat "sent-mail."
                    (format-time-string "%Y" (current-time)) ".gz"))))))

-- 
-------------------------------------------------------------------------
Emerick Rogul         /\/  "the doctor smiles terribly.  'i am referring
emerick@cs.bu.edu     /\/   your case directly to the coroner.'"
------------------------------------- 'naked lunch', william s. burroughs



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-08-29 14:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-29 14:37 Bug with message archiving? Emerick Rogul

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).