Gnus development mailing list
 help / color / mirror / Atom feed
From: lee <lee@yun.yagibdah.de>
To: ding@gnus.org
Subject: Re: problems with archive
Date: Tue, 14 Jun 2011 23:56:41 +0200	[thread overview]
Message-ID: <8739jc13hi.fsf@yun.yagibdah.de> (raw)
In-Reply-To: <87d3ig2qcf.fsf@yun.yagibdah.de>

lee <lee@yun.yagibdah.de> writes:

> When I go into the server view, there appears to be for every mail group
> I have another server entry:
>
>
> ,----
> |      {nnfolder:archive} (opened)
> |      {nndoc:gnus-help} (opened)
> |      {nnfolder:archive+nnfolder+archive:mail.lists.mutt-users} (opened)
> |      {nnfolder:archive+nnfolder+archive:mail.lists.courier-users} (opened)
> |      {nnfolder:archive+nnfolder+archive:mail.lists.exim-users} (opened)
> |      {nnfolder:archive+nnfolder+archive:mail.lists.debian-isp} (opened)
> |      {nnfolder:archive+nnfolder+archive:mail.lists.debian-enterprise} (opened)
> |      {nnfolder:archive+nnfolder+archive:mail.lists.courier-imap} (opened)
> | [...]
> `----

Ok, I kinda fixed that by putting

,----
| (setq gnus-message-archive-method
|       '(nnfolder "gnus-arc"
| 		 (nnfolder-directory "~/Mail/archive")
| 		 (nnfolder-active-file "~/Mail/archive/active")
| 		 (nnfolder-get-new-mail nil)
| 		 (nnfolder-inhibit-expiry t)))
`----

into ~/.gnus.el. Now I´ve got two archive server entries using the same
mbox file.

The inaccessible duplicate groups are still in the group view, though:

,----
| [...]
|         * : nnfolder+archive:mail.lists.courier-imap                          (      0)  
|         * : nnfolder+archive:mail.lists.courier-users                         (      0)  
|         * : nnfolder+archive:mail.lists.debian-enterprise                     (      0)  
| [...]
`----

How can I get rid of those?

> Is there a way to automatically regenerate the active file?

Fortunately, I found that as well, just press `g' on a server
entry: pretty awesome :)

> Searching for expire marks finds:
>
>
> ,----
> | lee@yun:~/Mail$ find . -name .marks |xargs grep -i expire
> | ./mail/0-incoming/.marks:((expire 3 5 15 17 (24 . 25) 28) (read (1 . 42) (44 . 129) (131 . 133) 137 (139 . 147) (149 . 307) (309 . 331)))
> | lee@yun:~/Mail$ 
> `----

The expire marks are gone after regenerating the metadata, ok :) I don´t
know about the "read" marks, though.

Everything seems ok so far, except for the duplicate nnfolder+archive*
groups :)



  reply	other threads:[~2011-06-14 21:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-14 18:57 lee
2011-06-14 21:56 ` lee [this message]
2011-06-15 17:50   ` Adam Sjøgren
2011-06-15 20:26     ` lee
2011-06-16  8:41       ` Adam Sjøgren
2011-06-16 10:55         ` lee
2011-06-16  8:58       ` lee

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=8739jc13hi.fsf@yun.yagibdah.de \
    --to=lee@yun.yagibdah.de \
    --cc=ding@gnus.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).