Questions tagged [gnus]

is the flexible built-in message reader in Emacs. It supports reading and composing both news and mail. It can also use web-based sources as inputs for its groups.

Gnus is a news and mail reader. It can display messages from a variety of sources, called "select methods", including:

  • newsgroups from an NNTP server
  • newsgroups from a local spool
  • mail from a local directory (mbox, maildir etc supported)
  • mail from an IMAP server

A stable version of Gnus is included in Emacs. Gnus is developed in a separate repository, which is regularly synced with Emacs.

The Gnus manual is accessible from Emacs' Info facility, but can also be read online.

183 questions
9
votes
1 answer

Issue with nnmaildir in gnus

I've been trying to get nnmaildir to work along with mbsync (which syncs IMAP and Maildir mailboxes) and I just cannot get it to work with gnus. With the following select method: (nnmaildir "calgary" (directory "~/mail/ucalgary")) I can…
CRB
  • 101
  • 2
8
votes
2 answers

Automatically add recipients' mail address to the BBDB database

I am using BBDB3 with Gnus. I want to make BBDB to update the recipient address in its database for each mail I send (just like Gmail does). Is it possible?
kindahero
  • 548
  • 4
  • 11
7
votes
2 answers

View buffers managed by other emacs instance

Is it possible to run gnus or other things that tend to frequently block in a separate emacs instance and "forward the buffers" to the main emacs instance. I guess more generally I am wondering what kind of communication between emacs instances is…
Greg Nisbet
  • 877
  • 5
  • 19
6
votes
1 answer

Gnus: Don't show negatively scored articles

I use a Gnus score file to mark certain Usenet articles that I don't want to read. For example, a line from my $HOME/News/name.of.newsgroup.SCORE might look something like: ("[email protected]" -1000 nil e) When I enter the newsgroup, articles from…
Keith Thompson
  • 203
  • 1
  • 7
6
votes
1 answer

How to sync the read history of Gnus between computers through Dropbox?

I try to read email and mail list with Gnus on different computer. I am able to sync the configure files through Dropbox and it works fine. But I don't know how to sync the read history. I am always get the read articles show as unread on different…
Enze Chi
  • 1,460
  • 13
  • 29
4
votes
0 answers

Transparently reconnect to servers after a system suspend

I have multiple IMAP and NNTP servers configured in Gnus, mostly over SSL using the integrated GnuTLS. When I put my laptop into suspend-to-RAM for a while, the TCP connections will obviously drop eventually, but Gnus doesn't recognize this, so…
skrause
  • 141
  • 1
4
votes
2 answers

How to save offline copy articles in gnus; Speed up large groups

Earlier today I added gwene as a backend for gnus. (add-to-list 'gnus-secondary-select-methods '(nntp "news.gwene.org")) I then added a few feeds that I wanted to read and keep up to date on. One of which was gmane.emacs.devel. This group has over…
Jules
  • 1,225
  • 7
  • 13
4
votes
1 answer

Show URL of a link in Gnus

Messages displayed by Gnus with HTML rendering may contain links which don't display the URL, instead they display the text which tells what this link is about. I've found a way to extract the URL by doing M-xdescribe-text-properties and then in the…
wvxvw
  • 11,342
  • 2
  • 31
  • 56
3
votes
1 answer

How can I subscribe to SE RSS feed using Gnus?

I tried G R https://emacs.stackexchange.com/feeds RET which resulted in the following error: Debugger entered--Lisp error: (error "No feeds found for https://emacs.stackexchange.com/feeds") signal(error ("No feeds found for…
gigiair
  • 2,166
  • 1
  • 9
  • 15
3
votes
1 answer

gnus, gmail and mbsync..do i need dovecot?

I'm trying to setup using gnus for mail using gmail. I have a solid mbsync installation which saves my mails in a maildir folder. I've been reading lots of guides, including very up to date ones, and all of them seem to use dovecot in such a…
zeltak
  • 1,725
  • 12
  • 28
3
votes
1 answer

How can I access an LDAP-Server to autocomplete address headers in message-mode/GNUS

I'm using GNUS to access a bunch of IMAP servers. When composing new messages it would be nice to have access to the companies ldap server for autocompletion on address headers TO/CC/BCC. Is this possible, and if, how?
Tom Regner
  • 904
  • 1
  • 9
  • 13
3
votes
1 answer

In Gnus, for a specific group, can I have all incoming messages automatically marked as read?

My specific use case concerns the "All Mail" folder exposed by Gmail over IMAP. I keep the folder permanently visible so I can search it when I need to, but I'm tired of pressing c (gnus-group-catchup-current) every time it gets new mail. I looked…
purple_arrows
  • 2,383
  • 11
  • 20
3
votes
3 answers

Getting Gnus working on Windows with Gmail

Setup: GUI version GNU Emacs 25.0.50.1 (x86_64-w64-mingw32) of 2015-10-05 Compiled from EmacsW64. Gnus, using the latest version of Emacs development branch 25.05 Windows 7 x64 bit. Situation: Summary: I had quite serious headaches with trying Gnus…
ReneFroger
  • 3,850
  • 23
  • 66
3
votes
2 answers

Gnus: mark all articles older than X-month as read

When I visit usenet or gmane group for the first time I want to see only recent articles. Is it possible to mark articles as read based on their publication date?
gavenkoa
  • 3,452
  • 20
  • 37
3
votes
1 answer

Refresh/Update gnus Summary Buffer

The gnus Summary Buffer can be refreshed/updated to show new articles with / N. How can the buffer be refreshed/updated to remove messages deleted with B DEL? These remain after issuing B DEL and / N.
SabreWolfy
  • 1,418
  • 1
  • 14
  • 26
1
2 3 4 5