physiculus <[email protected]> writes: > physiculus <[email protected]> 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 <[email protected]> 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 > [email protected] > https://lists.gnu.org/mailman/listinfo/info-gnus-english _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
