Files ~/Mail/IncomingXXXX, and need some general explanations ...

2005-10-15 Thread François Fleuret
Dear all, Everytime I spool mails (localy, from a file written down by fetchmail), each one creates a file of the form ~/Mail/IncomingXX How to prevent that ? Cheers, -- François Fleuret EPFL - CVLAB ___ Info-gnus

Re: Files ~/Mail/IncomingXXXX, and need some general explanations ...

2005-10-15 Thread François Fleuret
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)

Checking attachments are actually attached

2006-04-08 Thread François Fleuret
t."))) (add-hook 'message-send-hook 'check-no-missing-attachment) ;;;;;; Comments are of course welcome. Cheers, -- François Fleuret http://cvlab.epfl.ch/~fleuret _