From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3287 Path: news.gmane.org!not-for-mail From: calmar Newsgroups: gmane.emacs.gnus.user Subject: read articles automatically why? Date: Thu, 18 Dec 2003 02:38:20 +0000 Organization: Cablecom Newsserver Message-ID: <87vfoesvdv.fsf@news.calmar.ws> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669459 18427 80.91.229.2 (31 Jan 2006 01:04:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:04:19 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:59 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!uio.no!feed.news.tiscali.de!tiscali!newsfeed1.ip.tiscali.net!irazu.switch.ch!switch.ch!news.hispeed.ch!news.calmar.ws!news Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 80-219-114-190.dclient.hispeed.ch Original-X-Trace: newshispeed.ch 1071715101 8875 80.219.114.190 (18 Dec 2003 02:38:21 GMT) Original-X-Complaints-To: news@hispeed.ch Original-NNTP-Posting-Date: Thu, 18 Dec 2003 02:38:21 +0000 (UTC) X-MyHomePage: http://www.calmar.ws User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, linux) Cancel-Lock: sha1:0fJdWPb3zY/w40i3gYxfDM+AsIY= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3428 Original-Lines: 152 X-Gnus-Article-Number: 3428 Tue Jan 17 17:31:59 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3287 Archived-At: Hi, since I use Linux now, many articles get marked 'read' when they enter gnus, so that I miss them. I have nothing special within my .gnus file obviously. spam.el is also turned off AFAI can see, even so I have a group called Spam. obviously the mails which goes into the Spam folder will not show up anyway (I mean they are present, but they are already marked as read .. so the number is always 0 before the group). When I let the spam mails go into a group calles p.e xspam, it works. Obviously this Spam group is something very special. M-x gnus-group-edit-group prints out this: ,---- | ("nnml:Spam" 3 | ((1 . 504)) | ((expire | (13 . 153) | (155 . 158)) | (reply 45) | (seen | (1 . 524) | (530 . 737))) | "nnml:" | ((timestamp 16353 2919))) `---- actually I'm a little bit exhausted to understand this all. Does someone know and might be so friedly to tell me what's going on. PS: i would like to mention again, I don't really use the spam-splitting features .. since I let my mails marking as spam with an additional header at eleven.de Thanks for helping me to solve this 'I can't understand problem' ! calmar ,---- | | | (setq | nnmail-split-methods 'nnmail-split-fancy | nnmail-split-fancy '(| | | ("to" "candrimac@gmx.net" "candri") | ("X-purgate" "spam" "Spam") | ("X-purgate" "bulk" "Spam") | ("X-purgate" "dangerous" "Spam") | ("to" "calmar@calmar.ws\\|cal.mar@gmx.net" "calmar") | | "INBOX") | ) | | | | | | | (setq gnus-summary-line-format "%U%R%z%d%I(%[%-6c:%-20,20n%] %s\n") | | | | ;******************************************[ Big Brother BBDB ] | | (define-key message-mode-map [(f5)] 'bbdb-complete-name) | | | ;******************************************[ nntp - server ] | | (setq gnus-select-method '(nntp "127.0.0.1")) | (setq user-mail-address "mac@calmar.ws") | (setq user-full-name "calmar") | (setq gnus-large-newsgroup 10000) | | | (setq message-send-mail-function 'smtpmail-send-it) | (setq smtpmail-smtp-service 25) | ;(setq smtpmail-debug-info t) | | (setq smtpmail-default-smtp-server "mail.calmar.ws") | ;(setq smtpmail-default-smtp-server "jupiter.net-4-all.com") | (setq message-syntax-checks '((sender . disabled))) | | (setq message-cite-function | 'message-cite-original-without-signature) | | ; ------- group buffer ------- | (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp) | | | | | | ;******************************************[ Mail - select ] | | | (setq gnus-play-startup-jingle t) | (setq gnus-secondary-select-methods | '((nnml "") )) | | | (setq mail-sources '( | | (pop :server "calmar.ws" :user "xxxx" :password "yyyy") | (pop :server "candrian.org" :user "xxx" :password "tttt") | (pop :server "candrian.org" :user "n4b244p7" :password "c$") | ; (pop :server "pop.gmx.ch" :user "18964014" :password "ccc") | (pop :server "pop.gmx.net" :user "6325325" :password "zxc") | (pop :server "pop.gmx.net" :user "6922936" :password "zv") | )) | ;(setq gnus-confirm-mail-reply-to-news t) | | (setq gnus-permanently-visible-groups "") | (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) | | (add-hook 'message-mode-hook | (lambda () | (setq fill-column 65) | (turn-on-auto-fill) | (iso-accents-mode t))) | | ;-------------------- header ---------- | (setq message-default-headers (concat | "X-MyHomePage: http://www.calmar.ws\n")) | | | | | ;******************************************[ Mail & News ] | | | (setq gnus-message-archive-group | '((if (message-news-p) | "news" | "mail"))) | | (setq message-kill-buffer-on-exit t) | | (setq gnus-group-line-format "%M%S%p%P%5y: %(%G%) %l\n") | `----