unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: David Greene <dag@hpe.com>
Cc: Eric Abrahamsen <eric@ericabrahamsen.net>,
	"42131@debbugs.gnu.org" <42131@debbugs.gnu.org>,
	Stefan Kangas <stefan@marxist.se>
Subject: bug#42131: Cannot split to IMAP folders
Date: Fri, 11 Sep 2020 13:34:47 +0200	[thread overview]
Message-ID: <878sdg1r8o.fsf@gnus.org> (raw)
In-Reply-To: <nngv9gmy8wt.fsf@hpe.com> (David Greene's message of "Wed, 09 Sep 2020 15:47:30 -0500")

David Greene <dag@hpe.com> writes:

>> Hm, no, it's not used by these commands, 
>
> Which commands?

We were discussing `B q' and `B r', I think?

> No, I didn't set nnmail-split-fancy, but I did set nnimap-split-fancy
> and also nnimap-split-methods = nnimap-split-fancy.
>
> I set them via gnu-select-method:
>
>   (setq gnus-select-method '(nnimap "Local"
>                                     (nnimap-address "localhost")
>                                     (nnimap-authenticator login)
>                                     (nnimap-stream network)
>                                     (nnimap-inbox '("work/INBOX" "home/INBOX" "gmail/INBOX"))
>                                     (nnimap-split-fancy
>                                      (|
>                                       ("Subject:" "Nightly.*test results" "work/testing")
>                                       (from "myschool.org" "home/school")
>                                       ;; Really leave it where it is?
>                                       (nil)
>                                       ))
>                                     (nnimap-split-methods nnimap-split-fancy)

Ah, that's where it's coming from.  `B q' is this:

(defun gnus-summary-respool-query (&optional silent trace)

[...]

		 ;; nnimap has its own splitting variables.
		 (let ((nnmail-split-methods
			(cond
			 ((eq nnimap-split-methods 'default)
			  nnmail-split-methods)
			 (nnimap-split-methods
			  nnimap-split-methods)
			 (nnimap-split-fancy
			  'nnmail-split-fancy)))
		       (nnmail-split-fancy (or nnimap-split-fancy
					       nnmail-split-fancy)))


So I'm guessing your fallback nil means that the machinery is falling
back on the fallback group "mail.misc" for fancy mail splitting...
Hm...  but that should be shadowed here.  But I think we're on the trail
of the bug now.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





  reply	other threads:[~2020-09-11 11:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29 20:31 bug#42131: Cannot split to IMAP folders David A. Greene
2020-07-07 19:52 ` Greene, David
2020-07-07 23:37   ` Eric Abrahamsen
2020-08-20  0:23     ` Stefan Kangas
2020-08-20 16:50       ` Greene, David
2020-08-20 17:57         ` Lars Ingebrigtsen
2020-08-20 18:00           ` Eric Abrahamsen
2020-08-21 15:05           ` David Greene
2020-08-22 13:31             ` Lars Ingebrigtsen
2020-08-24 13:54               ` David Greene
2020-09-04  2:35                 ` Lars Ingebrigtsen
2020-09-08 16:20                   ` David Greene
2020-09-08 20:31                     ` Lars Ingebrigtsen
2020-09-09  7:02                       ` Andreas Schwab
2020-09-09 20:47                       ` David Greene
2020-09-11 11:34                         ` Lars Ingebrigtsen [this message]
2020-09-14 19:22                           ` David Greene
2020-09-15 12:25                             ` Lars 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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878sdg1r8o.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=42131@debbugs.gnu.org \
    --cc=dag@hpe.com \
    --cc=eric@ericabrahamsen.net \
    --cc=stefan@marxist.se \
    /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.
Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).