aboutsummaryrefslogtreecommitdiff
path: root/manual/en/sylpheed-17.html
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-12 11:22:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-12 11:22:08 +0000
commitb9ca7b1ef5cd1f96ae6e28ae78d12c1e3258c23f (patch)
tree1203adec5f70af1ddd49868528d8d3a5b9004329 /manual/en/sylpheed-17.html
Initial import of Sylpheed (GTK2 version).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1 ee746299-78ed-0310-b773-934348b2243d
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 00000000..c1ba27dc
--- /dev/null
+++ b/manual/en/sylpheed-17.html
@@ -0,0 +1,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>