diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/C/config-prefs.sgml | 44 | ||||
-rw-r--r-- | help/C/preface.sgml | 43 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
3 files changed, 66 insertions, 25 deletions
diff --git a/help/C/config-prefs.sgml b/help/C/config-prefs.sgml index 73619ea05e..e3debd0ab6 100644 --- a/help/C/config-prefs.sgml +++ b/help/C/config-prefs.sgml @@ -1,4 +1,6 @@ +<!-- <!DOCTYPE Chapter PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"> +--> <chapter id="config-prefs"> <title>Advanced Configuration</title> @@ -227,10 +229,44 @@ <tip> <title>Sharing Mailboxes with Other Mail Programs</title> <para> - You may want to use <application>Evolution</application> and another email client, such as <application>Mutt</application>. You should download your mail as you would normally with <application>Mutt</application>. Set your identity in <application>Evolution</application> to be a Standard Unix mailbox file, UNIX mbox spool-format mail files, or the QMail maildir-format mail file. Then specify the file that you read your email from. You can now use both mail programs seamlessly together, using the same files. - </para> - </tip> - </sect3> + If you want to use <application>Evolution</application> + and another email client, such as + <application>Mutt</application>, at the same time, + here's how: + <orderedlist numeration="arabic"> + <listitem> + <para> + Download your mail in the other application as + you would normally. + </para> + </listitem> + <listitem> + <para> + In <application>Evolution</application> + <menuchoice><guimenu>Tools</guimenu><guimenuitem>Mail + Settings</guimenuitem></menuchoice>, and pick the account + you'd like to use to share mail. You may want to + create a new account just for this source of + mail. + </para> + </listitem> + <listitem> + <para> + Under the <guilabel>Receiving Mail</guilabel> + tab, select the type of mail file that your + other mail application uses, and then enter the + full path to that file. + </para> + </listitem> + <listitem> + <para> + Click the <guibutton>OK</guibutton> button. + </para> + </listitem> + </orderedlist> + </para> + </tip> + </sect3> <sect3 id="config-prefs-mail-network-transports"> <title>Mail Transports</title> diff --git a/help/C/preface.sgml b/help/C/preface.sgml index 26c7bd4e6f..28190668b6 100644 --- a/help/C/preface.sgml +++ b/help/C/preface.sgml @@ -311,15 +311,24 @@ navigating your mailbox with the keyboard instead of the mouse: <variablelist> - <varlistentry> - <term>Check Mail</term> + + <varlistentry> + <term>Navigating the Message List with the Keyboard</term> <listitem> <para> - Click <guibutton>Get Mail</guibutton> in the - toolbar. There is no keyboard shortcut for this task, - but you can ask <application>Evolution</application> - to check for new mail periodically in the - <guilabel>Mail Settings</guilabel> dialog. + Press <keycap>N</keycap> to jump to the next unread + message. <keycap>P</keycap> goes to the previous + unread message. Use the arrow keys to move up + and down along the list of all message. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>Display the next page of a message in the preview pane</term> + <listitem> + <para> + Press the space bar. </para> </listitem> </varlistentry> @@ -358,7 +367,7 @@ toolbar, or press <keycombo action="simul"> <keycap>Ctrl</keycap> - <keycap>J</keycap> + <keycap>F</keycap> </keycombo> </para> </listitem> @@ -382,17 +391,9 @@ <term>Create Filters and Virtual Folders</term> <listitem> <para> - You can create filters and Virtual Folders based on - specific message attributes from the message's - right-click menu. Alternately, select a message, and - then choose <menuchoice> <guimenu>Settings</guimenu> - <guimenuitem>Mail Filters</guimenuitem> </menuchoice> - or <menuchoice> <guimenu>Settings</guimenu> - <guimenuitem>Virtual Folder Editor</guimenuitem> - </menuchoice>. Filters are discussed in <xref - linkend="usage-mail-organize-filters">, and Virtual - Folders in <xref - linkend="usage-mail-organize-vfolders">. + Right-click on a message and select "Create Rule..." + menu items. You can also create filters and virtual + folders in the <guimenu>Tools</guimenu> menu. </para> </listitem> </varlistentry> @@ -401,7 +402,7 @@ </para> </sect2> <sect2 id="quickref-cal"> - <title>Calendar</title> + <title>Address Book</title> <para> <variablelist> <varlistentry> @@ -411,7 +412,7 @@ <tip id="new-appt"> <title>New Appointments Fast</title> <para> - Double-click in a blank space to create a new appointment. + Double-click in a blank space to create a new contact. </para> </tip> </para> diff --git a/help/ChangeLog b/help/ChangeLog index 9b405e374f..9c57072109 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2001-08-09 Aaron Weber <aaron@ximian.com> + + * C/config-prefs.sgml: Made sharing tip an orderedlist. + 2001-08-08 Kevin Breit <battery841@mediaone.net> * C/config-prefs.sgml: Add information about sharing mailbox files. |