info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

my messages hidden


From: andrea
Subject: my messages hidden
Date: Thu, 14 Jan 2010 14:59:30 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin)

Well this is very annoying, since I did some changes after I've read my
own messages I can't see them anymore.

My configuration is this below:
With *fetch-old-headers t* was the same, must be something else..

--8<---------------cut here---------------start------------->8---
; sSee http://www.faqs.org/faqs/GNU-Emacs-FAQ/part5/ for changes
(add-to-list 'load-path 
"/Users/andrea/.emacs.d/gnus/share/emacs/site-lisp/gnus/")
(add-to-list 'Info-default-directory-list 
"/Users/andrea/.emacs.d/gnus/share/info/")

;; Configurations for gnus
(setq gnus-select-method '(nntp "news.gmane.org"))
(setq gnus-large-newsgroup 500)
(setq gnus-fetch-old-headers nil)

;; Set also comp.* hierarchy
(setq gnus-secondary-select-methods
     '(
       ;; Configuration for http://www.eternal-september.org/
       (nntp "eternal"
             (nntp-authinfo-file "~/.authinfo")
             (nntp-address "news.eternal-september.org")
             (nntp-port-number 119))))

;; Changing modeline to include also the date of the message
(setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-23,23f%]%) %s--%d\n")

(setq gnus-sum-thread-tree-vertical "│")
(setq gnus-sum-thread-tree-leaf-with-other "├─► ")
(setq gnus-sum-thread-tree-single-leaf "╰─► ")
 
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
;; TODO: set 
;(setq smtpmail-default-smtp-server "your.smtp-server.de")

;; Fetch only part of the article if we can.  I saw this in someone
;; else's .gnus
(setq gnus-read-active-file 'some)

;; Tree view for groups.  I like the organisational feel this has.
(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)

;; Threads!  I hate reading un-threaded email -- especially mailing
;; lists.  This helps a ton!
(setq gnus-summary-thread-gathering-function 
      'gnus-gather-threads-by-subject)

;; Also, I prefer to see only the top level message.  If a message has
;; several replies or is part of a thread, only show the first
;; message.  'gnus-thread-ignore-subject' will ignore the subject and
;; look at 'In-Reply-To:' and 'References:' headers.
(setq gnus-thread-hide-subtree t)
(setq gnus-thread-ignore-subject t)

(add-hook 'message-sent-hook 'gnus-score-followup-thread)

(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)

;; Using org stuff and flyspell
(add-hook 'message-mode-hook 'turn-on-orgstruct)
(add-hook 'message-mode-hook 'turn-on-orgtbl)
(add-hook 'message-mode-hook 'flyspell-mode)
--8<---------------cut here---------------end--------------->8---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]