]> granicus.if.org Git - mutt/commitdiff
Use itemized lists for listing possible sort config settings.
authorRocco Rutte <pdmef@gmx.net>
Mon, 21 Jul 2008 09:53:42 +0000 (11:53 +0200)
committerRocco Rutte <pdmef@gmx.net>
Mon, 21 Jul 2008 09:53:42 +0000 (11:53 +0200)
ChangeLog
init.h

index 5e38659c402a521fcbdab9ac9cb3bbf4b3c833e7..abbf3de1b26ff26863b4b37eefb29a0e17fb4b2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2008-07-21 11:42 +0200  Rocco Rutte  <pdmef@gmx.net>  (7e6d98886cce)
+
+       * doc/makedoc.c: makedoc: Add ".ie" and ".il" to support itemized
+       lists.
+
+       Some settings docs use verbatim screen environments to print lists
+       while support for real lists will make it look nicer: for docbook
+       use <itemizedlist/>, \(hy for roff and '-' for text.
+
+2008-07-21 11:41 +0200  Rocco Rutte  <pdmef@gmx.net>  (e09af06a5312)
+
+       * doc/manual.xml.head: Document that account-hook is intended for
+       connection-related settings only
+
+2008-07-21 11:40 +0200  Rocco Rutte  <pdmef@gmx.net>  (089c83504474)
+
+       * doc/manual.xml.head: Manual: Use tables for message flags as it's
+       more compact
+
+2008-07-21 11:40 +0200  Rocco Rutte  <pdmef@gmx.net>  (7bdd9439304e)
+
+       * doc/manual.xml.head: Manual: minor formatting tweaks
+
+2008-07-21 09:11 +0200  Rocco Rutte  <pdmef@gmx.net>  (f93dcd689032)
+
+       * ChangeLog, alias.c, init.h: Encode lines written to $alias_file in
+       $config_charset if set. Closes #3095
+
 2008-07-10 09:38 -0400  Aron Griffis  <agriffis@n01se.net>  (7729b1ad530c)
 
        * copy.c, protos.h, sendlib.c: Unify mutt_write_references
diff --git a/init.h b/init.h
index 8d4a706d9d15910cd77f572ef7201f3ed40ae742..8a29e6e8aff26f0ba81eb41eebd0d5dc71cc6154 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2681,18 +2681,18 @@ struct option_t MuttVars[] = {
   ** Specifies how to sort messages in the \fIindex\fP menu.  Valid values
   ** are:
   ** .pp
-  ** .ts
-  ** .  date or date-sent
-  ** .  date-received
-  ** .  from
-  ** .  mailbox-order (unsorted)
-  ** .  score
-  ** .  size
-  ** .  spam
-  ** .  subject
-  ** .  threads
-  ** .  to
-  ** .te
+  ** .il
+  ** .dd date or date-sent
+  ** .dd date-received
+  ** .dd from
+  ** .dd mailbox-order (unsorted)
+  ** .dd score
+  ** .dd size
+  ** .dd spam
+  ** .dd subject
+  ** .dd threads
+  ** .dd to
+  ** .ie
   ** .pp
   ** You may optionally use the reverse- prefix to specify reverse sorting
   ** order (example: set sort=reverse-date-sent).
@@ -2703,11 +2703,11 @@ struct option_t MuttVars[] = {
   ** Specifies how the entries in the `alias' menu are sorted.  The
   ** following are legal values:
   ** .pp
-  ** .ts
-  ** .  address (sort alphabetically by email address)
-  ** .  alias (sort alphabetically by alias name)
-  ** .  unsorted (leave in order specified in .muttrc)
-  ** .te
+  ** .il
+  ** .dd address (sort alphabetically by email address)
+  ** .dd alias (sort alphabetically by alias name)
+  ** .dd unsorted (leave in order specified in .muttrc)
+  ** .ie
   */
   { "sort_aux",                DT_SORT|DT_SORT_AUX, R_INDEX|R_RESORT_BOTH, UL &SortAux, SORT_DATE },
   /*
@@ -2732,12 +2732,12 @@ struct option_t MuttVars[] = {
   ** Specifies how to sort entries in the file browser.  By default, the
   ** entries are sorted alphabetically.  Valid values:
   ** .pp
-  ** .ts
-  ** .  alpha (alphabetically)
-  ** .  date
-  ** .  size
-  ** .  unsorted
-  ** .te
+  ** .il
+  ** .dd alpha (alphabetically)
+  ** .dd date
+  ** .dd size
+  ** .dd unsorted
+  ** .ie
   ** .pp
   ** You may optionally use the reverse- prefix to specify reverse sorting
   ** order (example: set sort_browser=reverse-date).