<<< Date Index >>>     <<< Thread Index >>>

toggle button



Hi,

I was thinking whether it is possible to implement the following with mutt's 
macros:

        if (sort == 'threads') then set sort = 'date'
        else set sort='threads

That is get a single button to act different based on the current value of the 
sort variable (or any other variable).

I want this, because in some folders i need the date-order, but otherwise i 
prefer threaded view. So for now i just type in :set sort=<date|threads> when i 
need to switch, but i would like to make it more comfortable.

Laas