[email protected] (Kamil Jońca) wrote:

> Andrzej Adam Filip <[email protected]> writes:
>> [...]
>> BTW Have you considered using IMAP?
>
> Yes, I'm trying. But I cant make gnus to see my folders other than
> INBOX)

<file src="~/bin/imap">
#!/bin/bash
export USER=kamil
export MAIL=maildir:~/Maildir
exec /usr/lib/dovecot/imap
</file>

<file src="~/.emacs">
'(gnus-secondary-select-methods 
  (quote (
   (nnimap "" 
    (nnimap-stream shell) 
    (imap-shell-program "/home/kamil/bin/imap")))))
</file>

To create imap folder seen by gnus as "nnimap:Sent" create maildir
folder ~/Maildir/.Sent ["/home/kamil/Maildir/.Sent/" in procmail recipes]

P.S.
I use more slightly complicated solution with my "personal" 
(per my OS account only) dovecot configuration files.

-- 
[pl>en Andrew] Andrzej Adam Filip : [email protected] : [email protected]
[Sir Stafford Cripps] has all the virtues I dislike and none of the
vices I admire.
  -- Winston Churchill
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to