Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* reading mails with gnus ?
@ 2007-10-22  9:07 Charles Bouillaguet
  2007-10-22 12:30 ` Sven Bretfeld
  0 siblings, 1 reply; 4+ messages in thread
From: Charles Bouillaguet @ 2007-10-22  9:07 UTC (permalink / raw)
  To: info-gnus-english

Hi all,

I'm desperately trying to get gnus to read my emails...

my emails are arriving in various .spool files in ~/.incoming_mail/ (split
by procmail).

I then added :
-------
(setq
 gnus-select-methods '((nnml ""))
 mail-sources '((directory :path "~/.incoming_mail/" :suffix ".spool"))
 mail-source-delete-incoming t
)

(setq gnus-secondary-select-methods nil)
--------

to my .emacs file. Unfortunately, nothing is happening !

What did I do wrong ?

Thanks,
Charles Bouillaguet

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

* Re: reading mails with gnus ?
  2007-10-22  9:07 reading mails with gnus ? Charles Bouillaguet
@ 2007-10-22 12:30 ` Sven Bretfeld
  2007-10-25  7:43   ` charles.bouillaguet
  0 siblings, 1 reply; 4+ messages in thread
From: Sven Bretfeld @ 2007-10-22 12:30 UTC (permalink / raw)
  To: info-gnus-english


[-- Attachment #1.1: Type: text/plain, Size: 250 bytes --]

Hi Charles

It seems to be simple. The is a typing mistake:

Charles Bouillaguet <charles.bouillaguet@ens.fr> writes:

> (setq
>  gnus-select-methods '((nnml ""))
               ^^^^^^^
This has to be gnus-select-method (without s).

Greetings

Sven

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: reading mails with gnus ?
  2007-10-22 12:30 ` Sven Bretfeld
@ 2007-10-25  7:43   ` charles.bouillaguet
  2007-10-25  9:53     ` Tassilo Horn
  0 siblings, 1 reply; 4+ messages in thread
From: charles.bouillaguet @ 2007-10-25  7:43 UTC (permalink / raw)
  To: info-gnus-english

On 22 oct, 14:30, Sven Bretfeld <sven.bretf...@gmx.ch> wrote:
> Hi Charles
>
> It seems to be simple. The is a typing mistake:
>
> Charles Bouillaguet <charles.bouillag...@ens.fr> writes:
> > (setq
> >  gnus-select-methods '((nnml ""))
>
>                ^^^^^^^
> This has to be gnus-select-method (without s).

Hi Sven and all,

Yes, I made this stupid typo. Nethertheless, after fixing it I am now
confronted with a new kind of problem : when I start gnus, it says :
"wrong type argument: symbolp, (nnml "") and doesn't start....

any hint ?

thanks,
Charles

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

* Re: reading mails with gnus ?
  2007-10-25  7:43   ` charles.bouillaguet
@ 2007-10-25  9:53     ` Tassilo Horn
  0 siblings, 0 replies; 4+ messages in thread
From: Tassilo Horn @ 2007-10-25  9:53 UTC (permalink / raw)
  To: info-gnus-english

charles.bouillaguet@gmail.com writes:

> On 22 oct, 14:30, Sven Bretfeld <sven.bretf...@gmx.ch> wrote:
>> Hi Charles
>>
>> It seems to be simple. The is a typing mistake:
>>
>> Charles Bouillaguet <charles.bouillag...@ens.fr> writes:
>> > (setq
>> >  gnus-select-methods '((nnml ""))
>>
>>                ^^^^^^^
>> This has to be gnus-select-method (without s).
>
> Hi Sven and all,
>
> Yes, I made this stupid typo. Nethertheless, after fixing it I am now
> confronted with a new kind of problem : when I start gnus, it says :
> "wrong type argument: symbolp, (nnml "") and doesn't start....
>
> any hint ?

It has to be

  (setq gnus-select-method '(nnml ""))

Bye,
Tassilo
-- 
No person,  no idea, and no  religion deserves to be  illegal to insult,
not even the Church of Emacs. (Richard M. Stallman)

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

end of thread, other threads:[~2007-10-25  9:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-22  9:07 reading mails with gnus ? Charles Bouillaguet
2007-10-22 12:30 ` Sven Bretfeld
2007-10-25  7:43   ` charles.bouillaguet
2007-10-25  9:53     ` Tassilo Horn

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