Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: calmar <mac@calmar.ws>
Subject: read articles automatically why?
Date: Thu, 18 Dec 2003 02:38:20 +0000	[thread overview]
Message-ID: <87vfoesvdv.fsf@news.calmar.ws> (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")
| 
`----


             reply	other threads:[~2003-12-18  2:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-18  2:38 calmar [this message]
2003-12-30  1:55 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vfoesvdv.fsf@news.calmar.ws \
    --to=mac@calmar.ws \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).