Gnus development mailing list
 help / color / mirror / Atom feed
From: sam@digisolutions.com
Subject: help with upgrading + procmail
Date: 03 Jul 2000 22:39:24 -0400	[thread overview]
Message-ID: <m33dlqwrdv.fsf@varible.digisolutions.com> (raw)

Hi,

I am having trouble upgrading to 5.8.7 and would really appreicate
some help. 

First, I am upgrading in the hopes of handling attachments better. 
I downloaded the source in gnus.tar.gz and compiled it. I also noticed
other archives pgnus and pspackages and etc.tar.gz. However, I failed
to find any thing more specific about them. 

Next, I installed 5.8.7 by just by adding


(setq load-path (cons (expand-file-name "~/gnus-sandbox/gnus-5.8.7/lisp") load-path))

(setq Info-default-directory-list 
        (cons "~/gnus-sandbox/gnus-5.8.7/texi" Info-default-directory-list))

That seemed to do the the trick. However, my existing .gnus file
didn't seem to work. I narrowed the problem down to this line:

(setq nnmail-spool-file 'procmail)

I really did spend some time reseaching this issue, but the best I
could come up with was the fact that things have changed and I am not
the only one stuck. The entry in the FAQ didn't help. 

If anyone out there wouldn't mind holding my hand through this I'd be
grateful. 

I've appended my existing .gnus file. Save for above line, things seem
to work OK. When I comment out the problematic line gnus startup
OK, but, as I'd expect, checking mail files. It just stay in the
incoming folder. 

Thanks much,

Spencer

;; comment the next line to in order to be able to
;; read news as primary.
;; this also requires
(setq gnus-select-method '(nnfolder ""))

;; and uncomment this line:
;; '(gnus-select-method (quote (nntp "news.ne.mediaone.net")))

(setq nnmail-use-procmail t)

(setq nnmail-spool-file "~/mail/incoming/sam")
(setq nnfolder-directory "~/mail/nnfolder/")
(setq nnmail-procmail-directory "~/mail/incoming/")

;;(setq nnmail-spool-file 'procmail)

;; probably junk, but Stan doesn't remember why this is here
(setq gnus-secondary-select-methods '((nntp "news.ne.mediaone.net")))

(setq gnus-secondary-select-methods '((nnfolder "")))

(setq nnmail-procmail-suffix "")

(setq message-default-mail-headers
      "Reply-to: smarks@digisolutions.com\nFcc: ~/mail/outgoing\n")

(setq mail-default-headers
      "Reply-to: smarks@digisolutions.com\nFcc: ~/mail/outgoing\n")

;;(add-hook 'gnus-summary-mode-hook 'mc-install-read-mode)
;;(add-hook 'news-reply-mode-hook 'mc-install-write-mode)

(setq gnus-your-domain "digisolutions.com")

;; keep old mail around
(setq mail-archive-file "~/mail/outgoing")















             reply	other threads:[~2000-07-04  2:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-04  2:39 sam [this message]
2000-07-07 16:59 ` Kai Großjohann

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=m33dlqwrdv.fsf@varible.digisolutions.com \
    --to=sam@digisolutions.com \
    --cc=smarks@digisolutions.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).