Re: How to limit displayed messages via folder-hooks
* Patrick Schoenfeld on Saturday, October 06, 2007 at 20:33:21 +0200
> i am reading several mailing lists (including mutt-users) and prefer to view
> those folders with 'limit ~N'. But it seems not to be possible to enable this
> limit for folders by default, by using folder-hooks.
>
> Example:
> folder-hook . 'limit all'
> folder-hook =Mailinglisten.mutt-users 'limit ~N'
try:
folder-hook . 'push <limit>all<enter>'
folder-hook =Mailinglisten.mutt-users 'push <limit>~N<enter>'
c
--
Python Mutt utilities <http://www.blacktrash.org/hg/muttils/>