all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Earl <jearl@notengoamigos.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs for mail: VM - WL - GNUS
Date: Tue, 23 Nov 2010 09:18:01 -0700	[thread overview]
Message-ID: <87zkt0c8ue.fsf@notengoamigos.org> (raw)
In-Reply-To: 85c17ccf-ea19-4044-b003-74ca7026c63c@k5g2000vbn.googlegroups.com

On Tue, Nov 23 2010, Elena wrote:

> On Nov 22, 6:11 pm, Eric S Fraga <ucec...@ucl.ac.uk> wrote:
>> I highly recommend gnus even though the learning curve is steep
>> initially especially in terms of configuration (but, as already stated,
>> you only need to do this once...).
>
> You've forgotten to mention the steep learning curve means messing
> with your mailbox too, possibly deleting some mails from your server.
> Yeah, I know the Unix way: steep learning curve and shooting in your
> own foot all the way to achieve even basic tasks.  Every mail client
> I've tried just asks you about your mail address and addresses of your
> servers.  Gnus is not smart enough to do it.  Stay away from Gnus,
> this is my advice.

Here is a basic setup that will connect gnus to an IMAP server on port
993 via ssl.  In short, if all you need is the sort of basic setup that
you get from other mail clients this will suit you just fine.

--8<---------------cut here---------------start------------->8---
(setq gnus-secondary-select-methods
      '((nnimap "mail"
                (nnimap-address "your.mail.server")
                (nnimap-server-port 993)
                (nnimap-stream ssl)
                (nnimap-authenticator login))))
--8<---------------cut here---------------end--------------->8---

Jason


  parent reply	other threads:[~2010-11-23 16:18 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-21  9:09 Emacs for mail: VM - WL - GNUS James Freer
2010-11-21 10:33 ` Byung-Hee HWANG
2010-11-21 20:49   ` Henri-Paul Indiogine
     [not found]   ` <mailman.15.1290372603.12085.help-gnu-emacs@gnu.org>
     [not found]     ` <87lj4lns8e.fsf@ucl.ac.uk>
     [not found]       ` <85c17ccf-ea19-4044-b003-74ca7026c63c@k5g2000vbn.googlegroups.com>
2010-11-23 16:18         ` Jason Earl [this message]
     [not found]           ` <0896fa7c-ce71-4865-bac7-d78d665b5421@n32g2000prc.googlegroups.com>
     [not found]             ` <87eiaacs3e.fsf@notengoamigos.org>
2010-11-24 21:59               ` Richard Riley
2010-11-25  1:46                 ` Jason Earl
     [not found]                 ` <xeiatyj5bxgc.fsf@kobe.laptop>
2010-11-25 12:43                   ` Richard Riley
2010-11-25 19:53       ` Francis Moreau
2010-11-23 16:29 ` Michal Sojka
2010-12-02  6:06   ` Xavier Maillard
2010-12-03 21:31   ` Xavier Maillard
2010-12-04  0:46     ` Henri-Paul Indiogine
2010-12-11  0:10       ` Michal Sojka
     [not found] <mailman.7.1290330553.29710.help-gnu-emacs@gnu.org>
2010-11-21 17:25 ` Alan
2010-11-22 16:01 ` Elena
2011-02-22 22:56 ` Uday Reddy
2011-02-23  9:20   ` James Freer
2011-02-23 16:29     ` trebol55555
     [not found]   ` <mailman.10.1298452864.1135.help-gnu-emacs@gnu.org>
2011-02-24 10:11     ` Uday Reddy
2011-02-24 12:18       ` Jonathan Groll
2011-02-24 18:49       ` Ted Zlatanov
2011-02-28 10:50         ` Andrea Crotti
     [not found]         ` <mailman.5.1298890221.24467.help-gnu-emacs@gnu.org>
2011-02-28 17:12           ` Ted Zlatanov
     [not found]       ` <mailman.5.1298549913.32492.help-gnu-emacs@gnu.org>
2011-02-24 21:11         ` Uday Reddy
2011-02-24 10:25   ` Uday Reddy

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=87zkt0c8ue.fsf@notengoamigos.org \
    --to=jearl@notengoamigos.org \
    --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.