From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18122 Path: news.gmane.org!not-for-mail From: Gijs Hillenius Newsgroups: gmane.emacs.gnus.user Subject: fixed more (was: fixed) Date: Thu, 18 Feb 2016 12:03:52 +0100 Organization: Using Emacs' Org Mode Message-ID: <87egcajn53.fsf@hillenius.net> References: <87pow2e5k3.fsf@hillenius.net> <87h9h7db2k.fsf@hillenius.net> <87oabejp0d.fsf@hillenius.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1455793511 8956 80.91.229.3 (18 Feb 2016 11:05:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Feb 2016 11:05:11 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Feb 18 12:05:11 2016 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aWMOR-0005Gu-Jt for gegu-info-gnus-english@m.gmane.org; Thu, 18 Feb 2016 12:05:07 +0100 Original-Received: from localhost ([::1]:40017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWMOQ-0002PL-Hk for gegu-info-gnus-english@m.gmane.org; Thu, 18 Feb 2016 06:05:06 -0500 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Operating-System: Debian GNU/Linux Sid X-Homepage: http://www.hillenius.net/ X-GPG-Fingerprint: 340F F9A4 8F6C 18FD D032 0C33 ABA1 CB30 E997 A3AF User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:2KEz0ezN6B2ENnU1A5eKui9qJL4= Original-Lines: 55 Original-NNTP-Posting-Host: 144.76.204.189 Original-X-Trace: 1455793433 news.xs4all.nl 24095 himaan/144.76.204.189:53770 Original-X-Complaints-To: abuse@xs4all.nl Original-Xref: usenet.stanford.edu gnu.emacs.gnus:89252 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:18122 Archived-At: On 18 Feb 2016, Adam Sj=F8gren wrote: > Gijs writes: > >> This: >> >> ; Decode headers before splitting on them: >> (setq nnmail-mail-splitting-decodes t) >> >> solved my problem. > > You also had to set some bbdb-related variables and fixed an error in > your split-rules, right? Yes The last lines of (setq nnimap-split-fancy '(| = [...] snipped many lines (: (lambda () (car (bbdb/gnus-split-method)))) ;; Default mailbox "INBOX")) Previously, the final line was: ("INBOX" ""))) Which I had copied years ago from an unknown source. There are 2 differences, the "", and an extra pair of (). Having both, B q or B t on unsplitable messages will return: message will go to mail.misc Removing only the "" but keeping the equally superfluous (), B q / B t will reply message will go to bogus Removing both, which, uhm, follows the example in the manual, will get B q / B t to return message will go to INBOX