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
1
vote
0 answers

gnus: find recent messages from a user across many newsgroups

Using gnus, what is the best way to find the most recent (eg 10) messages posted by a user across many newsgroups? I am subscribed to almost 100 newsgroups and sometimes I know that user X has posted recently on a topic: but I can't find the post!…
Enda Farrell
  • 778
  • 9
  • 15
0
votes
1 answer

Sending Emacs mail displays domain's front page

This is a weird one. I had Emacs email set up just the way I wanted it and it was working fine. Now, whenever I send an email (C-x m), it seems to turn the email address into a url request. If I mail a test message like this (some info…
RubyNoob
  • 517
  • 1
  • 7
  • 17
0
votes
1 answer

Gnus with maildir : strange fields in reply header

I am using Gnus with Offlineimap to read GMail. Offlineimap fetches the mail from GMail and stores in in Maildir folders on my local machine at /mnt/Mail/ . I point Gnus to these folders, from where it reads the mail and displays it to me. When I…
gphilip
  • 399
  • 1
  • 2
  • 11
0
votes
0 answers

How to fix Gnus 'Warning - invalid active [folder] [number] [number] y'?

Something I've done but not yet identified has hosed my working-for-years Gnus<->offlineimap<->GMail setup. Gnus gives me a bunch of errors like: Warning - invalid active: [Gmail].Starred 26 2 y for each of the 8 standard GMail folders being synced…
Phil Hudson
  • 163
  • 8
0
votes
1 answer

rewrite outgoing messages/posts by external program/filter

I would like to rewrite fully composed emacs-gnus messages/posts (headers and body) by external filter (external program/script, STDIN to STDOUT). How to do it?
AnFi
  • 10,493
  • 3
  • 23
  • 47
0
votes
0 answers

How to display Org Mode-like link descriptions in lieu of link in Gnus messages

I'd like to display inline link descriptions in my Gnus messages instead of the full hyperlink itself. This would be similar to how links display in Org Mode by writing [[http://www.example.com/][example]]. Is this possible, or does this conflict…
kgo
  • 101
  • 4
0
votes
1 answer

Gnus summary buffer continuous pipes

I'd like to have continuous piping in my gnus summary buffer, as this user was attempting. I'm using OS X Emacs 24 window-system. Is it truly a font issue, as the solution's author claims? If so, what font would work (none that I've tried do the…
kgo
  • 101
  • 4
0
votes
2 answers

Un-ticking message not persistent in Gnus

I'm using Gnus with offlineimap to connect to an IMAP server. I'm having issues with the tick mark ("!"). I can mark messages o.k. and when I come back they're still marked. The problem is, when I try to "untick" them (via the "@" key) they still…
jdbrody
  • 533
  • 7
  • 16
0
votes
1 answer

Move to next message

I have a messages line this: message 1 answer 1.1 answer 1.1.1 answer 1.2 answer 1.3 massage 2 ... and I have the line in my .gnus.el: (global-set-key [f9] (lambda () (interactive) (gnus-summary-lower-score-by-subj-substr-temp))) When I…
ceth
  • 44,198
  • 62
  • 180
  • 289
0
votes
1 answer

Emacs email Gnus split method as read

I use Gnus in emacs as my mail service. Because I have several computers and many email addresses, I use an extra address to store my sent messages. Since I use gnus on several computers during the day, I want to sync my sent mail and to do so by…
WorldsEndless
  • 1,493
  • 1
  • 15
  • 27
0
votes
0 answers

Two or more pop3 email accounts

I've been using 'gnus' in emacs for several weeks now, but haven't found any solution to the problems of multiple pop3 accounts. I have this section in my '.gnus.el' - (setq mail-sources '((file :path "/var/mail/boudiccas") …
boudiccas
  • 297
  • 3
  • 13
0
votes
1 answer

Gnus BCC to appropriate sending address

Gmail is wonderful in that anything sent with that SMTP will be saved in the "sent" folder online; unfortunately, none of my other email servers provide this. My intent, then, is to automatically add a Bcc to whatever email address I'm sending from.…
WorldsEndless
  • 1,493
  • 1
  • 15
  • 27
0
votes
1 answer

gnus-posting styles no header in more specific case

I would like to add specific custom header in more general match (e.g. "^comp.") and add no such custom header in more specific match (e.g. "^comp.mail."). How to do it?
AnFi
  • 10,493
  • 3
  • 23
  • 47
0
votes
1 answer

Emacs/GNUs biff display-time-mode not updating mail

I recently made the switch from OpenSUSE 12.2/KDE to Fedora 19/Gnome; my .emacs has stayed the same. In particular, I am using (display-time-mode 1) On KDE, this worked beautifully to provide me a "mail" update whenever my Fetchmail daemon…
WorldsEndless
  • 1,493
  • 1
  • 15
  • 27
0
votes
0 answers

How to turn SOME server online during agent plug SILENTLY?

I would like to turn on SOME server when turning gnus agent into online status BUT without asking user any questions. I have integrated Network Manager support into emacs/gnus. It changes gnus agent online/offline state automatically. I want no…
AnFi
  • 10,493
  • 3
  • 23
  • 47