auf.kante
Gunnar macht sich selbststaendig und fliegt auf
die Schnauze
wird erfolgreich. Wer mag darf zuschauen.
Gunnar is starting his business. He will certainly
fail succeed. You may watch.
auf.kante
Website sections
Home
Emacs Gnus
Last changed: 2005-07-24 [8:10]
Content:

Notes on reagind mail with Gnus
 
Back to Personal Wiki
Table of contents
Configuration
Group buffer
Reading Messages

Configuration

This sets the basic news and mail server. Seems to work...

(setq gnus-select-method '(nntp "10.3.0.1"))
(setq gnus-secondary-select-methods
      '(
	(nnimap "server"
		(nnimap-address "10.3.0.1")
		(nnimap-server-port 993)
		(nnimap-stream ssl)
		)
	)
      )

Add this to .emacs to avoid the initial check for new newsgroups:

(setq gnus-check-new-newsgroups nil)

Group buffer

  • L : list all subscribed groups
  • l : list subscribed groups that have unread articles

Reading Messages

  • J j switch on-/offline
  • g to check for new mail
  • J u to fetch messages for a specific group
  • J s to fetch messages for all groups
  • M H to mark all messages up to point as read
  • q return to group buffer
Back to Personal Wiki
Creative Commons-Lizenzvertrag
The content of this site is licensed under a Creative Commons 2.5 License [attribution, share-alike]