aboutsummaryrefslogtreecommitdiff
path: root/manual/en/sylpheed-17.html
blob: c1ba27dc5b62c2c7bb0a19621d0251d0ea665835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE>Sylpheed User's Manual: Reference</TITLE>
 <LINK HREF="sylpheed-18.html" REL=next>
 <LINK HREF="sylpheed-16.html" REL=previous>
 <LINK HREF="sylpheed.html#toc17" REL=contents>
</HEAD>
<BODY>
<A HREF="sylpheed-18.html">Next</A>
<A HREF="sylpheed-16.html">Previous</A>
<A HREF="sylpheed.html#toc17">Contents</A>
<HR>
<H2><A NAME="s17">17. Reference</A></H2>

<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.
<H2><A NAME="shortcut"></A> <A NAME="ss17.1">17.1 Short-Cut Key List</A>
</H2>

<P>
<H3>One-key shortcuts:</H3>

<P>
<UL>
<LI>a: create a new message</LI>
<LI>d: delete the selected message</LI>
<LI>f: forward the selected message#</LI>
<LI>g: go to a specific folder through a browsing dialog</LI>
<LI>n: jump to the next message/next part of a multipart message</LI>
<LI>p: jump to the previous message/previous part of a multipart message</LI>
<LI>v: switch on/off the message view</LI>
<LI>w: same as a</LI>
<LI>y: Opens save as... dialog</LI>
</UL>
<H3>Shortcuts to the File menu:</H3>

<P>
<UL>
<LI>Alt-F: open FILE menu</LI>
<LI>Alt-P: print</LI>
<LI>Alt-W: close</LI>
<LI>Alt-Q: exit</LI>
</UL>
<H3>Shortcuts to the Edit menu</H3>

<P>
<UL>
<LI>Alt-E: open EDIT menu</LI>
<LI>Ctrl-C: copy</LI>
<LI>Ctrl-A: select all</LI>
<LI>Ctrl-S: search</LI>
</UL>
<H3>Shortcuts to the View menu</H3>

<P>
<UL>
<LI>Alt-V: open VIEW menu</LI>
</UL>
<H3>Shortcuts to the Message menu</H3>

<P>
<UL>
<LI>Alt-M: open MESSAGE menu</LI>
<LI>Alt-I: check mail for current account</LI>
<LI>Shift-Alt-I: Check mail for all accounts</LI>
<LI>Alt-N: compose new message</LI>
<LI>Alt-R: reply to message</LI>
<LI>Ctrl-Alt-R: reply to sender (contrary to reply to e.g. mailing list)</LI>
<LI>Shift-Alt-R: reply to all (includes all addresses in To: and Cc:)</LI>
<LI>Ctrl-F: forward message</LI>
<LI>Shift-Ctrl-F: forward message as attachment</LI>
<LI>Alt-O: move message</LI>
<LI>Alt-D: delete message</LI>
<LI>Shift-Ctrl-N: open message in new window</LI>
<LI>Ctrl-U: view message source</LI>
<LI>Ctrl-H: show all message headers</LI>
</UL>
<H3>Shortcuts to the Summary menu</H3>

<P>
<UL>
<LI>Alt-S: open SUMMARY menu<P>
</LI>
<LI>Alt-X: execute (pending commands, only useful when commands are not executed immediately)</LI>
<LI>Alt-U: update view</LI>
<LI>Alt-G: go to other folder</LI>
<LI>Ctrl-T: thread view</LI>
<LI>Shift-Ctrl-T: unthread view</LI>
</UL>
<H3>Shortcuts to the Tool menu</H3>

<P>
<UL>
<LI>Alt-T: open tool menu</LI>
<LI>Alt-A: open addressbook</LI>
<LI>Alt-L: open logfile</LI>
</UL>
<H2><A NAME="ss17.2">17.2 Data Format of Address Book</A>
</H2>

<P>The addressbook is located in &nbsp;/.sylpheed. It is named addressbook.xml.
The general format of the addressbook is:
<P>
<P>
<HR>
<PRE>
&lt; addressbook &gt;&lt;p>
 &lt; common_address &gt;&lt;p>
    &lt; group name="Common addresses" &gt;&lt;p>
    &lt; item &gt;&lt;p>
     &lt; name &gt; Paul &lt; /name &gt;&lt;p>
     &lt; address &gt; paul@nlpagan.net &lt; /address &gt;&lt;p>
     &lt; remarks &gt; Writes Sylph. manual &lt; /remarks &gt;&lt;p>
        &lt; /item &gt;&lt;p>
    &lt; /group &gt;&lt;p>
 &lt; /common_address &gt;&lt;p>
&lt; /addressbook &gt;
</PRE>
<HR>
<P>
<HR>
<A HREF="sylpheed-18.html">Next</A>
<A HREF="sylpheed-16.html">Previous</A>
<A HREF="sylpheed.html#toc17">Contents</A>
</BODY>
</HTML>