Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: xuqi <haoyang@expoundite.net>
To: info-gnus-english@gnu.org
Subject: Re: nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil
Date: Wed, 18 Mar 2020 09:27:00 +0800	[thread overview]
Message-ID: <m136a6ihaz.fsf@expoundite.net> (raw)
In-Reply-To: <87k13j5adv.fsf@googlemail.com>

physiculus <physiculus@gmail.com> writes:

> physiculus <physiculus@gmail.com> writes:
>
> Hello,
> additional note:
> here is my config for Lokales. Exactly spoken its Lokal.
>
>
Hello Poul,

> (nnmaildir "Lokal"
>                                                  (directory "~/Maildirnm")
>                                                  (directory "~/Maildirnm/archive")
>                                                  (directory "~/Maildirnm/attachments")
>                                                  (directory "~/Maildirnm/BugsandFeatures")
>                                                  (directory "~/Maildirnm/bwp")
>                                                  (directory "~/Maildirnm/Campact")
>                                                  (directory "~/Maildirnm/draft")
>                                                  (directory "~/Maildirnm/drafts")
>                                                  (directory "~/Maildirnm/Ebay")
>                                                  (directory "~/Maildirnm/Ebay_noch_suchen")
>                                                  (directory "~/Maildirnm/Emacs")
>                                                  (directory "~/Maildirnm/emms")
>                                                  (directory "~/Maildirnm/Enteignung")
>                                                  (directory "~/Maildirnm/Feedburner")
>                                                  (directory "~/Maildirnm/fritz")
>                                                  (directory "~/Maildirnm/Garten")
>                                                  (directory "~/Maildirnm/gnus")
>                                                  (directory "~/Maildirnm/Held_Wichtig")
>                                                  (directory "~/Maildirnm/inbox")
>                                                  (directory "~/Maildirnm/Informatik")
>                                                  (directory "~/Maildirnm/Instructables")
>                                                  (directory "~/Maildirnm/Lehrerausbildung")
>                                                  (directory "~/Maildirnm/Linzessin")
>                                                  (directory "~/Maildirnm/logins")
>                                                  (directory "~/Maildirnm/mnp-notes")

[...]

As the Gnus manual described, if you have one Maildir server, you only
need to specific its directory once. All its subdirectories would be
treated as groups in Gnus.

More importantly, I don't find 'karlderletzte' as a directory in your
config. The way you set the maildir up may have something to do with the
filenames in the karlderletzte folder. That this directory has even more
subdirectories which look like maildir directories is also peculiar.

>
>                                                  (directory-files nnheader-directory-files-safe)
>                                                  (get-new-mail t)
>                                                  )
>                                                  
>> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>>
>> Hello,
>> hmmh i checked these messages and gnus displayed them correctly.
>> BUT what i see is that ONLY meesages inside my directory "Lokales" got
>> errors.
>> This directory contains all messages, which are moved from me (gnus
>> command B m) inside subfolders. All these subfolders are in format
>> nnmaildir and i got no errors if i moved the messages.

Have you actually used B m to move email to 'karlderletzte/INBOX' or
'karlderletzte/Sent' folder? Or do you use it for other purposes than
moving email manually into it? Perhaps splitting? Caching?

It would make things a bit more clear if you could let us know if you
configured this karlderletzte folder for some other use. Please have a
look at your Emacs, gnus, notmuch, imap server if any, offlineimap/isync
if any, and backup script if any, configs, and see whether any of them
mentioned 'karlderletzte'.

If you are using macOS or BSD, you can use grep from within Emacs like
this to help you find those lines:

  C-x d ~/path/to/your/config RET
  M-x grep RET
  grep -nHr --null -e 'karlderletzte' * RET
  ~~~~~~~~~~~~~~~~~~~~ this part may have been prefilled for you except
  for the 'r' argument for recursive search, just modify it to your need

If you find anything perhaps it would help us figure out why those file
names become malformed and cause nnir to fail.

>>
>> the directory Maildirnm is my imap folder. Here are all accounts with
>> all folders from my imap accounts. Here searching with G G works.
>>
>> In directory Lokales G G gives the reported error.
>>
>> Perhaps this helps.
>>
>> Regards
>> Poul
>
> _______________________________________________
> info-gnus-english mailing list
> info-gnus-english@gnu.org
> https://lists.gnu.org/mailman/listinfo/info-gnus-english


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2020-03-18  1:34 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-12 18:27 physiculus
2020-03-12 19:09 ` Eric Abrahamsen
2020-03-13  9:46   ` physiculus
2020-03-13 17:04     ` xuqi
2020-03-14  7:52       ` physiculus
2020-03-14 11:30         ` xuqi
2020-03-14 15:31           ` physiculus
2020-03-14 16:11             ` Eric Abrahamsen
2020-03-14 16:23               ` physiculus
2020-03-14 16:47                 ` Eric Abrahamsen
2020-03-15 11:45                   ` physiculus
2020-03-15 18:50                     ` xuqi
2020-03-16 18:42                       ` physiculus
2020-03-16 19:42                         ` Eric Abrahamsen
2020-03-17  8:50                           ` physiculus
2020-03-17 14:22                             ` physiculus
2020-03-18  1:27                               ` xuqi [this message]
2020-03-18 18:02                                 ` physiculus
2020-03-19 22:56                                   ` Eric Abrahamsen
2020-03-25 19:05                           ` nnir with notmuch gives error; Possible solution! physiculus
2020-03-25 19:19                             ` Eric Abrahamsen
2020-03-26 19:16                               ` Helmut Waitzmann
2020-03-15 22:09                     ` nnir with notmuch gives error; sort: Wrong type argument: number-or-marker-p, nil Eric Abrahamsen
2020-03-13 18:51     ` Eric Abrahamsen
2020-03-14  7:54       ` physiculus

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=m136a6ihaz.fsf@expoundite.net \
    --to=haoyang@expoundite.net \
    --cc=info-gnus-english@gnu.org \
    /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).