update English manual
[claws.git] / doc / manual / en / sylpheed-17.html
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
17 <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>
18 <H2><A NAME="shortcut"></A> <A NAME="ss17.1">17.1</A> <A HREF="sylpheed.html#toc17.1">Short-Cut Key List</A>
19 </H2>
20
21
22 <H3>One-key shortcuts:</H3>
23
24 <P>
25 <UL>
26 <LI>a: create a new message</LI>
27 <LI>d: delete the selected message</LI>
28 <LI>f: forward the selected message#</LI>
29 <LI>g: go to a specific folder through a browsing dialog</LI>
30 <LI>n: jump to the next message/next part of a multipart message</LI>
31 <LI>p: jump to the previous message/previous part of a multipart message</LI>
32 <LI>v: switch on/off the message view</LI>
33 <LI>w: same as a</LI>
34 <LI>y: Opens save as... dialog</LI>
35 </UL>
36 </P>
37 <H3>Shortcuts to the File menu:</H3>
38
39 <P>
40 <UL>
41 <LI>Alt-F: open FILE menu</LI>
42 <LI>Alt-P: print</LI>
43 <LI>Alt-W: close</LI>
44 <LI>Alt-Q: exit</LI>
45 </UL>
46 </P>
47 <H3>Shortcuts to the Edit menu</H3>
48
49 <P>
50 <UL>
51 <LI>Alt-E: open EDIT menu</LI>
52 <LI>Ctrl-C: copy</LI>
53 <LI>Ctrl-A: select all</LI>
54 <LI>Ctrl-S: search</LI>
55 </UL>
56 </P>
57 <H3>Shortcuts to the View menu</H3>
58
59 <P>
60 <UL>
61 <LI>Alt-V: open VIEW menu</LI>
62 </UL>
63 </P>
64 <H3>Shortcuts to the Message menu</H3>
65
66 <P>
67 <UL>
68 <LI>Alt-M: open MESSAGE menu</LI>
69 <LI>Alt-I: check mail for current account</LI>
70 <LI>Shift-Alt-I: Check mail for all accounts</LI>
71 <LI>Alt-N: compose new message</LI>
72 <LI>Alt-R: reply to message</LI>
73 <LI>Ctrl-Alt-R: reply to sender (contrary to reply to e.g. mailing list)</LI>
74 <LI>Shift-Alt-R: reply to all (includes all addresses in To: and Cc:)</LI>
75 <LI>Ctrl-F: forward message</LI>
76 <LI>Shift-Ctrl-F: forward message as attachment</LI>
77 <LI>Alt-O: move message</LI>
78 <LI>Alt-D: delete message</LI>
79 <LI>Shift-Ctrl-N: open message in new window</LI>
80 <LI>Ctrl-U: view message source</LI>
81 <LI>Ctrl-H: show all message headers</LI>
82 </UL>
83 </P>
84 <H3>Shortcuts to the Summary menu</H3>
85
86 <P>
87 <UL>
88 <LI>Alt-S: open SUMMARY menu
89 </LI>
90 <LI>Alt-X: execute (pending commands, only useful when commands are not executed immediately)</LI>
91 <LI>Alt-U: update view</LI>
92 <LI>Alt-G: go to other folder</LI>
93 <LI>Ctrl-T: thread view</LI>
94 <LI>Shift-Ctrl-T: unthread view</LI>
95 </UL>
96 </P>
97 <H3>Shortcuts to the Tool menu</H3>
98
99 <P>
100 <UL>
101 <LI>Alt-T: open tool menu</LI>
102 <LI>Alt-A: open addressbook</LI>
103 <LI>Alt-L: open logfile</LI>
104 </UL>
105 </P>
106 <H2><A NAME="ss17.2">17.2</A> <A HREF="sylpheed.html#toc17.2">Data Format of Address Book</A>
107 </H2>
108
109 <P>The addressbook is located in &nbsp;/.sylpheed. It is named addressbook.xml.
110 The general format of the addressbook is:</P>
111
112 <P>
113 <HR>
114 <PRE>
115 &lt; addressbook &gt;&lt;p>
116  &lt; common_address &gt;&lt;p>
117     &lt; group name="Common addresses" &gt;&lt;p>
118     &lt; item &gt;&lt;p>
119      &lt; name &gt; Paul &lt; /name &gt;&lt;p>
120      &lt; address &gt; paul@nlpagan.net &lt; /address &gt;&lt;p>
121      &lt; remarks &gt; Writes Sylph. manual &lt; /remarks &gt;&lt;p>
122         &lt; /item &gt;&lt;p>
123     &lt; /group &gt;&lt;p>
124  &lt; /common_address &gt;&lt;p>
125 &lt; /addressbook &gt;
126 </PRE>
127 <HR>
128 </P>
129
130 <HR>
131 <A HREF="sylpheed-18.html">Next</A>
132 <A HREF="sylpheed-16.html">Previous</A>
133 <A HREF="sylpheed.html#toc17">Contents</A>
134 </BODY>
135 </HTML>