Re: read mail gmail inside emacs?

2014-02-15 Thread Stefan Huchler
yes of course.

nnimap (imap support) is your friend.

but next time google maybe first ;)

http://www.emacswiki.org/emacs/GnusGmail


___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: read mail gmail inside emacs?

2014-02-15 Thread Felix Dietrich
xeon Mailinglist xeonmailingl...@gmail.com writes:

 I want to read my emails in gmail inside emacs, but without having to
 download them to the disk. Is it possible?

You can access your e-mails via google's imap-server.

Using /gnus/ the configuration may look like this:


(setq gnus-secondary-select-methods
  '(
(nnimap googlemail
(nnimap-address imap.gmail.com)
(nnimap-server-port 993)
(nnimap-stream ssl))
))

--
Felix Dietrich
___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


saving gwene RSS posts

2014-02-15 Thread Sivaram Neelakantan

What's the best/preferred way to save RSS full text feeds?  I've
subscribed to a few RSS feeds and I'd like to save some of those
articles/posts.  I think mailing them to myself is certainly not the
way.

something like marking them and upon exiting the group, it copies the
article to a nnml folder, perhaps?


 sivaram
 -- 

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english