sylpheed-17.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <HTML>
  3. <HEAD>
  4. <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
  5. <TITLE>Sylpheed User's Manual: Reference</TITLE>
  6. <LINK HREF="sylpheed-18.html" REL=next>
  7. <LINK HREF="sylpheed-16.html" REL=previous>
  8. <LINK HREF="sylpheed.html#toc17" REL=contents>
  9. </HEAD>
  10. <BODY>
  11. <A HREF="sylpheed-18.html">Next</A>
  12. <A HREF="sylpheed-16.html">Previous</A>
  13. <A HREF="sylpheed.html#toc17">Contents</A>
  14. <HR>
  15. <H2><A NAME="s17">17.</A> <A HREF="sylpheed.html#toc17">Reference</A></H2>
  16. <P>In this section you will find a few pieces of information that might be handy in making Sylpheed more clear for you in respect to the used shortcut keys, and a layout of the format of the address book.</P>
  17. <H2><A NAME="shortcut"></A> <A NAME="ss17.1">17.1</A> <A HREF="sylpheed.html#toc17.1">Short-Cut Key List</A>
  18. </H2>
  19. <H3>One-key shortcuts:</H3>
  20. <P>
  21. <UL>
  22. <LI>a: create a new message</LI>
  23. <LI>d: delete the selected message</LI>
  24. <LI>f: forward the selected message#</LI>
  25. <LI>g: go to a specific folder through a browsing dialog</LI>
  26. <LI>n: jump to the next message/next part of a multipart message</LI>
  27. <LI>p: jump to the previous message/previous part of a multipart message</LI>
  28. <LI>v: switch on/off the message view</LI>
  29. <LI>w: same as a</LI>
  30. <LI>y: Opens save as... dialog</LI>
  31. </UL>
  32. </P>
  33. <H3>Shortcuts to the File menu:</H3>
  34. <P>
  35. <UL>
  36. <LI>Alt-F: open FILE menu</LI>
  37. <LI>Alt-P: print</LI>
  38. <LI>Alt-W: close</LI>
  39. <LI>Alt-Q: exit</LI>
  40. </UL>
  41. </P>
  42. <H3>Shortcuts to the Edit menu</H3>
  43. <P>
  44. <UL>
  45. <LI>Alt-E: open EDIT menu</LI>
  46. <LI>Ctrl-C: copy</LI>
  47. <LI>Ctrl-A: select all</LI>
  48. <LI>Ctrl-S: search</LI>
  49. </UL>
  50. </P>
  51. <H3>Shortcuts to the View menu</H3>
  52. <P>
  53. <UL>
  54. <LI>Alt-V: open VIEW menu</LI>
  55. </UL>
  56. </P>
  57. <H3>Shortcuts to the Message menu</H3>
  58. <P>
  59. <UL>
  60. <LI>Alt-M: open MESSAGE menu</LI>
  61. <LI>Alt-I: check mail for current account</LI>
  62. <LI>Shift-Alt-I: Check mail for all accounts</LI>
  63. <LI>Alt-N: compose new message</LI>
  64. <LI>Alt-R: reply to message</LI>
  65. <LI>Ctrl-Alt-R: reply to sender (contrary to reply to e.g. mailing list)</LI>
  66. <LI>Shift-Alt-R: reply to all (includes all addresses in To: and Cc:)</LI>
  67. <LI>Ctrl-F: forward message</LI>
  68. <LI>Shift-Ctrl-F: forward message as attachment</LI>
  69. <LI>Alt-O: move message</LI>
  70. <LI>Alt-D: delete message</LI>
  71. <LI>Shift-Ctrl-N: open message in new window</LI>
  72. <LI>Ctrl-U: view message source</LI>
  73. <LI>Ctrl-H: show all message headers</LI>
  74. </UL>
  75. </P>
  76. <H3>Shortcuts to the Summary menu</H3>
  77. <P>
  78. <UL>
  79. <LI>Alt-S: open SUMMARY menu
  80. </LI>
  81. <LI>Alt-X: execute (pending commands, only useful when commands are not executed immediately)</LI>
  82. <LI>Alt-U: update view</LI>
  83. <LI>Alt-G: go to other folder</LI>
  84. <LI>Ctrl-T: thread view</LI>
  85. <LI>Shift-Ctrl-T: unthread view</LI>
  86. </UL>
  87. </P>
  88. <H3>Shortcuts to the Tool menu</H3>
  89. <P>
  90. <UL>
  91. <LI>Alt-T: open tool menu</LI>
  92. <LI>Alt-A: open addressbook</LI>
  93. <LI>Alt-L: open logfile</LI>
  94. </UL>
  95. </P>
  96. <H2><A NAME="ss17.2">17.2</A> <A HREF="sylpheed.html#toc17.2">Data Format of Address Book</A>
  97. </H2>
  98. <P>The addressbook is located in &nbsp;/.sylpheed. It is named addressbook.xml.
  99. The general format of the addressbook is:</P>
  100. <P>
  101. <HR>
  102. <PRE>
  103. &lt; addressbook &gt;&lt;p>
  104. &lt; common_address &gt;&lt;p>
  105. &lt; group name="Common addresses" &gt;&lt;p>
  106. &lt; item &gt;&lt;p>
  107. &lt; name &gt; Paul &lt; /name &gt;&lt;p>
  108. &lt; address &gt; paul@nlpagan.net &lt; /address &gt;&lt;p>
  109. &lt; remarks &gt; Writes Sylph. manual &lt; /remarks &gt;&lt;p>
  110. &lt; /item &gt;&lt;p>
  111. &lt; /group &gt;&lt;p>
  112. &lt; /common_address &gt;&lt;p>
  113. &lt; /addressbook &gt;
  114. </PRE>
  115. <HR>
  116. </P>
  117. <HR>
  118. <A HREF="sylpheed-18.html">Next</A>
  119. <A HREF="sylpheed-16.html">Previous</A>
  120. <A HREF="sylpheed.html#toc17">Contents</A>
  121. </BODY>
  122. </HTML>