From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73567 Path: news.gmane.org!not-for-mail From: Gijs Hillenius Newsgroups: gmane.emacs.gnus.general Subject: No Gnus v0.11: splitting, error: encode-coding-string(nil utf-7-imap) Date: Mon, 25 Oct 2010 09:17:55 +0200 Organization: Using Emacs' Org Mode Message-ID: <87k4l6ivvg.fsf@hillenius.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287991094 2583 80.91.229.12 (25 Oct 2010 07:18:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2010 07:18:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21936@lists.math.uh.edu Mon Oct 25 09:18:13 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PAHJq-0001JG-40 for ding-account@gmane.org; Mon, 25 Oct 2010 09:18:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PAHJh-0004NP-7g; Mon, 25 Oct 2010 02:18:01 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PAHJf-0004N8-LL for ding@lists.math.uh.edu; Mon, 25 Oct 2010 02:17:59 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PAHJe-0003Wh-Lq for ding@lists.math.uh.edu; Mon, 25 Oct 2010 02:17:59 -0500 Original-Received: from static.164.187.63.178.clients.your-server.de ([178.63.187.164] helo=hillenius.net) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PAHJd-0004ST-00 for ; Mon, 25 Oct 2010 09:17:57 +0200 Original-Received: from [109.128.162.132] (helo=bufo-sapiens.hillenius.net) by hillenius.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1PAHJd-0002Ho-Dn for ding@gnus.org; Mon, 25 Oct 2010 09:17:57 +0200 X-Operating-System: Debian GNU/Linux Sid X-Homepage: http://www.hillenius.net/ X-GPGP-Fingerprint: 0D0B 9C67 0520 3B27 A91C 369B 7154 1B0A 04CF 3929 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73567 Archived-At: This is with No Gnus v0.11 gotten (gitted?) on October 19th, Just now noticed that five messages in the INBOX did not get splitted to their INBOX.folders. I use splitting with a hook to bbdb like so ,---- | (setq nnimap-split-fancy | '(| (: gnus-folder-per-bbdb) | ("From" "googlealerts.*" "INBOX.google-alerts") | and more lines like the above `---- Marking the unsplitted messages and hitting 'B r' asks me: Backend to use when respooling (default nnimap): Now, this value 'nnimap' is correct, but hitting tab here ^ prints [no match]. And if I hit 'enter' (thus telling it to use the nnimap backend) I get this error: Debugger entered--Lisp error: (wrong-type-argument stringp nil) encode-coding-string(nil utf-7-imap) utf7-encode(nil t) nnimap-request-accept-article(nil "thuis" t) gnus-request-accept-article(nil (nnimap "thuis" (nnimap-address "server") (nnimap-inbox "INBOX") (nnimap-split-methods nnmail-split-fancy) (nnir-search-engine imap) (nnimap-stream ssl)) t t) gnus-summary-move-article(nil nil (nnimap "thuis" (nnimap-address "server") (nnimap-inbox "INBOX") (nnimap-split-methods nnmail-split-fancy) (nnir-search-engine imap) (nnimap-stream ssl)) copy) gnus-summary-copy-article(nil nil (nnimap "thuis" (nnimap-address "server") (nnimap-inbox "INBOX") (nnimap-split-methods nnmail-split-fancy) (nnir-search-engine imap) (nnimap-stream ssl))) gnus-summary-respool-article(nil (nnimap "thuis" (nnimap-address "server") (nnimap-inbox "INBOX") (nnimap-split-methods nnmail-split-fancy) (nnir-search-engine imap) (nnimap-stream ssl))) call-interactively(gnus-summary-respool-article nil nil)