summaryrefslogtreecommitdiff
path: root/manual/en/sylpheed-17.html
diff options
context:
space:
mode:
authorSimeon Simeonov2018-02-26 11:23:00 +0100
committerSimeon Simeonov2018-02-26 11:23:00 +0100
commit0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch)
treeaf916a30553c78ce9d4f2d8658656a175c5b6921 /manual/en/sylpheed-17.html
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'manual/en/sylpheed-17.html')
-rw-r--r--manual/en/sylpheed-17.html127
1 files changed, 127 insertions, 0 deletions
diff --git a/manual/en/sylpheed-17.html b/manual/en/sylpheed-17.html
new file mode 100644
index 0000000..c1ba27d
--- /dev/null
+++ b/manual/en/sylpheed-17.html
@@ -0,0 +1,127 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<HTML>
3<HEAD>
4 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
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. 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.
18<H2><A NAME="shortcut"></A> <A NAME="ss17.1">17.1 Short-Cut Key List</A>
19</H2>
20
21<P>
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<H3>Shortcuts to the File menu:</H3>
37
38<P>
39<UL>
40<LI>Alt-F: open FILE menu</LI>
41<LI>Alt-P: print</LI>
42<LI>Alt-W: close</LI>
43<LI>Alt-Q: exit</LI>
44</UL>
45<H3>Shortcuts to the Edit menu</H3>
46
47<P>
48<UL>
49<LI>Alt-E: open EDIT menu</LI>
50<LI>Ctrl-C: copy</LI>
51<LI>Ctrl-A: select all</LI>
52<LI>Ctrl-S: search</LI>
53</UL>
54<H3>Shortcuts to the View menu</H3>
55
56<P>
57<UL>
58<LI>Alt-V: open VIEW menu</LI>
59</UL>
60<H3>Shortcuts to the Message menu</H3>
61
62<P>
63<UL>
64<LI>Alt-M: open MESSAGE menu</LI>
65<LI>Alt-I: check mail for current account</LI>
66<LI>Shift-Alt-I: Check mail for all accounts</LI>
67<LI>Alt-N: compose new message</LI>
68<LI>Alt-R: reply to message</LI>
69<LI>Ctrl-Alt-R: reply to sender (contrary to reply to e.g. mailing list)</LI>
70<LI>Shift-Alt-R: reply to all (includes all addresses in To: and Cc:)</LI>
71<LI>Ctrl-F: forward message</LI>
72<LI>Shift-Ctrl-F: forward message as attachment</LI>
73<LI>Alt-O: move message</LI>
74<LI>Alt-D: delete message</LI>
75<LI>Shift-Ctrl-N: open message in new window</LI>
76<LI>Ctrl-U: view message source</LI>
77<LI>Ctrl-H: show all message headers</LI>
78</UL>
79<H3>Shortcuts to the Summary menu</H3>
80
81<P>
82<UL>
83<LI>Alt-S: open SUMMARY menu<P>
84</LI>
85<LI>Alt-X: execute (pending commands, only useful when commands are not executed immediately)</LI>
86<LI>Alt-U: update view</LI>
87<LI>Alt-G: go to other folder</LI>
88<LI>Ctrl-T: thread view</LI>
89<LI>Shift-Ctrl-T: unthread view</LI>
90</UL>
91<H3>Shortcuts to the Tool menu</H3>
92
93<P>
94<UL>
95<LI>Alt-T: open tool menu</LI>
96<LI>Alt-A: open addressbook</LI>
97<LI>Alt-L: open logfile</LI>
98</UL>
99<H2><A NAME="ss17.2">17.2 Data Format of Address Book</A>
100</H2>
101
102<P>The addressbook is located in &nbsp;/.sylpheed. It is named addressbook.xml.
103The general format of the addressbook is:
104<P>
105<P>
106<HR>
107<PRE>
108&lt; addressbook &gt;&lt;p>
109 &lt; common_address &gt;&lt;p>
110 &lt; group name="Common addresses" &gt;&lt;p>
111 &lt; item &gt;&lt;p>
112 &lt; name &gt; Paul &lt; /name &gt;&lt;p>
113 &lt; address &gt; paul@nlpagan.net &lt; /address &gt;&lt;p>
114 &lt; remarks &gt; Writes Sylph. manual &lt; /remarks &gt;&lt;p>
115 &lt; /item &gt;&lt;p>
116 &lt; /group &gt;&lt;p>
117 &lt; /common_address &gt;&lt;p>
118&lt; /addressbook &gt;
119</PRE>
120<HR>
121<P>
122<HR>
123<A HREF="sylpheed-18.html">Next</A>
124<A HREF="sylpheed-16.html">Previous</A>
125<A HREF="sylpheed.html#toc17">Contents</A>
126</BODY>
127</HTML>