"Guillaume R." <[EMAIL PROTECTED]> writes: Hi Guillaume,
> I thought first in using gnus-summary-limit-to-age but I realize that > I cant use it to fetch only the thread from the 30 precedent day but > only to fetch the ones older than 30 days... No, that's not entirely true. ,----[ C-h f gnus-summary-limit-to-age RET ] | gnus-summary-limit-to-age is an interactive compiled Lisp function in | `gnus-sum.el'. | (gnus-summary-limit-to-age AGE &optional YOUNGER-P) | | Limit the summary buffer to articles that are older than (or equal) | AGE days. If YOUNGER-P (the prefix) is non-nil, limit the summary | buffer to articles that are younger than AGE days. `---- So if you do `C-u M-x gnus-summary-limit-to-age RET 30' you'll limit the summary buffer to articles younger than 30 days. HTH, Tassilo -- A morning without coffee is like something without something else. _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
