all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* nnimap splitting
@ 2020-12-09 22:38 Phillip Lord
  2020-12-09 23:26 ` Eric Abrahamsen
  0 siblings, 1 reply; 14+ messages in thread
From: Phillip Lord @ 2020-12-09 22:38 UTC (permalink / raw)
  To: help-gnu-emacs



I am trying to set up imap splitting (for about the third time!), as I
move toward an fully imap setup. I find that I cannot get it to work in
even a basic way. I suspect that I have done something daft, but I can't
find it.

My set up is long unfortunately, so hard to reproduce it all here, but
I'd welcome anyone giving me ideas. The select methods look like this:

(setq gnus-select-method '(nnnil ""))
(setq gnus-secondary-select-methods
      '(
        (nnimap "localhost"
                (nnimap-address "localhost")
                (nnimap-server-port 143)
                ;; [...]
                (nnimap-inbox "INBOX")
                (nnimap-split-methods 'nnimap-split-fancy)
                (nnimap-split-fancy
                 (|
                  ("subject" "split-into-temp" "temp")
                  ;; [...]
                  ;; otherwise, leave mail in INBOX
                  "INBOX")))
        (nnml ""
              (nnir-search-engine notmuch))))


Obviously that nnimap-split-fancy is temporary.

However, any use of B t `gnus-summary-respool-trace' results in "this
message would go to bogus". More over, if I check the server buffer and
"Show" I get

(nnimap "localhost")

Just this. None of the rest of the server variables. On the nnml server
I get:

(nnml ""
      (nnir-search-engine notmuch))

So, my interpretation here is that the rest of the nnimap form above is
not being interpreted.


I did think that there might be a caching problem, because these values
are not in `gnus-server-method-cache' but I have checked this out, and
it seems unlikely as this variable is not bound when I set
gnus-secondary-select-methods.

I'm fairly sure I am doing something daft, but I cannot think what.

Any thoughts?

Phil



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-12-11 22:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-09 22:38 nnimap splitting Phillip Lord
2020-12-09 23:26 ` Eric Abrahamsen
2020-12-10 10:26   ` Phillip Lord
2020-12-10 17:41     ` Eric Abrahamsen
2020-12-10 18:48       ` phillip.lord
2020-12-10 18:36     ` Pankaj Jangid
2020-12-10 18:58       ` phillip.lord
2020-12-10 19:22         ` phillip.lord
2020-12-11  0:07           ` Eric Abrahamsen
2020-12-11  0:09           ` Eric Abrahamsen
2020-12-11 12:24           ` Leo Butler
2020-12-11 21:37             ` phillip.lord
2020-12-11 22:04               ` Leo Butler
2020-12-11  5:13         ` Pankaj Jangid

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.