From: Richard Riley <rileyrgdev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Reading mail
Date: Tue, 26 Jan 2010 19:23:14 +0100 [thread overview]
Message-ID: <hjnbuj$6p9$1@ger.gmane.org> (raw)
In-Reply-To: hjn6m5$qur$1@speranza.aioe.org
Mauro Sacchetto <mauro.sacchetto@gmail.com> writes:
> Anselm Helbig wrote:
>> Gnus is already part of Emacs 23, that might explain things.
>
> AH, OK. I'm rather confused.
> So, how I can control my mail?
> The string above doesn't work,
What string above? ;) Better not to cut relevant material.
> but I don't understand if I have
> to install some packages (in Deb
> mailutils, f. e), or if I have
> to control mail in another way
> rather than by rmail...
rmail is pretty "old school" ;) You might be better off with gnus - some
people hate it. Many more love it. It is a learning curve there though.
To clarify : when you installed gnus in debian (I think you said) that
is used with emacs 22 hence the debian repository manager assumed you
wanted emacs 22 too. Uninstall both emacs 22 and gnus. Then using
update-alternatives (google!) check emacs 23 is your default.
With a straightforward email setup with one account you might want to
install sendmail. and the gnutls packages. With a more complicated set
up you might not even used sendmail and instead use something like msmtp
which can use multiple smtp servers - that is probably something for you
to read up on at a later date.
>
> Thanx
> M
>
With Gnus the lines you listed wont work. You need to use the select
methods described in the Gnus manual and in numerous locations in
google. e,g
,----
| (setq gnus-select-method '(nnimap "mymail"
| (nnimap-stream tls)
| (nnimap-address "imap.myhost.net")
| (nnimap-authinfo-file "~/.authinfo.gpg")
| (nnir-search-engine imap)))
`----
It can be frustrating but when the mist clears you will be whooping with
joy ;)
--
Google Talk : rileyrgdev@googlemail.com http://www.google.com/talk
ASCII ribbon campaign ( )
- against HTML email X
& vCards / \
next prev parent reply other threads:[~2010-01-26 18:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-25 20:52 Reading mail Mauro Sacchetto
2010-01-26 9:00 ` Reiner Steib
2010-01-26 13:11 ` Mauro Sacchetto
2010-01-26 14:43 ` Anselm Helbig
2010-01-26 16:53 ` Mauro Sacchetto
2010-01-26 18:23 ` Richard Riley [this message]
2010-01-26 18:55 ` Jeff Clough
[not found] ` <mailman.240.1264530229.14305.help-gnu-emacs@gnu.org>
2010-01-26 19:25 ` Mauro Sacchetto
2010-01-26 19:48 ` Richard Riley
[not found] ` <mailman.246.1264535362.14305.help-gnu-emacs@gnu.org>
2010-01-26 20:10 ` Mauro Sacchetto
2010-01-26 21:06 ` Richard Riley
[not found] ` <mailman.252.1264540010.14305.help-gnu-emacs@gnu.org>
2010-01-26 23:06 ` Mauro Sacchetto
2010-01-26 23:16 ` Mauro Sacchetto
2010-01-27 0:19 ` Richard Riley
[not found] ` <mailman.265.1264551603.14305.help-gnu-emacs@gnu.org>
2010-01-27 1:05 ` Mauro Sacchetto
2010-01-27 1:07 ` Mauro Sacchetto
2010-01-26 14:21 ` Paulo J. Matos
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='hjnbuj$6p9$1@ger.gmane.org' \
--to=rileyrgdev@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.