Changeset 5463:5511a52bbc9f for init.h
Legend:
- Unmodified
- Added
- Removed
-
init.h
r5458 r5463 2682 2682 ** are: 2683 2683 ** .pp 2684 ** . ts2685 ** . date or date-sent2686 ** . date-received2687 ** . from2688 ** . mailbox-order (unsorted)2689 ** . score2690 ** . size2691 ** . spam2692 ** . subject2693 ** . threads2694 ** . to2695 ** . te2684 ** .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 2696 2696 ** .pp 2697 2697 ** You may optionally use the reverse- prefix to specify reverse sorting … … 2704 2704 ** following are legal values: 2705 2705 ** .pp 2706 ** . ts2707 ** . address (sort alphabetically by email address)2708 ** . alias (sort alphabetically by alias name)2709 ** . unsorted (leave in order specified in .muttrc)2710 ** . te2706 ** .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 2711 2711 */ 2712 2712 { "sort_aux", DT_SORT|DT_SORT_AUX, R_INDEX|R_RESORT_BOTH, UL &SortAux, SORT_DATE }, … … 2733 2733 ** entries are sorted alphabetically. Valid values: 2734 2734 ** .pp 2735 ** . ts2736 ** . alpha (alphabetically)2737 ** . date2738 ** . size2739 ** . unsorted2740 ** . te2735 ** .il 2736 ** .dd alpha (alphabetically) 2737 ** .dd date 2738 ** .dd size 2739 ** .dd unsorted 2740 ** .ie 2741 2741 ** .pp 2742 2742 ** You may optionally use the reverse- prefix to specify reverse sorting
