Changeset 5463:5511a52bbc9f

Show
Ignore:
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:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5458 r5463  
     12008-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 
     102008-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 
     152008-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 
     202008-07-21 11:40 +0200  Rocco Rutte  <pdmef@gmx.net>  (7bdd9439304e) 
     21 
     22        * doc/manual.xml.head: Manual: minor formatting tweaks 
     23 
     242008-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 
    1292008-07-10 09:38 -0400  Aron Griffis  <agriffis@n01se.net>  (7729b1ad530c) 
    230 
  • 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