Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Richard Riley <rileyrg@googlemail.com>
To: info-gnus-english@gnu.org
Subject: Re: my vs maildir
Date: Sun, 02 Jan 2011 21:02:54 +0100	[thread overview]
Message-ID: <ifqlle$94t$1@quimby.gnus.org> (raw)
In-Reply-To: <mailman.4.1293993514.23049.info-gnus-english@gnu.org>

prad <prad@towardsfreedom.com> writes:

> Richard Riley <rileyrg@googlemail.com> writes:
>
>> Possibly you could post your set up? I am a little confused now. You are
>> running a local Dovecot? (on your machine or on a local server?).
>>
> .emacs:
> (setq imap-shell-program
>   '("MAIL=maildir:$HOME/Mail /usr/lib/dovecot/imap"))
>
> .gnus:
> (setq gnus-parameters
>       '(("Mail:.*" ;"^nnimap\\+Mail:INBOX"
>          (gcc-self . t))))
> (setq gnus-secondary-select-methods 
>       '((nnimap "Mail" (nnimap-stream shell))))
>
> those are the relevant parts to getting in with dovecot. there is no
> dovecot running now which it was doing before and i had access to it
> through .authinfo and my personal login data.
>
>> You then also don't need nnmairix. You can use dovecot's own indexing
>> via nnir.
>>
> i tried that last night, but haven't gotten it to work yet though it
> looks pretty straight-forward to me. i may post questions later if i'm
> not successful. however, i rather like mairix as indicated in my mairix
> problems post and it may be more suitable as my emails grow - just
> haven't gotten that to work fully either.

I doubt it will be since dovecot does the indexing for you as mails are
added. Mairix is then yet another piece in the jigsaw - I used to use it
but if Dovecot can index why not use that? Here's an extract from my
dovecot.conf : this iis the thing that provides the indexing.


,----
| protocol imap {
|       mail_plugins = fts fts_squat
|       listen = *:143
|       ssl_listen = *:993
|     }
| 
|     plugin {
|      fts = squat
|      fts_squat = partial=4 full=10
|     }
`----


>
>> You saying  "imap without running a server" is the bit that throws me.
>>
> ya that's the neat idea brett provided. it seems i can use imap from
> dovecot without having a daemon running.

Why would you do that? The overhead of Dovecot running is pretty
low. Doing it that way you incur the overhead of startup. With it being
a server other programs like offlineimap can then talk to it when
fetching your email and then storing it locally in dovecot for your
email client to retrieve using imap. 

Just some other ideas you might consider.

  parent reply	other threads:[~2011-01-02 20:02 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-30 21:59 prad
2010-12-31  0:35 ` Brett Viren
2010-12-31  8:50 ` Tassilo Horn
2011-01-01  6:21 ` prad
2011-01-01  9:16 ` prad
2011-01-01 13:06   ` Philipp Haselwarter
2011-01-06 16:37     ` Eric S Fraga
     [not found]   ` <mailman.0.1293887230.28475.info-gnus-english@gnu.org>
2011-01-01 13:52     ` Richard Riley
2011-01-01 22:35       ` Philipp Haselwarter
2011-01-01 16:24   ` Brett Viren
2011-01-01 20:56     ` prad
     [not found]     ` <mailman.12.1293915387.32515.info-gnus-english@gnu.org>
2011-01-02  9:04       ` Richard Riley
2011-01-02 10:38         ` Philipp Haselwarter
2011-01-02 18:38         ` prad
     [not found]         ` <mailman.4.1293993514.23049.info-gnus-english@gnu.org>
2011-01-02 20:02           ` Richard Riley [this message]
2011-01-02 21:03             ` Brett Viren
     [not found]             ` <mailman.0.1294002284.29417.info-gnus-english@gnu.org>
2011-01-02 21:10               ` Richard Riley
2011-01-03  2:54                 ` Philipp Haselwarter
2011-01-03  3:12                   ` Brett Viren
     [not found]                   ` <mailman.29.1294024360.15403.info-gnus-english@gnu.org>
2011-01-03 13:50                     ` Richard Riley
2011-01-03 16:42                       ` David Brown
2011-01-03 17:42                         ` Richard Riley
2011-01-03 19:38                           ` Dan Christensen
2011-01-03 17:21                       ` Brett Viren
     [not found]                 ` <mailman.27.1294023329.15403.info-gnus-english@gnu.org>
2011-01-03 13:44                   ` Richard Riley
2011-01-03  3:02             ` prad
     [not found]             ` <mailman.28.1294023762.15403.info-gnus-english@gnu.org>
2011-01-03 13:48               ` Richard Riley
2011-01-03 20:28                 ` prad
2011-01-03 23:10                   ` Brett Viren
2011-01-03 23:31                     ` Yuri D'Elia
     [not found]                   ` <mailman.20.1294096220.614.info-gnus-english@gnu.org>
2011-01-03 23:57                     ` Richard Riley
2011-01-04 11:30                       ` Adam Sjøgren
     [not found] <mailman.0.1293746291.12460.info-gnus-english@gnu.org>
2010-12-31  2:33 ` Richard Riley

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='ifqlle$94t$1@quimby.gnus.org' \
    --to=rileyrg@googlemail.com \
    --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).