Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Mails are not expired
@ 2007-04-08 16:00 Nikolaus Rath
  2007-04-26 14:05 ` Mails are not expired (help!) David Abrahams
  2007-04-26 15:20 ` Mails are not expired Kai Grossjohann
  0 siblings, 2 replies; 9+ messages in thread
From: Nikolaus Rath @ 2007-04-08 16:00 UTC (permalink / raw)
  To: info-gnus-english

Hello,

I have a nnimap group with group parameters

((uidvalidity . "1148224209")
 (to-address . "work@pulse-copy.com")
 (subscribed . t)
 (broken-reply-to . t)
 (total-expire . t)
 (expiry-wait . 14)
 (expiry-target . delete))

yet the group contains (read) articles from before March 21. Why
aren't they deleted?

Thanks in advance,

  --Nikolaus
-- 
$|++;@_=map{chr(ord($_)-$|)}split//,"Kvtu!bopuifs!Qfsm!Ibdlfs-";$\="\r";@a=qw(
< ^ > v);$§="_"x25;until($§!~m~_~){$o=int(rand 28)+65;next if$s{$o}++;$o==91?
$o=44:($o==92?$o=32:0);$g=chr$o;for(0..24){if($_[$_]=~m)$g)i){for$m(@a,$_[$_])
{substr $§,$_,$|,$m;print$§;select$/,$/,$/,0.1}}}print$§}print$/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Mails are not expired (help!)
  2007-04-08 16:00 Mails are not expired Nikolaus Rath
@ 2007-04-26 14:05 ` David Abrahams
  2007-04-26 15:20 ` Mails are not expired Kai Grossjohann
  1 sibling, 0 replies; 9+ messages in thread
From: David Abrahams @ 2007-04-26 14:05 UTC (permalink / raw)
  To: info-gnus-english


on Sun Apr 08 2007, Nikolaus Rath <Nikolaus-AT-rath.org> wrote:

> Hello,
>
> I have a nnimap group with group parameters
>
> ((uidvalidity . "1148224209")
>  (to-address . "work@pulse-copy.com")
>  (subscribed . t)
>  (broken-reply-to . t)
>  (total-expire . t)
>  (expiry-wait . 14)
>  (expiry-target . delete))
>
> yet the group contains (read) articles from before March 21. Why
> aren't they deleted?
>
> Thanks in advance,

I'm having exactly the same problem.  Please, somebody help!

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

Don't Miss BoostCon 2007! ==> http://www.boostcon.com

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Mails are not expired
  2007-04-08 16:00 Mails are not expired Nikolaus Rath
  2007-04-26 14:05 ` Mails are not expired (help!) David Abrahams
@ 2007-04-26 15:20 ` Kai Grossjohann
  2007-04-27 21:01   ` David Abrahams
  1 sibling, 1 reply; 9+ messages in thread
From: Kai Grossjohann @ 2007-04-26 15:20 UTC (permalink / raw)
  To: info-gnus-english

Nikolaus Rath <Nikolaus@rath.org> writes:

> yet the group contains (read) articles from before March 21. Why
> aren't they deleted?

Is nnimap-expunge-on-close set to always or ask?  Then the messages
should be deleted when you exit the group with q (but not when you
exit with Q).

Kai

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Mails are not expired
  2007-04-26 15:20 ` Mails are not expired Kai Grossjohann
@ 2007-04-27 21:01   ` David Abrahams
  0 siblings, 0 replies; 9+ messages in thread
From: David Abrahams @ 2007-04-27 21:01 UTC (permalink / raw)
  To: info-gnus-english


on Thu Apr 26 2007, Kai Grossjohann <kai-AT-emptydomain.de> wrote:

> Nikolaus Rath <Nikolaus@rath.org> writes:
>
>> yet the group contains (read) articles from before March 21. Why
>> aren't they deleted?
>
> Is nnimap-expunge-on-close set to always or ask?  

It's set to "always."

> Then the messages should be deleted when you exit the group with q
> (but not when you exit with Q).

:(

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

Don't Miss BoostCon 2007! ==> http://www.boostcon.com

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Mails are not expired
       [not found]       ` <mailman.2100.1176650048.7795.info-gnus-english@gnu.org>
@ 2007-04-15 17:45         ` Sebastian Kaps
  0 siblings, 0 replies; 9+ messages in thread
From: Sebastian Kaps @ 2007-04-15 17:45 UTC (permalink / raw)
  To: info-gnus-english

// Nikolaus Rath writes:

> Documentation:
[...]
> Does not make sense, since I'm doing total expiry and not auto expiry.

You're right. I was just grepping through my Gnus configuration files
for anything related to mail expiration. For me it works with these
group parameters:

((auto-expire . t)
 (nnmail-expiry-wait . 365)
 (expiry-wait . 365)
 (total-expire . t))

-- 
Ciao, Sebastian

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Mails are not expired
       [not found]   ` <mailman.1890.1176153158.7795.info-gnus-english@gnu.org>
