info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: finding large mails


From: Svend Tollak Munkejord
Subject: Re: finding large mails
Date: Tue, 29 Jun 2004 17:39:13 -0000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix)

Today, Stefano Ghirlanda <stefano.ghirlanda@unibo.it> wrote:

> I use gnus to read mail via imap. I would like to know whether there
> is a way of finding large articles, since I need to clean up some
> space on the imap server. Even an indirect way would be ok, like
> displaying the article size in the summary buffer or something like
> that.

I use the following,

(setq gnus-summary-line-format "%U%R %(%[%10&user-date;: %-23,23f (%k)%]%B 
%s%)\n")
(setq gnus-user-date-format-alist
  '(((gnus-seconds-today) . "%k:%M")
    (604800 . "%a %k:%M")                   ;;that's one week
    ((gnus-seconds-month) . "%a %d")
    ((gnus-seconds-year) . "%d %b")
    (t . "%Y-%m-%d")))

where "%k" in gnus-summary-line-format causes the article size to be
displayed in the summary buffer.

Regards,
-- 
Svend Tollak Munkejord 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]