Xavier Maillard writes: > Hello, > > I no longer can browser my nnfolder containing my archived post :( > > Here is the relevant trace: > > turn-on-gnus-dired-mode() run-hooks(dired-mode-hook) > dired-mode("/home/zedek/Mail/archive/sent-mail-2003-08/" "-al") > dired-internal-noselect("/home/zedek/Mail/archive/sent-mail-2003-08/" > nil) dired-noselect("~/Mail/archive/sent-mail-2003-08") > run-hook-with-args-until-success(dired-noselect > "~/Mail/archive/sent-mail-2003-08") > find-file-noselect("/home/zedek/Mail/archive/sent-mail-2003-08") > apply(find-file-noselect > "/home/zedek/Mail/archive/sent-mail-2003-08") > nnheader-find-file-noselect("/home/zedek/Mail/archive/sent-mail-2003-08") > nnfolder-read-folder("sent-mail-2003-08") > nnfolder-possibly-change-group("sent-mail-2003-08" "archive") > nnfolder-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 > 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 > 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 > 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78) "sent-mail-2003-08" > "archive" t) gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 > 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 > 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 > 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78) > "nnfolder+archive:sent-mail-2003-08" t) > gnus-cache-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 > 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 > 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 > 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78) > "nnfolder+archive:sent-mail-2003-08" t) gnus-retrieve-headers((1 2 3 > 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 > 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 > 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 > 75 76 77 78) "nnfolder+archive:sent-mail-2003-08" t) > gnus-fetch-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 > 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 > 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 > 66 67 68 69 70 71 72 73 74 75 76 77 78)) > gnus-select-newsgroup("nnfolder+archive:sent-mail-2003-08" (4) nil) > gnus-summary-read-group-1("nnfolder+archive:sent-mail-2003-08" (4) t > nil nil nil) > gnus-summary-read-group("nnfolder+archive:sent-mail-2003-08" (4) t > nil nil nil nil) gnus-group-read-group((4) t) > gnus-group-select-group((4)) gnus-topic-select-group((4)) > call-interactively(gnus-topic-select-group) > > What's wrong with it ? > > Thanx, > > zeDek The problem with that is I absolutely do not use nnfolder for my archived mail format !! Here is the relevant part of my setup: ,---- | (setq | ;; Backend utilisé | gnus-message-archive-method | '(nnml "archive" | ;; pas d'expiration de l'archive (je veux garder indéfiniment ma prose) | (nnml-inhibit-expiry t) | ;; le fichier active de l'archive | (nnml-active-file "~/Mail/archive/active") | ;; le repertoire ou mettre les archives | (nnml-directory "~/Mail/archive/")) | ;; n'archiver que les news (les mails sont archivés différement) | ;; et dans un seul groupe nommé "news" | gnus-message-archive-group | '((if (message-news-p) | "sent-news" | (concat "sent-mail-" (format-time-string | "%Y-%m" (current-time)))))) `---- So what is the problem then ??? zeDek -- "Warum sollte ich ! Das Satan.pl postet doch weiterhin und macht dieser Sprache nun wirklich keine Ehre. Machs doch als Batch. Ms-Dose ist vom Niveau besser für dich." Nils.Henkelmann@t-online.de (Nils Henkelmann)