help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] gnus setup on Windows95


From: Harald . Maier . BW
Subject: Re: [h-e-w] gnus setup on Windows95
Date: 26 Nov 2001 06:37:16 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

"Michael R. Wolf" <address@hidden> writes:

> Pointers please!
> 
> I'm not new to gnus.  I'm not new to emacs.  I've done a lot of looking
> around:
> my.gnus.org/tutorial
> 
> And I can't find out how to get a back end on a Windows 95 machine.
> Everything seems to indicate Unix machines.  How do I get a back end on a
> Windows box?  I'm currently using Outlook Express on worldnet.att.net, and
> am despeately looking to get away from it.
> 
> I've got gnus working for news.  I'd like to get it working for email.
> 
> Please point me in the right direction, or send me a copy of


Here the releveant lines from my .gnus. Setup of smtp is maybe the
difference to a unix setup. The relevant lines to changed are
underlined with the lisp comment sign ';;;;;;;;;;;;;;;;;;'.

Harald
-----------------------------

;; -*- emacs-lisp -*-

;; news
(setq gnus-select-method '(nntp "news.t-online.de"))
                                 ;;;;;;;;;;;;;;;;

;; If you use gnus-use-cache then it's just enough to only 'tick' the
;; article. If not the article must be saved with '*' and deleted with
;; 'M-*'.
(setq gnus-use-cache t)

;; smtp
(require 'smtpmail)

;;
(setq user-mail-address "address@hidden")
                         ;;;;;;;;;;;;;;;;;
(setq reply-to-address
      (concat "Reply-To: Harald Maier <" user-mail-address ">\n"))
                         ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;(setq mail-host-address "hestia.t-online.de")
                          ;;;;;;;;;;;;;;;;;;

(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)

(setq smtpmail-smtp-server "mailto.t-online.de")
                            ;;;;;;;;;;;;;;;;;;

(setq gnus-secondary-select-methods '((nnml "")))
(setq mail-sources
      '((pop
         :server   "pop.t-online.de"
         :user     "000708041613#3200411259230001"
         :password "XXXXXXXX"
         ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
         )
        ; (pop
        ;  :server   "pop.puretec.de"
        ;  :user     "pt8091058-1"
        ;  :password "XXXXXXXX"
        ;  )
        ))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]