Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Andrzej Adam Filip <anfi@onet.eu>
To: info-gnus-english@gnu.org
Subject: Re: GNUS and imap
Date: Tue, 17 Mar 2009 13:29:00 +0100	[thread overview]
Message-ID: <rixnsxo478@stacey.strange.twilightparadox.com> (raw)
In-Reply-To: <87ljr4l5an.fsf_-_@kjonca.kjonca>

kjonca@poczta.onet.pl (Kamil Jońca) wrote:

> Andrzej Adam Filip <anfi@onet.eu> 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 : anfi@onet.eu : anfi@xl.wp.pl
[Sir Stafford Cripps] has all the virtues I dislike and none of the
vices I admire.
  -- Winston Churchill

  reply	other threads:[~2009-03-17 12:29 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-07 13:06 Archiving posts to mbox file Kamil Jońca
2009-03-07 15:36 ` Kamil Jońca
2009-03-07 17:07   ` Archiving posts Andrzej Adam Filip
2009-03-17 12:09     ` GNUS and imap [was: Re: Archiving posts] Kamil Jońca
2009-03-17 12:29       ` Andrzej Adam Filip [this message]
2009-03-17 12:44         ` GNUS and imap Kamil Jońca
2009-03-17 13:11           ` Andreas Most
2009-03-17 13:48             ` Richard Riley
2009-03-17 15:24               ` Andreas Most
2009-03-18 15:18               ` David Abrahams
     [not found]               ` <mailman.3505.1237389529.31690.info-gnus-english@gnu.org>
2009-03-18 15:28                 ` Emacs/Gnus: About simple after things :-) [was: GNUS and imap] Andrzej Adam Filip
2009-03-18 16:15                   ` David Abrahams
     [not found]                   ` <mailman.3507.1237392975.31690.info-gnus-english@gnu.org>
2009-03-19  2:37                     ` poppyer
2009-03-19  4:55                       ` Leo
     [not found]                       ` <mailman.3538.1237438542.31690.info-gnus-english@gnu.org>
2009-03-19  5:48                         ` poppyer
2009-03-19 13:45                           ` Leo
2009-03-20 20:04                             ` Call for nnimap hackers [was: Emacs/Gnus: About simple after things :-) [was: GNUS and imap]] David Abrahams
2009-03-17 13:11           ` GNUS and imap Richard Riley
2009-03-17 15:17             ` Kamil Jońca
2009-03-21 13:31             ` Kamil Jońca
2009-03-21 14:57               ` GNUS and imap [gnus-message-archive-group] Andrzej Adam Filip
2009-03-21 20:30                 ` Kamil Jońca
2009-03-17 15:01           ` GNUS and imap Andrzej Adam Filip
     [not found] <m365uxl7ya.fsf@h130n1fls31o965.telia.com>
     [not found] ` <iluu1igw0zx.fsf@latte.josefsson.org>
2002-11-17 18:45   ` Gnus and IMAP Ichimusai
2002-11-18  8:57     ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rixnsxo478@stacey.strange.twilightparadox.com \
    --to=anfi@onet.eu \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).