From 980c6ee5677d24d2e9a0c848854347cb14af77e1 Mon Sep 17 00:00:00 2001 From: Johnny Jacob Date: Fri, 8 Feb 2008 09:26:37 +0000 Subject: Committed on behalf of PC Radhika . Fixes #511600, #511602. Docs for new features svn path=/trunk/; revision=34975 --- help/C/evolution.xml | 154 +++++++++++++++++++++++---- help/C/figures/evo_attachreminder_plugin.png | Bin 6782 -> 38713 bytes help/C/figures/evo_blink.png | Bin 548 -> 634 bytes help/C/figures/evo_crash_recovery.png | Bin 0 -> 11624 bytes help/C/figures/evo_custom_header.png | Bin 0 -> 14824 bytes help/C/figures/evo_debuglogs_a.png | Bin 0 -> 14521 bytes help/C/figures/evo_dialog-info.png | Bin 0 -> 1188 bytes help/C/figures/evo_dialog-warning.png | Bin 0 -> 966 bytes help/C/figures/evo_label_a.PNG | Bin 0 -> 19473 bytes help/C/figures/evo_labels_a.png | Bin 0 -> 38371 bytes help/C/figures/evo_newmail.png | Bin 3137 -> 3854 bytes help/C/figures/google_cal_view.png | Bin 0 -> 22264 bytes help/C/figures/mailer_preferences.png | Bin 82364 -> 61345 bytes 13 files changed, 135 insertions(+), 19 deletions(-) create mode 100644 help/C/figures/evo_crash_recovery.png create mode 100644 help/C/figures/evo_custom_header.png create mode 100644 help/C/figures/evo_debuglogs_a.png create mode 100644 help/C/figures/evo_dialog-info.png create mode 100644 help/C/figures/evo_dialog-warning.png create mode 100644 help/C/figures/evo_label_a.PNG create mode 100644 help/C/figures/evo_labels_a.png create mode 100644 help/C/figures/google_cal_view.png (limited to 'help/C') diff --git a/help/C/evolution.xml b/help/C/evolution.xml index 6fa3a179a1..62293b0401 100644 --- a/help/C/evolution.xml +++ b/help/C/evolution.xml @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ - + @@ -27,20 +27,20 @@ User's Guide to the Evolution Groupware Suite and Email Client - 2002-2007 + 2002-2008 &appversion; - September 2007 + March 2008 Radhika PC Novell, Inc - 2.10 - March 14, 2007 + 2.12 + September 2007 Radhika PC Novell, Inc @@ -75,7 +75,7 @@ &appname;™ &appversion; - September 2007 + February 2008 User guide @@ -1018,6 +1018,12 @@ +
+ Crash Recovery + Evolution displays a crash detection message when you restart it after a crash. + + Click Ignore to restore the preview pane displayed when Evolution was crashed. If you click Recover, Evolution opens with all preview panes hidden. +
Command Line Options Evolution has a number of command line options that you can use. You can find the full list by entering the command man evolution or evolution --help. The most important command line options are: @@ -1171,11 +1177,9 @@
New Mail Notification - Evolution notifies you of new e-mail arriving. When you receive a new mail in your inbox, Evolution display an e-mail notifier at the notification area for a few seconds. - - The e-mail notification feature also includes a blinking icon that disappears when you open the new e-mail. You can also click the icon to turn the notifier off. - - + Evolution notifies you of new e-mail arriving. When you receive a new mail in your inbox, a blinking icon appears on the Switcher. + + You can also view a blinking icon in the notification area that disappears when you open the new e-mail. You can keep the mose over the icon to view the notification message.
@@ -1517,7 +1521,7 @@
Attachment Reminder: - With Attachment plugin enabled, Evolution reminds you to attach a file to your email if it appears that you have not. If it finds that you have missed to attach a file, a message is displayed as shown below: + With Attachment Reminder plugin enabled, Evolution reminds you to attach a file to your email if it appears that you have not. If it finds that you have missed to attach a file, a message is displayed as shown below: @@ -1535,8 +1539,11 @@ - Click Add to add keywords such as “Attach” or “Attachment”. - Based on the keywords you have added here, it searches every email you are sending. If it finds the keywords such as “attach” in your e-mail and no actual attached file, you are reminded of missing attachments. + Click Add to add keywords such as “Attach” or “Attachment”. + Based on the keywords you have added here, it searches every email you are sending. If it finds the keywords such as “attach” in your e-mail and no actual attached file, you are reminded of missing attachments. + + + To edit any of the existing keywords, select the keyword and click Edit and modify.
@@ -2094,7 +2101,16 @@ Getting and Using GPG Public Keys To send an encrypted message, you need to use the recipient's public key in combination with your private key. Evolution handles the encryption, but you need to get the public key and add it to your keyring. To get public keys from a public key server, enter the command gpg --recv-keys --keyserver wwwkeys.pgp.net keyid, substituting keyid for your recipient's ID. You need to enter your password, and the ID is automatically added to your keyring. - If someone sends you a public key directly, save it as a plain text file and enter the command gpg --filename to add it to your keyring. + + The domain ’wwwkeys.pgp.net’ is assigned to multiple hosts in various networks. + The gpg utility tries to connect to one in the current network; and if that particular host is down, + it fails with a time-out. + To avoid this, Type $ host wwwkeys.pgp.net in a terminal console and get the IP address of the hosts. + You can ping each of them to find the one which is up and running. Now, you can replace wwwkeys.pgp.net in the gpg --recv-keys + --keyserver wwwkeys.pgp.net keyid command with that + explicit IP number as returned by the host utility. + + If someone sends you a public key directly, save it as a plain text file and enter the command gpg --import to add it to your keyring.
@@ -3670,8 +3686,56 @@ Click Mark as default folder if you want to mark this folder as your default calendar folder.
+ +
+ Google Calendar + Evolution allows you to access your Google calendar. You can view the Google calendar offline and create, modify and delete the calendar items online. + To integrate Google calendar to Evolution: + + + Click New, then select Calendar to open the New Calendar dialog. + + + Select Google from the Type drop-down list. + + + + + Enter the following: + + + + Name: + Specify a name for the Google calendar + + + + + Username: + Specify your username for your Google account + + + + + + Set the time to automatically refresh the calendar. + + + Select Use SSL to enable SSL for communication between Evolution and Google server. + + + If you want to set a color label for the calendar, click the Color tab and select the desired color and click OK. + + + If you want to view the calendar items offline, select Copy calendar content locally for offline operation check box. + If you have marked for offline operation, you cannot modify or create the calendar items. + + + Click OK to save your modifications. + + +
-
Scheduling With the Evolution Calendar There are two types of events you can schedule with Evolution: appointments and meetings. An appointment is an event you schedule for yourself only, and a meeting is an event that you schedule multiple people for. You can also use the busy/free search for meetings to determine the availability of invitees. @@ -6218,6 +6282,9 @@ Certificates + + Debug Logs + You reach the Evolution settings window by clicking Edit > Preferences. In the left part of the settings window is a column, similar to the Evolution switcher, that lets you choose which portion of Evolution to customize. The right part of the window is where you make your actual changes. @@ -6390,7 +6457,7 @@ Message Display: - Choose how long you want to wait before marking a message read, how to highlight quotations, and the default encoding. Enable ‘Fall back to threading message by subject’ to group the messages as message threads. You can also set the limit to the number of addresses displayed in the message header by enabling ‘Shrink To/CC/BCC header to’ option.You can also set the limit for rendering text content in the message you recive.By default, when you receive a message with text content more than 4096 Kilo Bytes, Evolution will not render the message in the preview pane. You can view unformatted text either inline or using an external application. + Choose how long you want to wait before marking a message read, how to highlight quotations, and the default encoding. Enable ‘Fall back to threading message by subject’ to group the messages as message threads. You can also set the limit to the number of addresses displayed in the message header by enabling ‘Shrink To/CC/BCC header to’ option.You can also set the limit for rendering text content in the message you recive.By default, when you receive a message with text content more than 4096 Kilo Bytes, Evolution will not render the message in the preview pane. You can view unformatted text either inline or using an external application. You can also enable Magic spacebar and search folders. To group the messages as threads select View > Group By threads or press Ctrl +T. @@ -6422,8 +6489,39 @@
- Color Preferences - The Mail Color preferences tool lets you select color labels for different kinds of messages. Click a color to change the color, or change the label associated with that color. Click revert to go back to previous settings. + Label Preferences + The Label preferences option lets you add color labels for different kinds of messages. You can add, edit or remove the labels. You can also assign colors to each label you have created. + + + You cannot remove the default labels. + + + + Click Add and specify the name in the Label Name dialog. + + + Click the color tab and select a color, then click OK. + + + To edit label properties: + + + Select the label and click Edit. + + + Edit name and color, then click OK. + + + To assign a label for mail: + + + Right-click the message from the message preview. + + + Click Label and select the desired label for the message. + + +
@@ -6802,6 +6900,24 @@
+ +
+ Debug Logs + Evolution allows you to view the error logs and set the display duration for the error message in the statusbar. When an error occurs, statusbar display the error message for the specified duration and then it is moved to the debug file. + + + From Help menu, select Debug Logs. + + + + Specify the display duration for the error messages. + The messages remain in the statusbar for this specified time. + + + + The icon indicates that the error message displayed is a warning. The icon is displayed with a “for-your-information” message. + +
diff --git a/help/C/figures/evo_attachreminder_plugin.png b/help/C/figures/evo_attachreminder_plugin.png index 50f923a076..82528d6567 100644 Binary files a/help/C/figures/evo_attachreminder_plugin.png and b/help/C/figures/evo_attachreminder_plugin.png differ diff --git a/help/C/figures/evo_blink.png b/help/C/figures/evo_blink.png index b4254f15e4..95e29161ba 100644 Binary files a/help/C/figures/evo_blink.png and b/help/C/figures/evo_blink.png differ diff --git a/help/C/figures/evo_crash_recovery.png b/help/C/figures/evo_crash_recovery.png new file mode 100644 index 0000000000..ec5070f31d Binary files /dev/null and b/help/C/figures/evo_crash_recovery.png differ diff --git a/help/C/figures/evo_custom_header.png b/help/C/figures/evo_custom_header.png new file mode 100644 index 0000000000..696ea5fe43 Binary files /dev/null and b/help/C/figures/evo_custom_header.png differ diff --git a/help/C/figures/evo_debuglogs_a.png b/help/C/figures/evo_debuglogs_a.png new file mode 100644 index 0000000000..297fbf7636 Binary files /dev/null and b/help/C/figures/evo_debuglogs_a.png differ diff --git a/help/C/figures/evo_dialog-info.png b/help/C/figures/evo_dialog-info.png new file mode 100644 index 0000000000..38efded55c Binary files /dev/null and b/help/C/figures/evo_dialog-info.png differ diff --git a/help/C/figures/evo_dialog-warning.png b/help/C/figures/evo_dialog-warning.png new file mode 100644 index 0000000000..3995c22b12 Binary files /dev/null and b/help/C/figures/evo_dialog-warning.png differ diff --git a/help/C/figures/evo_label_a.PNG b/help/C/figures/evo_label_a.PNG new file mode 100644 index 0000000000..d7070ca380 Binary files /dev/null and b/help/C/figures/evo_label_a.PNG differ diff --git a/help/C/figures/evo_labels_a.png b/help/C/figures/evo_labels_a.png new file mode 100644 index 0000000000..aa42235819 Binary files /dev/null and b/help/C/figures/evo_labels_a.png differ diff --git a/help/C/figures/evo_newmail.png b/help/C/figures/evo_newmail.png index e2cc9691ec..323fb738cf 100644 Binary files a/help/C/figures/evo_newmail.png and b/help/C/figures/evo_newmail.png differ diff --git a/help/C/figures/google_cal_view.png b/help/C/figures/google_cal_view.png new file mode 100644 index 0000000000..01c80e81f6 Binary files /dev/null and b/help/C/figures/google_cal_view.png differ diff --git a/help/C/figures/mailer_preferences.png b/help/C/figures/mailer_preferences.png index 7954080501..6bbd2b3c73 100644 Binary files a/help/C/figures/mailer_preferences.png and b/help/C/figures/mailer_preferences.png differ -- cgit v1.2.3