Gnus development mailing list
 help / color / mirror / Atom feed
From: Norman Walsh <ndw@nwalsh.com>
Subject: pgnus won't read mail
Date: Thu,  8 Oct 1998 12:39:49 -0400	[thread overview]
Message-ID: <7068-Thu08Oct1998123949-0400-ndw@nwalsh.com> (raw)

Almost certainly my fault, but I can't figure out what's wrong.

The keyboard on my laptop died, so I'm trying to get things
setup on another machine where I've got NT Emacs 20.3.  So I
figured, what the heck, let's go to pgnus-0.33.

Things seem to be working fine except that gnus won't read my
new mail.  Both 'g' and 'C-u g' seem to go off and check the
nttp server.  Hitting '^' shows me that nnml is running and
open.

Relavant bits of my .gnus.el file below.  Show me
the error of my ways ;-)

  ;; Not using POP3:
  (setq nnmail-spool-file "~/.incoming/mail.spool")
  (if (equal system-type 'windows-nt)
      (setq nnmail-movemail-program 
  	  "j:/emacs-20.3.1/bin/movemail.exe"))
  
  ;; Using nnmail-split-methods?
  (setq nnmail-use-procmail nil)
  
  (load "make-regexp")
  (setq nnmail-split-methods [...elided for brevity...])
  
  ;; Other settings...
  
  (setq gnus-select-method '(nntp "news.berkshire.net"))
  (setq gnus-secondary-select-methods '((nnml "")))
  
  (setq nnmail-delete-incoming t)
  (setq nnml-directory "~/Mail/")
  (setq nndraft-directory "~/.maildrafts")
  
  (setq gnus-save-killed-list nil)
  (setq nnmail-keep-last-article nil)
  (setq gnus-save-newsrc-file nil)
  
  (setq nnmail-crosspost nil)
  (setq nnmail-crosspost-link-function 'copy-file)
  
  (setq gnus-suppress-duplicates t)
  (setq gnus-save-duplicate-list t)
  (setq gnus-duplicate-list-length 1000)
  (setq gnus-duplicate-file "~/.news.dups")
  
  (setq gnus-default-subscribed-newsgroups t)
  (setq gnus-subscribe-newsgroup-method 'gnus-subscribe-alphabetically)
  (setq gnus-large-newsgroup 500)
  (setq gnus-group-line-format "%M%S%5y,%3T: %(%g%)
  ")
  
  (setq message-yank-prefix "| ")
  
  (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
  
  (add-hook 'message-header-setup-hook 'add-bcc-header)
  (add-hook 'message-header-setup-hook 'ndw-patch-reply-to)
  (add-hook 'message-header-setup-hook 'add-x-local-group-name)
  
  (setq gnus-message-archive-group
        '((if (message-news-p)
  	    "news" 
  	  (format "%s.%s" 
  		  (format-time-string 
  		   "%Y-%m" (current-time))
  		  machine-name))))
  
  (setq gnus-article-display-hook
        '(gnus-article-hide-headers-if-wanted 
          gnus-article-date-lapsed
          gnus-article-hide-pgp
          gnus-article-hide-boring-headers
          gnus-article-treat-overstrike
          gnus-article-de-quoted-unreadable
          gnus-article-strip-leading-blank-lines
          gnus-article-remove-trailing-blank-lines
          gnus-article-strip-multiple-blank-lines
          gnus-article-highlight
          gnus-article-emphasize))
  
  
  
  



             reply	other threads:[~1998-10-08 16:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-10-08 16:39 Norman Walsh [this message]
1998-10-08 17:39 ` Norman Walsh

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=7068-Thu08Oct1998123949-0400-ndw@nwalsh.com \
    --to=ndw@nwalsh.com \
    /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).