Changeset 5463:5511a52bbc9f for init.h

Show
Ignore:
Timestamp:
2008-07-21 02:53:42 (4 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Use itemized lists for listing possible sort config settings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • init.h

    r5458 r5463  
    26822682  ** are: 
    26832683  ** .pp 
    2684   ** .ts 
    2685   ** .  date or date-sent 
    2686   ** .  date-received 
    2687   ** .  from 
    2688   ** .  mailbox-order (unsorted) 
    2689   ** .  score 
    2690   ** .  size 
    2691   ** .  spam 
    2692   ** .  subject 
    2693   ** .  threads 
    2694   ** .  to 
    2695   ** .te 
     2684  ** .il 
     2685  ** .dd date or date-sent 
     2686  ** .dd date-received 
     2687  ** .dd from 
     2688  ** .dd mailbox-order (unsorted) 
     2689  ** .dd score 
     2690  ** .dd size 
     2691  ** .dd spam 
     2692  ** .dd subject 
     2693  ** .dd threads 
     2694  ** .dd to 
     2695  ** .ie 
    26962696  ** .pp 
    26972697  ** You may optionally use the reverse- prefix to specify reverse sorting 
     
    27042704  ** following are legal values: 
    27052705  ** .pp 
    2706   ** .ts 
    2707   ** .  address (sort alphabetically by email address) 
    2708   ** .  alias (sort alphabetically by alias name) 
    2709   ** .  unsorted (leave in order specified in .muttrc) 
    2710   ** .te 
     2706  ** .il 
     2707  ** .dd address (sort alphabetically by email address) 
     2708  ** .dd alias (sort alphabetically by alias name) 
     2709  ** .dd unsorted (leave in order specified in .muttrc) 
     2710  ** .ie 
    27112711  */ 
    27122712  { "sort_aux",         DT_SORT|DT_SORT_AUX, R_INDEX|R_RESORT_BOTH, UL &SortAux, SORT_DATE }, 
     
    27332733  ** entries are sorted alphabetically.  Valid values: 
    27342734  ** .pp 
    2735   ** .ts 
    2736   ** .  alpha (alphabetically) 
    2737   ** .  date 
    2738   ** .  size 
    2739   ** .  unsorted 
    2740   ** .te 
     2735  ** .il 
     2736  ** .dd alpha (alphabetically) 
     2737  ** .dd date 
     2738  ** .dd size 
     2739  ** .dd unsorted 
     2740  ** .ie 
    27412741  ** .pp 
    27422742  ** You may optionally use the reverse- prefix to specify reverse sorting