Gnus development mailing list
 help / color / mirror / Atom feed
From: dave-mlist@bfnet.com
Subject: New IMAP user with some Q's
Date: 14 Jan 2003 17:34:10 -0800	[thread overview]
Message-ID: <m38yxnci25.fsf_-_@bfnet.com> (raw)
In-Reply-To: <873cnvb69f.fsf@zip.com.au>

I have appended my .gnus below.
I want to do IMAP splitting, but I'm running into the following
problems:

1.  it is really really slow!
2.  splitting is working, I've confirmed this on the server, but I
    don't see new groups in *Group* buffer.

More details about #2:

Here's what I see on my courier-IMAP server:

  drwx------    2 courier  mail         4096 Jan 15 02:31 tmp/
  -rw-r--r--    1 courier  courier       287 Jan 15 01:57 courierimapuiddb
  drwx------    2 courier  mail         4096 Jan 15 01:57 cur/
  drwx------    5 courier  courier      4096 Jan 15 01:57 .test.25/
  drwx------    5 courier  courier      4096 Jan 15 01:57 .private/
  drwx------    2 courier  mail         4096 Jan 15 01:56 new/
  drwx------    5 courier  courier      4096 Jan 15 01:56 .Trash/
  -rw-r--r--    1 courier  courier        18 Jan  6 01:03 courierimapsubscribed

That's the splitting I expected: The top level is a Maildir
representing INBOX.  ".test.25" is a Maildir representing
"INBOX.test.25", Et cetera.

But I see a totally blank *Group* buffer.  Even when I type the "^"
key to go into server mode, when I browse to my IMAP server session, I
only see the "INBOX" and the "INBOX.Trash" folders.

Any suggestions?  My .gnus is appended

Thanks,
Dave


(setq user-mail-address "nospam@nospam.com")
(setq user-full-name "No Spam Sam")

(setq gnus-verbose 9)

(setq imap-debug "*imap-debug*")
(setq nnimap-debug "*nnimap-debug*")
(setq nnimap-log "*imap-log*")

(setq gnus-directory "~/mail/Mail/")
(setq gnus-kill-files-directory "~/mail/Mail/")

(setq 
 gnus-use-cache t
 gnus-cacheable-groups ".*" 
 gnus-uncacheable-groups "^nnmbox" 
 gnus-cache-enter-articles '(ticked dormant unread)
)

(setq gnus-select-method '(nnml "private"))

(setq nnimap-split-crosspost t)
(setq nnimap-split-inbox '("INBOX" "INBOX.Trash"))

(setq nnimap-split-rule
                '(("INBOX.test" "^Sender: spammer@spamhouse.com")
                  ("INBOX.test.\\1"   "^Subject: test \\([0-9]+\\)")
                  ("INBOX.junk"       "^Subject: junk")
                  ("INBOX.private" "")))

(setq gnus-secondary-select-methods '((nnimap "test@example.com"
					      (nnimap-authinfo-file "~/path/to/some/file/it/doesnt/seem/to/use")
					      (nnimap-address "mymx.example.com")
					      (nnimap-server-port 993)
					      (nnimap-stream ssl)
					      (nnimap-list-pattern ("*"))
					      (nnimap-nov-is-evil t)
					      (nnmap-expunge-on-close 'ask))))

(setq nnml-directory "~/mail/Mail")

(setq gnus-default-subscribed-newsgroups t)
(setq gnus-check-new-newsgroups 'always) ; queries back ends for new groups even when you do the g command
(setq gnus-subscribe-newsgroup-method 'gnus-subscribe-interactively)
(setq gnus-save-newsrc-file nil)
(setq gnus-startup-file "~/mail/.newsrc") ; dribble files and .eld files go in the same directory as .newsrc



  reply	other threads:[~2003-01-15  1:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-17 22:51 gnus-mime-copy-part and jka-compr Kevin Ryde
2002-12-28 21:16 ` Lars Magne Ingebrigtsen
2002-12-28 22:12   ` Kai Großjohann
2002-12-28 22:37     ` Lars Magne Ingebrigtsen
2002-12-28 23:03       ` Kai Großjohann
2002-12-28 23:19         ` Lars Magne Ingebrigtsen
2003-01-02 23:02           ` Kevin Ryde
2003-01-02 23:10             ` Lars Magne Ingebrigtsen
2003-01-03 21:19               ` Kevin Ryde
2003-01-03 21:27                 ` Lars Magne Ingebrigtsen
2003-01-04  0:35                   ` Kevin Ryde
2003-01-04  0:41                     ` Lars Magne Ingebrigtsen
2003-01-15  0:34                       ` Kevin Ryde
2003-01-15  1:34                         ` dave-mlist [this message]
2003-01-15  7:14                           ` New IMAP user with some Q's Kai Großjohann
2003-01-15 12:58                           ` Simon Josefsson
2003-01-15 20:18                         ` gnus-mime-copy-part and jka-compr Lars Magne Ingebrigtsen
2002-12-28 21:17 ` Lars Magne Ingebrigtsen

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=m38yxnci25.fsf_-_@bfnet.com \
    --to=dave-mlist@bfnet.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).