Changeset 5460:089c83504474

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

Manual: Use tables for message flags as it's more compact

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/manual.xml.head

    r5459 r5460  
    382382In addition to who sent the message and the subject, a short summary of 
    383383the disposition of each message is printed beside the message number. 
    384 Zero or more of the following ``flags'' may appear, which mean: 
    385 </para> 
    386  
    387 <para> 
    388 <variablelist> 
    389  
    390 <varlistentry> 
    391 <term>D</term> 
    392 <listitem> 
    393 <para> 
    394 message is deleted (is marked for deletion) 
    395 </para> 
    396 </listitem> 
    397 </varlistentry> 
    398 <varlistentry> 
    399 <term>d</term> 
    400 <listitem> 
    401 <para> 
    402 message have attachments marked for deletion 
    403 </para> 
    404 </listitem> 
    405 </varlistentry> 
    406 <varlistentry> 
    407 <term>K</term> 
    408 <listitem> 
    409 <para> 
    410 contains a PGP public key 
    411 </para> 
    412 </listitem> 
    413 </varlistentry> 
    414 <varlistentry> 
    415 <term>N</term> 
    416 <listitem> 
    417 <para> 
    418 message is new 
    419 </para> 
    420 </listitem> 
    421 </varlistentry> 
    422 <varlistentry> 
    423 <term>O</term> 
    424 <listitem> 
    425 <para> 
    426 message is old 
    427 </para> 
    428 </listitem> 
    429 </varlistentry> 
    430 <varlistentry> 
    431 <term>P</term> 
    432 <listitem> 
    433 <para> 
    434 message is PGP encrypted 
    435 </para> 
    436 </listitem> 
    437 </varlistentry> 
    438 <varlistentry> 
    439 <term>r</term> 
    440 <listitem> 
    441 <para> 
    442 message has been replied to 
    443 </para> 
    444 </listitem> 
    445 </varlistentry> 
    446 <varlistentry> 
    447 <term>S</term> 
    448 <listitem> 
    449 <para> 
    450 message is signed, and the signature is successfully verified 
    451 </para> 
    452 </listitem> 
    453 </varlistentry> 
    454 <varlistentry> 
    455 <term>s</term> 
    456 <listitem> 
    457 <para> 
    458 message is signed 
    459 </para> 
    460 </listitem> 
    461 </varlistentry> 
    462 <varlistentry> 
    463 <term>!</term> 
    464 <listitem> 
    465 <para> 
    466 message is flagged 
    467 </para> 
    468 </listitem> 
    469 </varlistentry> 
    470 <varlistentry> 
    471 <term>*</term> 
    472 <listitem> 
    473 <para> 
    474 message is tagged 
    475 </para> 
    476 </listitem> 
    477 </varlistentry> 
    478 </variablelist> 
    479 </para> 
    480  
    481 <para> 
    482 Some of the status flags can be turned on or off using 
     384Zero or more of the ``flags'' in <xref linkend="tab-msg-status-flags"/> 
     385may appear, some of which can be turned on or off using these functions: 
     386</para> 
    483387 
    484388<itemizedlist> 
     
    498402</itemizedlist> 
    499403 
    500 </para> 
    501  
    502 <para> 
    503 Furthermore, the following flags reflect who the message is addressed 
    504 to.  They can be customized with the 
     404<para> 
     405Furthermore, the flags in <xref linkend="tab-msg-recip-flags"/> reflect 
     406who the message is addressed to. They can be customized with the 
    505407<link linkend="to-chars">&dollar;to&lowbar;chars</link> variable. 
    506408</para> 
    507409 
    508 <para> 
    509 <variablelist> 
    510  
    511 <varlistentry> 
    512 <term>+</term> 
    513 <listitem> 
    514 <para> 
    515 message is to you and you only 
    516 </para> 
    517 </listitem> 
    518 </varlistentry> 
    519 <varlistentry> 
    520 <term>T</term> 
    521 <listitem> 
    522 <para> 
    523 message is to you, but also to or cc'ed to others 
    524 </para> 
    525 </listitem> 
    526 </varlistentry> 
    527 <varlistentry> 
    528 <term>C</term> 
    529 <listitem> 
    530 <para> 
    531 message is cc'ed to you 
    532 </para> 
    533 </listitem> 
    534 </varlistentry> 
    535 <varlistentry> 
    536 <term>F</term> 
    537 <listitem> 
    538 <para> 
    539 message is from you 
    540 </para> 
    541 </listitem> 
    542 </varlistentry> 
    543 <varlistentry> 
    544 <term>L</term> 
    545 <listitem> 
    546 <para> 
    547 message is sent to a subscribed mailing list 
    548 </para> 
    549 </listitem> 
    550 </varlistentry> 
    551 </variablelist> 
    552 </para> 
     410<table id="tab-msg-status-flags"> 
     411<title>Message status flags</title> 
     412<tgroup cols="2"> 
     413<thead> 
     414<row><entry>Flag</entry><entry>Desciption</entry></row> 
     415</thead> 
     416<tbody> 
     417<row><entry>D</entry><entry>message is deleted (is marked for deletion)</entry></row> 
     418<row><entry>d</entry><entry>message have attachments marked for deletion</entry></row> 
     419<row><entry>K</entry><entry>contains a PGP public key</entry></row> 
     420<row><entry>N</entry><entry>message is new</entry></row> 
     421<row><entry>O</entry><entry>message is old</entry></row> 
     422<row><entry>P</entry><entry>message is PGP encrypted</entry></row> 
     423<row><entry>r</entry><entry>message has been replied to</entry></row> 
     424<row><entry>S</entry><entry>message is signed, and the signature is successfully verified</entry></row> 
     425<row><entry>s</entry><entry>message is signed</entry></row> 
     426<row><entry>!</entry><entry>message is flagged</entry></row> 
     427<row><entry>*</entry><entry>message is tagged</entry></row> 
     428</tbody> 
     429</tgroup> 
     430</table> 
     431 
     432<table id="tab-msg-recip-flags"> 
     433<title>Message recipient flags</title> 
     434<tgroup cols="2"> 
     435<thead> 
     436<row><entry>Flag</entry><entry>Desciption</entry></row> 
     437</thead> 
     438<tbody> 
     439<row><entry>+</entry><entry>message is to you and you only</entry></row> 
     440<row><entry>T</entry><entry>message is to you, but also to or cc'ed to others</entry></row> 
     441<row><entry>C</entry><entry>message is cc'ed to you</entry></row> 
     442<row><entry>F</entry><entry>message is from you</entry></row> 
     443<row><entry>L</entry><entry>message is sent to a subscribed mailing list</entry></row> 
     444</tbody> 
     445</tgroup> 
     446</table> 
    553447 
    554448</sect3>