Changeset 5463:5511a52bbc9f
- Timestamp:
- 2008-07-21 02:53:42 (5 weeks ago)
- Author:
- Rocco Rutte <pdmef@…>
- Branch:
- HEAD
- Message:
-
Use itemized lists for listing possible sort config settings.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5458
|
r5463
|
|
| | 1 | 2008-07-21 11:42 +0200 Rocco Rutte <pdmef@gmx.net> (7e6d98886cce) |
| | 2 | |
| | 3 | * doc/makedoc.c: makedoc: Add ".ie" and ".il" to support itemized |
| | 4 | lists. |
| | 5 | |
| | 6 | Some settings docs use verbatim screen environments to print lists |
| | 7 | while support for real lists will make it look nicer: for docbook |
| | 8 | use <itemizedlist/>, \(hy for roff and '-' for text. |
| | 9 | |
| | 10 | 2008-07-21 11:41 +0200 Rocco Rutte <pdmef@gmx.net> (e09af06a5312) |
| | 11 | |
| | 12 | * doc/manual.xml.head: Document that account-hook is intended for |
| | 13 | connection-related settings only |
| | 14 | |
| | 15 | 2008-07-21 11:40 +0200 Rocco Rutte <pdmef@gmx.net> (089c83504474) |
| | 16 | |
| | 17 | * doc/manual.xml.head: Manual: Use tables for message flags as it's |
| | 18 | more compact |
| | 19 | |
| | 20 | 2008-07-21 11:40 +0200 Rocco Rutte <pdmef@gmx.net> (7bdd9439304e) |
| | 21 | |
| | 22 | * doc/manual.xml.head: Manual: minor formatting tweaks |
| | 23 | |
| | 24 | 2008-07-21 09:11 +0200 Rocco Rutte <pdmef@gmx.net> (f93dcd689032) |
| | 25 | |
| | 26 | * ChangeLog, alias.c, init.h: Encode lines written to $alias_file in |
| | 27 | $config_charset if set. Closes #3095 |
| | 28 | |
| 1 | 29 | 2008-07-10 09:38 -0400 Aron Griffis <agriffis@n01se.net> (7729b1ad530c) |
| 2 | 30 | |
-
|
r5458
|
r5463
|
|
| 2682 | 2682 | ** are: |
| 2683 | 2683 | ** .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 |
| 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 | | ** .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 |
| 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 | | ** .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 |
| 2741 | 2741 | ** .pp |
| 2742 | 2742 | ** You may optionally use the reverse- prefix to specify reverse sorting |