@ 2007-04-15 15:24     ` Sebastian Kaps
  2007-04-15 14:47       ` Nikolaus Rath
       [not found]       ` <mailman.2100.1176650048.7795.info-gnus-english@gnu.org>
  0 siblings, 2 replies; 9+ messages in thread
From: Sebastian Kaps @ 2007-04-15 15:24 UTC (permalink / raw)
  To: info-gnus-english

// Nikolaus Rath writes:

> Just tried it, does not make a difference.

Do you have "nnimap" in gnus-auto-expirable-newsgroups?
If not try this:
(setq gnus-auto-expirable-newsgroups "^nnimap:.*")

-- 
Ciao, Sebastian

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Mails are not expired
  2007-04-15 15:24     ` Sebastian Kaps
@ 2007-04-15 14:47       ` Nikolaus Rath
       [not found]       ` <mailman.2100.1176650048.7795.info-gnus-english@gnu.org>
  1 sibling, 0 replies; 9+ messages in thread
From: Nikolaus Rath @ 2007-04-15 14:47 UTC (permalink / raw)
  To: info-gnus-english

Sebastian Kaps <seb@toyland.sauerland.de> writes:
> // Nikolaus Rath writes:
>
>> Just tried it, does not make a difference.
>
> Do you have "nnimap" in gnus-auto-expirable-newsgroups?
> If not try this:
> (setq gnus-auto-expirable-newsgroups "^nnimap:.*")

Documentation:
*Groups in which to automatically mark read articles as expirable.
If non-nil, this should be a regexp that should match all groups in
which to perform auto-expiry.  This only makes sense for mail groups.

Does not make sense, since I'm doing total expiry and not auto expiry.


Best,

  --Nikolaus
-- 
»Traue nie einer Computerzeitschrift mit schönen Frauen auf dem Cover«
                            (Besim Karadeniz in de.comm.internet.misc)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Mails are not expired
  2007-04-09  7:05 ` Sebastian Kaps
@ 2007-04-09 21:03   ` Nikolaus Rath
       [not found]   ` <mailman.1890.1176153158.7795.info-gnus-english@gnu.org>
  1 sibling, 0 replies; 9+ messages in thread
From: Nikolaus Rath @ 2007-04-09 21:03 UTC (permalink / raw)
  To: info-gnus-english

Sebastian Kaps <seb@toyland.sauerland.de> writes:
> // Nikolaus Rath writes:
>
>> yet the group contains (read) articles from before March 21. Why
>> aren't they deleted?
>
> Just a shot in the dark: try adding "(nnmail-expiry-wait . 14)".

Just tried it, does not make a difference.


  --Nikolaus
-- 
Eines der Geheimnisse des Usenet ist es eben, dass Anspielungen,
die in Kneipen und auf nicht-einschlaegigen Feten nur stumpfes
Unverstaendniss hervorrufen, endlich auf Verstaendnis treffen.
                                    -- Juergen Ernst Guenther in dafu

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Mails are not expired
       [not found] <mailman.1841.1176048846.7795.info-gnus-english@gnu.org>
@ 2007-04-09  7:05 ` Sebastian Kaps
  2007-04-09 21:03   ` Nikolaus Rath
       [not found]   ` <mailman.1890.1176153158.7795.info-gnus-english@gnu.org>
  0 siblings, 2 replies; 9+ messages in thread
From: Sebastian Kaps @ 2007-04-09  7:05 UTC (permalink / raw)
  To: info-gnus-english

// Nikolaus Rath writes:

> yet the group contains (read) articles from before March 21. Why
> aren't they deleted?

Just a shot in the dark: try adding "(nnmail-expiry-wait . 14)".

-- 
Ciao, Sebastian

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-04-27 21:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-08 16:00 Mails are not expired Nikolaus Rath
2007-04-26 14:05 ` Mails are not expired (help!) David Abrahams
2007-04-26 15:20 ` Mails are not expired Kai Grossjohann
2007-04-27 21:01   ` David Abrahams
     [not found] <mailman.1841.1176048846.7795.info-gnus-english@gnu.org>
2007-04-09  7:05 ` Sebastian Kaps
2007-04-09 21:03   ` Nikolaus Rath
     [not found]   ` <mailman.1890.1176153158.7795.info-gnus-english@gnu.org>
2007-04-15 15:24     ` Sebastian Kaps
2007-04-15 14:47       ` Nikolaus Rath
     [not found]       ` <mailman.2100.1176650048.7795.info-gnus-english@gnu.org>
2007-04-15 17:45         ` Sebastian Kaps

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).