Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* read articles automatically why?
@ 2003-12-18  2:38 calmar
  2003-12-30  1:55 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: calmar @ 2003-12-18  2:38 UTC (permalink / raw)


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")
| 
`----


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: read articles automatically why?
  2003-12-18  2:38 read articles automatically why? calmar
@ 2003-12-30  1:55 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-12-30  1:55 UTC (permalink / raw)


calmar <mac@calmar.ws> writes:

> since I use Linux now, many articles get marked 'read' when they
> enter gnus, so that I miss them.

Does this apply only to the nnml:Spam group?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-30  1:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-18  2:38 read articles automatically why? calmar
2003-12-30  1:55 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).