Questions tagged [gnus]

GNUS is a powerful News and Mail reader for Emacs.

GNUS is both a Usenet news reader and email reader. It also has capabilities for reading RSS feeds and other data sources which can be massaged into a stream of messages.

Detailed information, including manuals and tips and tricks can be found at the Main Site and at the Emacs Wiki Category for Gnus

78 questions
2
votes
1 answer

Cycling BBDB matches and suppressing popups in gnus

I'm trying to get BBDB playing nicely with gnus. There are two related features I can't get to work, though: (1) Stopping junk windows popping up. (2) Cycling through different matches with TAB, rather than using the popup or any sort of new…
arapede
  • 21
  • 2
2
votes
2 answers

Using emacsclient instead of emacs - translating arguments

I am at the moment using a separate instance for guns, which I start as follow: emacs --name Mail --title Mail --no-desktop --no-splash --funcall gnus As gnus is nicely responsive, and all my other emacs stuff is running as emacsclient from a…
Rainer
  • 8,347
  • 1
  • 23
  • 28
2
votes
3 answers

Emacs Gnus Faces (Fonts)

The slrn newsreader has an attractive interface with different colours for the author, subject and date columns when browsing list of articles in a newsgroup. I am looking for the Emacs font/face variables for these fields in gnus, but have not been…
SabreWolfy
  • 5,392
  • 11
  • 50
  • 73
1
vote
1 answer

How to process textual attachments before display in Gnus?

I read my mail at work with Gnus, and I occasionally get iCalendar attachments that are hard to read in raw form. I figured I could write a little viewer program for such attachments that would extract out the useful information and show it in…
Sean
  • 29,130
  • 4
  • 80
  • 105
1
vote
0 answers

Why would gnus be so much slower to send an email than compose-mail?

I use Gnus v5.13 and BBDB version 3.2 under GNU Emacs 27.1. BBDB is configured to create new entries only when I send a new message: (require 'bbdb) (bbdb-initialize 'gnus 'message) (bbdb-mua-auto-update-init 'message) (setq …
J..y B..y
  • 595
  • 1
  • 8
  • 28
1
vote
2 answers

How to configure dovecot mail locations to have one user who has multiple imap accounts?

I have mbsync fetch two different email accounts to two different subdirectories of my home directory. Can I have dovecot configured to use both mail locations for a single user? My goal is let gnus (emacs) talk to dovecot to get the mail for both…
brittAnderson
  • 1,428
  • 11
  • 25
1
vote
1 answer

How to search newsgroups in gnus

I have gnus working for multiple email addresses with searching via (nnir-search-engine imap) I have newsgroup reading setup and working fine too, however, I have never been able to get searching in newsgroups working even though I have (setq…
Joe
  • 965
  • 11
  • 16
1
vote
1 answer

Turning off adaptive scoring selectively

I would like to - Turn off adaptive scoring for one usenet group or even better - Turn off adaptive scoring for one sender in one newsgroup How to do it?
AnFi
  • 10,493
  • 3
  • 23
  • 47
1
vote
0 answers

Emacs (24.4.2) Gnus (0.12) TLS connection not working

Recently, I've been experiencing problems with my email setup using Emacs (24.4.2) + Gnus (0.12). It seems that the TSL connection is not working: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated. gnutls.el:…
The Dude
  • 325
  • 1
  • 15
1
vote
1 answer

Per newsgroup timezone in Date: header

How to configure emacs/gnus to use per newsgroup time zone in posted messages? I would like to use CET time zone in pl.* newsgroups and UCT in general newsgroups.
AnFi
  • 10,493
  • 3
  • 23
  • 47
1
vote
1 answer

Automatically switch language in Gnus, depending on recipient

When using my custom version of th-message-switch-ispell-dictionary (see http://lists.gnu.org/archive/html/info-gnus-english/2007-08/msg00062.html): (defun my-message-switch-ispell-dictionary () (save-excursion …
user3341592
  • 1,419
  • 1
  • 17
  • 36
1
vote
1 answer

Default Archive Group in Gnus

I am using the following code to archive replies to messages in the same group they come from; it works well. ;; Store sent messages in the same group they came from (setq gnus-message-archive-method '(nnml "")) (setq gnus-message-archive-group …
WorldsEndless
  • 1,493
  • 1
  • 15
  • 27
1
vote
2 answers

How to convert hex escaped characters to unicode characters?

I am revamping an old Emacs / Gnus configuration dating from before unicode Emacs (21.3 or 22). In this configuration, I was using some unicode characters to show usenet threads: (setq gnus-sum-thread-tree-root "\x490a4 ") ; "> " (setq…
Seki
  • 11,135
  • 7
  • 46
  • 70
1
vote
1 answer

How to customize face for gnus-group-topic emacs24?

I'm trying to set the color for the topic name in gnus-group-mode. I've tried to look up the face name so I can set the color property, but I get default or ascii character as the face name depending on what letter of the topic i'm looking…
bobarillo
  • 173
  • 3
  • 10
1
vote
1 answer

show images in html email in gnus using w3m

I just started using gnus and would like to see images in html email. I set (setq mm-text-html-renderer 'w3m) (setq gnus-inhibit-images nil) in my .gnus.el, but I still can't see images. If I press T in the Article, it tells me "There are some…
Rainer
  • 8,347
  • 1
  • 23
  • 28