From 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 26 Feb 2018 11:23:00 +0100 Subject: Initial commit for sylpheed 3.7.0 --- manual/en/sylpheed-17.html | 127 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 manual/en/sylpheed-17.html (limited to 'manual/en/sylpheed-17.html') 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 @@ + + + + + Sylpheed User's Manual: Reference + + + + + +Next +Previous +Contents +
+

17. Reference

+ +

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. +

17.1 Short-Cut Key List +

+ +

+

One-key shortcuts:

+ +

+

+

Shortcuts to the File menu:

+ +

+

+

Shortcuts to the Edit menu

+ +

+

+

Shortcuts to the View menu

+ +

+

+

Shortcuts to the Message menu

+ +

+

+

Shortcuts to the Summary menu

+ +

+

+

Shortcuts to the Tool menu

+ +

+

+

17.2 Data Format of Address Book +

+ +

The addressbook is located in  /.sylpheed. It is named addressbook.xml. +The general format of the addressbook is: +

+

+


+
+< addressbook ><p>
+ < common_address ><p>
+    < group name="Common addresses" ><p>
+    < item ><p>
+     < name > Paul < /name ><p>
+     < address > paul@nlpagan.net < /address ><p>
+     < remarks > Writes Sylph. manual < /remarks ><p>
+        < /item ><p>
+    < /group ><p>
+ < /common_address ><p>
+< /addressbook >
+
+
+

+


+Next +Previous +Contents + + -- cgit v1.3