Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* reading Maildir probs, whats wrong?
@ 2003-09-05 13:24 Derek Ealy
  0 siblings, 0 replies; only message in thread
From: Derek Ealy @ 2003-09-05 13:24 UTC (permalink / raw)


Hi,

I'm new to gnus and have read the info and everything I could find in
the newsgroups but still can't seem to figure out why I can't get my
email to show up in gnus. I'm running the latest version of qmail and
also running gnus 5.10.2. I'm sure someone here will say go RTFM, but I
obviously am not understanding something in the info file because it
doesn't work yet. My maildir is in /home/derek/Maildir with three
subdirs: cur, new and tmp.

Thanks in advance for any help!
Derek

Here is my .gnus file:

;; -*- emacs-lisp -*-

(setq user-mail-address "dealy663@nospam-hotmail.com")
(setq user-full-name "Derek Ealy")

(setq gnus-select-method '(nntp "news1.news.adelphia.net"))
;(add-to-list 'gnus-secondary-select-methods '(nntp "news2.news.adelphia.net"))
(add-to-list 'gnus-secondary-select-methods '(nntp "news.gnus.org"))


(require 'nnmaildir)
(add-to-list
 'gnus-secondary-select-methods
 '(nnmaildir "test"
	     (directory "~/Maildir")
	     (create-directory "../data")
	     ;; (target-prefix "../data") ; obsolete!
	     (directory-files nnheader-directory-files-safe)
	     (get-new-mail nil)) t)

;(add-to-list 'gnus-secondary-select-methods 
;	'(nnmaildir ""
;	 (nnmaildir-directory "~/Maildir")
;	 (nnmaildir-target-prefix "../Maildir")
;))

;(setq mail-sources '((pop :server "pop.provider.org"
;                          :user "you"
;                          :password "secret")))

(setq mail-sources
      '((maildir :path "~/Maildir/"
		:subdirs ("cur" "new"))))

(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "localhost")

(defun my-message-mode-setup ()
  (setq fill-column 72)
  (turn-on-auto-fill))
(add-hook 'message-mode-hook 'my-message-mode-setup)


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

only message in thread, other threads:[~2003-09-05 13:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-05 13:24 reading Maildir probs, whats wrong? Derek Ealy

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).