all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrg@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: More emacs instances
Date: Fri, 13 Aug 2010 17:22:05 +0200	[thread overview]
Message-ID: <i43nut$2ea$1@dough.gmane.org> (raw)
In-Reply-To: m11va2a76i.fsf@gmail.com

Andrea Crotti <andrea.crotti.0@gmail.com> writes:

> Richard Riley <rileyrg@gmail.com> writes:
>>
>> ,----
>> | #!/bin/bash
>> | host=$(hostname)
>> | mailserver="hermes.servername.net"
>> | if [ $host != "hermes.servername.net" ]
>> | then
>> |     echo "Doing remote call to mailserver $mailserver"
>> |     ssh $mailserver /home/shamrock/bin/getmails
>> |     exit
>> | fi
>> | 
>> | cmd="getmail -l -a -q"
>> | 
>> | for file in ~/.getmail/*.rc; do
>> |     cmd="$cmd --rcfile $file "
>> | done
>> | 
>> | $cmd
>> `----
>>
>> man getmail for the account rc file formats.
>>
>> But then I discovered offlineimap. Now I run offlineimap every ten
>> minutes or so which stores imap email from gmail into local maildirs and
>> I connect gnus directly to them. Fast and efficient. And easily
>> "cloneable" on my laptops.
>>
>> This article proved useful :-
>>
>> http://pbrisbin.com:8080/pages/mutt2.html
>
> Why getmail over fetchmail?

You know, I can't remember. Possibly easier to configure or better with
IMAP? I really dont recall! But I listed it as a "heads up".

> Anyway also the imapsync is a great idea, I forgot about that.

offlineimap

> Nice about fetchmail was to pass stuff to procmail to filter
> automatically, can you do the same thing when you already have the imap
> cloned?

You can use gnus splitting if you like. I used to prefer that since its
all self contained in gnus then.

That said I recently decided that, the devil you know, just to use gmail
filters configured via their web UI. I apply labels to emails e.g
"emacs-gnus" and then see them as separate IMAP folders (eg I see an
IMAP folder called "emacs-gnus") courtesy of offlineimap.

>
> It's much easier for cloning over laptops that's true...

Yup.

I did have local dovecot imap servers for a while, but I got confused
with multiple gmail account setup and so decided to keep it
simple. Also, the benefit of having local maildir is the wonderful
Mairix for indexing and searching!







  reply	other threads:[~2010-08-13 15:22 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-13 10:56 More emacs instances Andrea Crotti
2010-08-13 11:32 ` Thierry Volpiatto
2010-08-13 12:15 ` Richard Riley
2010-11-05 14:26   ` Gary
2010-08-13 12:45 ` Gary
     [not found] ` <mailman.14.1281699331.25007.help-gnu-emacs@gnu.org>
2010-08-13 13:13   ` Robert Marshall
2010-08-13 13:43 ` Drew Adams
2010-08-16  7:23   ` Gary
2010-08-13 13:52 ` Memnon Anon
2010-08-13 14:17   ` Andrea Crotti
2010-08-13 14:35     ` Richard Riley
2010-08-13 15:00       ` Andrea Crotti
2010-08-13 15:22         ` Richard Riley [this message]
2010-08-13 15:51           ` Andrea Crotti
2010-08-13 15:19       ` Memnon Anon
2010-08-13 15:27         ` Richard Riley
2010-08-15 17:13           ` Andrea Crotti
2010-08-15 17:30             ` Richard Riley
2010-08-16 14:26               ` Andrea Crotti
2010-08-16 15:20                 ` Richard Riley
2010-08-16 16:36                   ` Memnon Anon
2010-08-17 11:15                     ` Andrea Crotti
2010-08-18 20:56                       ` Memnon Anon
2010-08-17 13:22                   ` Andrea Crotti
2010-08-17 14:29                     ` Richard Riley
2010-08-17 16:00                       ` Andrea Crotti
2010-08-17 18:00                         ` Richard Riley
2010-08-17 23:20                           ` Andrea Crotti
2010-08-18 18:45                           ` Eric Abrahamsen
2010-09-06 17:17                             ` Andrea Crotti
2010-09-07  1:39                               ` Eric Abrahamsen
     [not found]                             ` <mailman.3.1283793504.2065.help-gnu-emacs@gnu.org>
2010-09-06 21:46                               ` Stefan Monnier
2010-08-13 14:57     ` Memnon Anon
     [not found]   ` <mailman.11.1281709100.21791.help-gnu-emacs@gnu.org>
2010-08-13 20:02     ` Ted Zlatanov

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='i43nut$2ea$1@dough.gmane.org' \
    --to=rileyrg@gmail.com \
    --cc=help-gnu-emacs@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.