123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
- <HTML>
- <HEAD>
- <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
- <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.</A> <A HREF="sylpheed.html#toc17">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.</P>
- <H2><A NAME="shortcut"></A> <A NAME="ss17.1">17.1</A> <A HREF="sylpheed.html#toc17.1">Short-Cut Key List</A>
- </H2>
- <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>
- </P>
- <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>
- </P>
- <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>
- </P>
- <H3>Shortcuts to the View menu</H3>
- <P>
- <UL>
- <LI>Alt-V: open VIEW menu</LI>
- </UL>
- </P>
- <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>
- </P>
- <H3>Shortcuts to the Summary menu</H3>
- <P>
- <UL>
- <LI>Alt-S: open SUMMARY menu
- </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>
- </P>
- <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>
- </P>
- <H2><A NAME="ss17.2">17.2</A> <A HREF="sylpheed.html#toc17.2">Data Format of Address Book</A>
- </H2>
- <P>The addressbook is located in /.sylpheed. It is named addressbook.xml.
- The general format of the addressbook is:</P>
- <P>
- <HR>
- <PRE>
- < 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 >
- </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>
|