Tagged Questions
GNUS is a powerful News and Mail reader for Emacs.
9
votes
2answers
103 views
Buffers per frame
Is it possible to have get subset of related buffers with each emacs frame
when switching and displaying buffers
I mean
A frame that is dedicated for GNUS will show only gnus buffers
A frame that ...
6
votes
2answers
1k views
New mail notifications in Gnus for Emacs
I am using Gnus within Emacs as my mail client. I have my .gnus.el configured to check for mail periodically [1] but, right now, I have no way of knowing if I have received new mail short of switching ...
5
votes
1answer
1k views
Using gnus within emacs to access mail from microsoft exchange(2010)
I am trying to hook up gnus via nnimap to read mail from exchange server. Defined within gnus startup is the configuration info
(setq gnus-select-method '(nnimap "example"
...
3
votes
1answer
90 views
Gnus: How to save *all* attachments at once?
I would like to save all attachments to an email at once. I therefore set gnus-summary-save-parts-default-mime to ".* /.*". However, when using "X m", I not only get all attachments, but also a file ...
3
votes
2answers
116 views
Is there a urlview (a la mutt) for gnus? Or just elisp for extracting urls?
I switched from mutt to gnus and would like to extract urls from emails and be able to launch a new buffer that contains all urls in a given email. Urlview does this for mutt as a frame of reference ...
3
votes
2answers
94 views
Remove invalid imap mail messages from the Summary buffer in gnus
When accessing IMAP mail (with nnimap) in GNUS, the Summary buffer often lists messages or that are actually no longer present in the group.
Selecting any of these messages/articles results in an ...
3
votes
2answers
153 views
How to fetch already read articles into summary buffer in gnus?
While in summary buffer how can I make gnus fetching already read articles in two situations:
1) while in a thread with some articles already read (and thus not visible). I would like to complete the ...
3
votes
4answers
1k views
Using MailDir as a Backend for Gnus
I am using offlineimap to sync my gmail account to a locak maildir, then using gnus to read that directory everything is fine but gnus uses its own flags for marking read unread status of messages and ...
1
vote
0answers
14 views
How can I keep footnotes together with message text when top-posting?
I want better control of the footnote positioning within an email message. I could write the code to modify footnote-mode to do what I want, but first I want to see if somebody else has already solved ...
1
vote
1answer
66 views
Gnus: How to force signature to be placed at the bottom/under quoted messages in replies?
I use Gnus 5.13 for emails (on Mac OS X 10.7.2 with emacs 24). I use the gnus-posting-styles entry (eval (set (make-local-variable 'message-cite-reply-position) 'above)) in order to place the point ...
1
vote
1answer
105 views
Configuring Gmail in gnus in Aquamacs
I'm a new emacs user, and I'm trying to get gnus working with mi gmail account with Aquamacs.
So far, I've been able to set it up to receive my mail. The problem is when I try to send an e-mail. I ...
1
vote
0answers
53 views
Mass Thunderbird folder to Gnus nnfolder conversions
I'm pondering the idea of importing a few thousand Thunderbird folders, each folder containing many emails of course, as a set of Emacs' Gnus mailgroups. Each mailgroup name would be derived from the ...
1
vote
3answers
269 views
Gnus reply with signature on top
In summary mode, when I press R for gnus-summary-reply-with-original or F for gnus-summary-followup-with-original, my signature gets inserted below the original message text.
How can I tell gnus to ...
0
votes
0answers
62 views
Gnus on Mac OS X: Drag-and-Drop does not work (the file's content is included, not the file as an attachment)
I work with Emacs 24 (Emacs-pretest-24.0.91-universal-10.6.7.dmg from
http://emacsformacosx.com/) on Mac OS X 10.7.2 with Gnus v5.13.
Everytime I want to attach a .txt (or other) file to a new ...
0
votes
1answer
86 views
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 ...
0
votes
1answer
72 views
how to make auto complete of an email ID from bbdb? emacs/gnus
I am looking for bbdb/gnus integration. could anyone share their setup?
0
votes
2answers
233 views
I don't want to expire mail in gnus
I am using gnus and I would rather it not expire read mail in the usenet fashion.
This doesn't seem to be working:
(remove-hook 'gnus-mark-article-hook ...
0
votes
1answer
56 views
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) ...