Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Files ~/Mail/IncomingXXXX, and need some general explanations ...
@ 2005-10-15 11:59 François Fleuret
  2005-10-15 12:01 ` François Fleuret
  0 siblings, 1 reply; 3+ messages in thread
From: François Fleuret @ 2005-10-15 11:59 UTC (permalink / raw)


Dear all,

Everytime I spool mails (localy, from a file written down by
fetchmail), each one creates a file of the form ~/Mail/IncomingXXXXXX

How to prevent that ?

Cheers,

-- 
François Fleuret                              EPFL - CVLAB


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

* Re: Files ~/Mail/IncomingXXXX, and need some general explanations ...
  2005-10-15 11:59 Files ~/Mail/IncomingXXXX, and need some general explanations François Fleuret
@ 2005-10-15 12:01 ` François Fleuret
  2005-10-15 15:41   ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: François Fleuret @ 2005-10-15 12:01 UTC (permalink / raw)



Ahem ... forget it.

Looked for 1h, did not find the answer, posted my question, and found
the answer 2min later in mail-source.el.

> (defcustom mail-source-directory "~/Mail/"
>   "Directory where files (if any) will be stored."
>   :group 'mail-source
>   :type 'directory)
> 
> (defcustom mail-source-default-file-modes 384
>   "Set the mode bits of all new mail files to this integer."
>   :group 'mail-source
>   :type 'integer)
> 
> (defcustom mail-source-delete-incoming t
>   "*If non-nil, delete incoming files after handling."
>   :group 'mail-source
>   :type 'boolean)
> 
> (defcustom mail-source-incoming-file-prefix "Incoming"
>   "Prefix for file name for storing incoming mail"
>   :group 'mail-source
>   :type 'string)

Cheers,

-- 
François Fleuret                              EPFL - CVLAB


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

* Re: Files ~/Mail/IncomingXXXX, and need some general explanations ...
  2005-10-15 12:01 ` François Fleuret
@ 2005-10-15 15:41   ` Reiner Steib
  0 siblings, 0 replies; 3+ messages in thread
From: Reiner Steib @ 2005-10-15 15:41 UTC (permalink / raw)


On Sat, Oct 15 2005, François Fleuret wrote:

> Looked for 1h, did not find the answer, posted my question, and found
> the answer 2min later in mail-source.el.

Next time, try `Info-index'[1] and `Info-index-next'[2] in Gnus
manual:

`i Incoming RET ,' and also the next `,' are the relevant matches:

(info "(gnus)Gnus Development")
(info "(gnus)Mail Source Customization")

If there is no index entry for your keyword, please suggest to add it.

Bye, Reiner.

[1]
,----[ `C-h k i' ]
| i runs the command Info-index
|    which is an interactive compiled Lisp function in `info'.
| It is bound to i, <menu-bar> <Info> <Index> <Lookup a String...>.
| (Info-index topic)
| 
| Look up a string topic in the index for this file.
| If there are no exact matches to the specified topic, this chooses
| the first match which is a case-insensitive substring of a topic.
| Use the , command to see the other matches.
| Give a blank topic name to go to the Index node itself.
`----

[2]
,----[ `C-h k ,' ]
| , runs the command Info-index-next
|    which is an interactive compiled Lisp function in `info'.
| It is bound to ,, <menu-bar> <Info> <Index> <Next Matching Item>.
| (Info-index-next num)
| 
| Go to the next matching index item from the last i command.
`----
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


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

end of thread, other threads:[~2005-10-15 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-15 11:59 Files ~/Mail/IncomingXXXX, and need some general explanations François Fleuret
2005-10-15 12:01 ` François Fleuret
2005-10-15 15:41   ` Reiner Steib

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