all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how can I get rmail and gnus to work on winxp?
@ 2007-06-25 13:46 David R
  0 siblings, 0 replies; only message in thread
From: David R @ 2007-06-25 13:46 UTC (permalink / raw)
  To: help-gnu-emacs

Hi
I am not having a lot of success

If I try RMAIL I get

Counting messages...done
Getting mail from the remote server ...
movemail: Permission denied for c:/Documents and 
Settings/David/Application Data/
(No new mail has arrived)

If I try gnus_no_server
it does not allow me access to the newgroups without reading 2MB of headers
If I do M-x gnus and wait fro 2Mb to download then ^ I get a 
nnfolder:archive
It should say nnfolder:mail.misc
If I click on nnfolder:archive it takes me to a buffer which is 
completely empty!


My .gnus.el is

   (setq user-full-name  "David R")
   (setq user-mail-address "angel_ov_north@tiscali.co.uk")


(setq rmail-primary-inbox-list `("po:angel_ov_north@tiscali.co.uk"))

(setenv "MAILHOST" "pop.tiscali.co.uk")
(setq rmail-primary-inbox-list
     '("po:angel_ov_north@ticali.co.uk") rmail-pop-password-required t)


(setq smtpmail-default-smtp-server "smtp.tiscali.co.uk")
(setq smtpmail-local-domain nil)
(setq send-mail-function 'smtpmail-send-it)

(load-library "smtpmail")
(load-library "message")
(setq message-send-mail-function 'smtpmail-send-it)

;(setq smtpmail-debug-info nil)

;  {setq gnus-nntp-server 'nil)
      (setq gnus-select-method '(nntp "news.tiscali.co.uk"))
      (add-to-list 'gnus-secondary-select-methods '(nntp 
"news.newnet.co.uk"))
      (add-to-list 'gnus-secondary-select-methods '(nntp "news.gnus.org"))

      (add-to-list 'gnus-secondary-select-methods '(nnfolder ""))

      (setq mail-sources '((pop :server "pop.tiscali.co.uk"
                                :user "angel_ov_north@tiscali.co.uk"
                                :password "<what it was>")))

David R

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-25 13:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-25 13:46 how can I get rmail and gnus to work on winxp? David R

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.