Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* extra sent-to-xxxx folders/files
@ 2003-02-06 14:33 Jeffery B. Rancier
  2003-02-06 16:11 ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Jeffery B. Rancier @ 2003-02-06 14:33 UTC (permalink / raw)


I've recently upgraded to Oort Gnus 0.13, and noticed *extra* files
hanging around in my ~/Mail/ directories.  First of all my gnus:

,----[ .gnus ]
| ;; -*- emacs-lisp -*-
| (require 'message-x)
| (setq gnus-select-method '(nntp "news.gmane.org"))
| (setq gnus-message-archive-group
|       '(("^alt" "sent-to-alt")
| 	("mail" "sent-to-mail")
| 	(".*" "sent-to-misc")))
| 
| (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
| 
| ;; THIS DOESN'T SEEM TO WORK
| ;; (setq gnus-secondary-select-methods '((nnml "")(nnslashdot "")))
| 
| (setq gnus-secondary-select-methods '((nnml "")))
| (setq nnmail-spool-file "po:jrancier")
| (setq mail-sources '((pop :server "my-mail-server"
|                           :user "my-user-name"
| 			  :password "my-password")))
| 
| ;; THIS DOESN'T SEEM TO WORK
| ;; Automatically check for mail every 5 minutes:
| 
| (gnus-demon-add-handler 'gnus-demon-scan-mail 5 t)
| (gnus-demon-init)
`----

Regarding:

 (setq gnus-message-archive-group
   '(("^alt" "sent-to-alt")
   ("mail" "sent-to-mail")
   (".*" "sent-to-misc")))

I now have to sent-to-misc groups,

         151: nnfolder+archive:sent-to-misc 
         155: nnfolder+archive:sent-to-misc. 

When I look in my ~/Mail/archive directory I see the following:

  -rw-rw-rw-   1 jrancier root       67 Feb  6 09:03 active
  -rw-rw-rw-   1 jrancier root   277214 Dec 26 10:55 sent-to-mail
  -rw-rw-rw-   1 jrancier root       19 Jan 24 14:07 sent-to-mail.mrk
  -rw-rw-rw-   1 jrancier root  3522075 Feb  6 08:39 sent-to-misc
  -rw-rw-rw-   1 jrancier root       10 Feb  6 08:25 sent-to-misc..mrk
  -rw-rw-rw-   1 jrancier root    38763 Feb  5 13:05 sent-to-misc..nov
  -rw-rw-rw-   1 jrancier root       94 Jan 28 20:00 sent-to-misc.mrk
  -rw-rw-rw-   1 jrancier root    40884 Feb  6 08:39 sent-to-misc.nov

Where did the other files come from?  Incorrect setting?

Also in ~/Mail/ I have have a few hundred files like:

  -rw-rw-rw-   1 jrancier root    24893 Feb  5 08:13 Incoming1092StA
  -rw-rw-rw-   1 jrancier root     2559 Feb  5 08:31 Incoming1092Tgf
  -rw-rw-rw-   1 jrancier root     4923 Feb  5 08:56 Incoming1092TnT
  -rw-rw-rw-   1 jrancier root   255356 Feb  5 08:09 Incoming1092gjx
  -rw-rw-rw-   1 jrancier root    51619 Feb  5 09:08 Incoming1092gxZ
  -rw-rw-rw-   1 jrancier root     8977 Feb  5 08:44 Incoming1092sIB
  -rw-rw-rw-   1 jrancier root     5368 Feb  5 09:13 Incoming1092t7f
  -rw-rw-rw-   1 jrancier root    67343 Feb  3 13:18 Incoming1204-4C
  -rw-rw-rw-   1 jrancier root     1815 Feb  3 10:10 Incoming1204-xO

Is this from the recently added gnus-demon stuff I recently added?
Can I delete these?
-- 

Thanks,
Jeff
,----
| Jeffery B. Rancier
| 
| Softechnics
| a METTLER TOLEDO company
`----


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

* Re: extra sent-to-xxxx folders/files
  2003-02-06 14:33 extra sent-to-xxxx folders/files Jeffery B. Rancier
@ 2003-02-06 16:11 ` Kai Großjohann
       [not found]   ` <uznp9xn5u.fsf@softechnics.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2003-02-06 16:11 UTC (permalink / raw)


jeff.rancier@softechnics.com (Jeffery B. Rancier) writes:

> I've recently upgraded to Oort Gnus 0.13, and noticed *extra* files
> hanging around in my ~/Mail/ directories.

The ~/Mail/Incoming* files are there to protect your butt, should
Gnus decide to have some email for breakfast.  You're running alpha
software...

Also see the variable mail-source-delete-incoming.
-- 
A turnip curses Elvis


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

* Re: extra sent-to-xxxx folders/files
       [not found]   ` <uznp9xn5u.fsf@softechnics.com>
@ 2003-02-06 20:40     ` Kai Großjohann
  0 siblings, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2003-02-06 20:40 UTC (permalink / raw)


jeff.rancier@softechnics.com (Jeffery B. Rancier) writes:

> Thanks Kai.  Any ideas about the 
>
>        sent-to-misc
>
> and
>
>        sent-to-misc.
>
> both being there?

Hm?  Strange.  Does one of them correspond to a group you have, such
as nnfolder+archive:sent-to-misc?

You might look at these things with C-x C-f or less to make sure
what's inside before you throw them away...
-- 
A turnip curses Elvis


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

end of thread, other threads:[~2003-02-06 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-06 14:33 extra sent-to-xxxx folders/files Jeffery B. Rancier
2003-02-06 16:11 ` Kai Großjohann
     [not found]   ` <uznp9xn5u.fsf@softechnics.com>
2003-02-06 20:40     ` Kai Großjohann

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