* Undesired Incoming* files created by Gnus
@ 2008-08-23 9:51 Rodolfo Medina
2008-08-23 11:01 ` Thierry Volpiatto
2008-08-23 18:13 ` Reiner Steib
0 siblings, 2 replies; 4+ messages in thread
From: Rodolfo Medina @ 2008-08-23 9:51 UTC (permalink / raw)
To: help-gnu-emacs
I already posted this on gnu.emacs.gnus but got no solution.
Every time Gnus fetches a new e-mail message from my Gmail account, a
strange
file is created in the ~/Mail directory whose name always starts with
`Incoming'. I.e.: Incoming3141XpI, Incoming3410dCs, etc. They're
always
copies of the messages stored in the inbox, that I have to delete
manually:
it's bothering.
Why does this happen, and how can I eliminate it?
Thanks for any help
Rodolfo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Undesired Incoming* files created by Gnus
2008-08-23 9:51 Undesired Incoming* files created by Gnus Rodolfo Medina
@ 2008-08-23 11:01 ` Thierry Volpiatto
2008-08-23 16:42 ` [solved] " Rodolfo Medina
2008-08-23 18:13 ` Reiner Steib
1 sibling, 1 reply; 4+ messages in thread
From: Thierry Volpiatto @ 2008-08-23 11:01 UTC (permalink / raw)
To: Rodolfo Medina; +Cc: help-gnu-emacs
Rodolfo Medina <rodolfo.medina@gmail.com> writes:
> I already posted this on gnu.emacs.gnus but got no solution.
>
> Every time Gnus fetches a new e-mail message from my Gmail account, a
> strange
> file is created in the ~/Mail directory whose name always starts with
> `Incoming'. I.e.: Incoming3141XpI, Incoming3410dCs, etc. They're
> always
> copies of the messages stored in the inbox, that I have to delete
> manually:
> it's bothering.
>
> Why does this happen, and how can I eliminate it?
>
> Thanks for any help
> Rodolfo
>
,----
| (setq mail-source-delete-incoming t)
`----
It seem gnus save (duplicate) all your mails in ~/Mail ;
This code avoid that.
--
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France
^ permalink raw reply [flat|nested] 4+ messages in thread
* [solved] Re: Undesired Incoming* files created by Gnus
2008-08-23 11:01 ` Thierry Volpiatto
@ 2008-08-23 16:42 ` Rodolfo Medina
0 siblings, 0 replies; 4+ messages in thread
From: Rodolfo Medina @ 2008-08-23 16:42 UTC (permalink / raw)
To: help-gnu-emacs
Rodolfo Medina <rodolfo.medina@gmail.com> writes:
>> I already posted this on gnu.emacs.gnus but got no solution.
>>
>> Every time Gnus fetches a new e-mail message from my Gmail account, a
>> strange
>> file is created in the ~/Mail directory whose name always starts with
>> `Incoming'. I.e.: Incoming3141XpI, Incoming3410dCs, etc. They're
>> always
>> copies of the messages stored in the inbox, that I have to delete
>> manually:
>> it's bothering.
>>
>> Why does this happen, and how can I eliminate it?
Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
> ,----
> | (setq mail-source-delete-incoming t)
> `----
>
> It seem gnus save (duplicate) all your mails in ~/Mail ;
> This code avoid that.
Hey, that seems to work!
Thanks indeed
Rodolfo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Undesired Incoming* files created by Gnus
2008-08-23 9:51 Undesired Incoming* files created by Gnus Rodolfo Medina
2008-08-23 11:01 ` Thierry Volpiatto
@ 2008-08-23 18:13 ` Reiner Steib
1 sibling, 0 replies; 4+ messages in thread
From: Reiner Steib @ 2008-08-23 18:13 UTC (permalink / raw)
To: help-gnu-emacs
On Sat, Aug 23 2008, Rodolfo Medina wrote:
> Every time Gnus fetches a new e-mail message from my Gmail account,
> a strange file is created in the ~/Mail directory whose name always
> starts with `Incoming'. I.e.: Incoming3141XpI, Incoming3410dCs,
> etc. They're always copies of the messages stored in the inbox,
> that I have to delete manually: it's bothering.
Which version of Gnus are you using? Current Gnusae delete those
files after a couple of days:
,----[ (info "(gnus)Oort Gnus") ]
| * Old intermediate incoming mail files (`Incoming*') are
| deleted after a couple of days, not immediately. *Note Mail
| Source Customization::. (New in Gnus 5.10.10 / Emacs 22.2)
`----
> Why does this happen, and how can I eliminate it?
,----[ (info "(gnus)Mail Source Customization") ]
| `mail-source-delete-incoming'
| If non-`nil', delete incoming files after handling them. If `t',
| delete the files immediately, if `nil', never delete any files.
| If a positive number, delete files older than number of days (the
| deletion will only happen when receiving new mail). You may also
| set `mail-source-delete-incoming' to `nil' and call
| `mail-source-delete-old-incoming' from a hook or interactively.
| `mail-source-delete-incoming' defaults to `10' in alpha Gnusae
| and `2' in released Gnusae. *Note Gnus Development::.
`----
BTW, an index search for "Incoming" brings this up immediately.
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-08-23 18:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-23 9:51 Undesired Incoming* files created by Gnus Rodolfo Medina
2008-08-23 11:01 ` Thierry Volpiatto
2008-08-23 16:42 ` [solved] " Rodolfo Medina
2008-08-23 18:13 ` Reiner Steib
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.