From b5b802227537fe441f2fcb7cdd7cfee1ca5d6295 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 18 Feb 2012 14:57:59 +0100 Subject: User Docs: Use tag consistently --- help/C/change-keyboard-shortcuts.page | 4 ++-- help/C/mail-encryption-gpg-create-key.page | 4 ++-- help/C/mail-encryption-gpg-getting-keys.page | 4 ++-- help/C/mail-error-folder-mismatch.page | 2 +- help/C/mail-filters-conditions.page | 2 +- help/C/mail-search-folders-conditions.page | 4 ++-- help/C/mail-search-folders-enable.page | 2 +- help/C/offline.page | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) (limited to 'help/C') diff --git a/help/C/change-keyboard-shortcuts.page b/help/C/change-keyboard-shortcuts.page index b4ce518d73..4b38c654c1 100644 --- a/help/C/change-keyboard-shortcuts.page +++ b/help/C/change-keyboard-shortcuts.page @@ -4,7 +4,7 @@ Changing keyboard shortcuts. - + Andre Klapper ak-47@gmx.net @@ -19,7 +19,7 @@

Open the Terminal application.

-

Run the command gsettings set org.gnome.desktop.interface can-change-accels true

+

Run the command gsettings set org.gnome.desktop.interface can-change-accels true

Start Evolution.

Hover your mouse cursor over the menu bar item for which you want to add or change the keyboard shortcut.

Type the shortcut that you want on the keyboard.

diff --git a/help/C/mail-encryption-gpg-create-key.page b/help/C/mail-encryption-gpg-create-key.page index e7997e2819..486f1727d2 100644 --- a/help/C/mail-encryption-gpg-create-key.page +++ b/help/C/mail-encryption-gpg-create-key.page @@ -6,7 +6,7 @@ - + Andre Klapper ak-47@gmx.net @@ -44,7 +44,7 @@

If you want, you can upload your keys to a key server:

Check your public key ID with gpg --list-keys. It is the string after 1024D on the line beginning with pub. In the example above, it is 32j38dk2.

-

Enter the command gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2. Substitute your key ID for 32j38dk2. You need your password to do this.

+

Enter the command gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2. Substitute your key ID for 32j38dk2. You need your password to do this.

Key servers store your public keys for you so that your friends can decrypt your messages. If you choose not to use a key server, you can manually send your public key, include it in your signature file, or put it on your own Web page. However, it is easier to publish a key once, and then let people download it from a central place when they want.

diff --git a/help/C/mail-encryption-gpg-getting-keys.page b/help/C/mail-encryption-gpg-getting-keys.page index 9613fca391..030d269c0a 100644 --- a/help/C/mail-encryption-gpg-getting-keys.page +++ b/help/C/mail-encryption-gpg-getting-keys.page @@ -25,7 +25,7 @@

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 by your recipient's ID. You need to enter your password, and the ID is automatically added 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 by 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 --import to add it to your keyring.

+

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.

diff --git a/help/C/mail-error-folder-mismatch.page b/help/C/mail-error-folder-mismatch.page index 6ad3667fe4..b9822aabde 100644 --- a/help/C/mail-error-folder-mismatch.page +++ b/help/C/mail-error-folder-mismatch.page @@ -28,7 +28,7 @@

These steps apply to the versions 3.0 and 3.2. Note that Evolution's file locations in 2.30 and 2.32 are different (~/.evolution/mail/local/ instead of ~/.local/share/evolution/mail/local/).

-

Open the Terminal application (category System Tools) and type in the command evolution --force-shutdown. This command stops Evolution and all the processes related to it.

+

Open the Terminal application (category System Tools) and type in the command evolution --force-shutdown. This command stops Evolution and all the processes related to it.

Remove the files ending in:

.ev-summary

diff --git a/help/C/mail-filters-conditions.page b/help/C/mail-filters-conditions.page index 24475439c4..9b26ebff6b 100644 --- a/help/C/mail-filters-conditions.page +++ b/help/C/mail-filters-conditions.page @@ -82,7 +82,7 @@

Filters based on the mailing list the message came from. This filter might miss messages from some list servers, because it checks for the X-BeenThere header, which is used to identify mailing lists or other redistributors of mail. Mail from list servers that do not set X-BeenThere properly are not be caught by these filters.

Regex Match:

-

(For programmers only) If you know your way around a regex, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the grep command.

+

(For programmers only) If you know your way around a regex, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the grep command.

Source Account:

Filters messages according the server you got them from. This is most useful if you use multiple POP mail accounts.

diff --git a/help/C/mail-search-folders-conditions.page b/help/C/mail-search-folders-conditions.page index ced10fb4f6..f5ac92bc92 100644 --- a/help/C/mail-search-folders-conditions.page +++ b/help/C/mail-search-folders-conditions.page @@ -6,7 +6,7 @@ - + Andre Klapper ak-47@gmx.net @@ -82,7 +82,7 @@

Filters based on the mailing list the message came from. This filter might miss messages from some list servers, because it checks for the X-BeenThere header, which is used to identify mailing lists or other redistributors of mail. Mail from list servers that do not set X-BeenThere properly are not be caught by these filters.

Regex Match:

-

(For programmers only) If you know your way around a regex, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the grep command.

+

(For programmers only) If you know your way around a regex, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the grep command.

Message Location:

diff --git a/help/C/mail-search-folders-enable.page b/help/C/mail-search-folders-enable.page index 318a70ddc0..1644c7ac42 100644 --- a/help/C/mail-search-folders-enable.page +++ b/help/C/mail-search-folders-enable.page @@ -23,7 +23,7 @@

Open the Terminal application.

-

Run the command gsettings set org.gnome.evolution.mail enable-vfolders true

+

Run the command gsettings set org.gnome.evolution.mail enable-vfolders true

You can also use the dconf-editor application to do this.

diff --git a/help/C/offline.page b/help/C/offline.page index 5556a3b05a..c48ce26eb5 100644 --- a/help/C/offline.page +++ b/help/C/offline.page @@ -7,7 +7,7 @@ - + Brian Grohe grohe43@gmail.com @@ -21,7 +21,7 @@
Why is Evolution offline when my net connection is working? -

You may have started Evolution with the --offline commandline option.

+

You may have started Evolution with the --offline commandline option.

If this is not the case and Evolution normally works but has suddenly stopped connecting, you may have unintentionally clicked on the connection icon in the lower left corner. When connected, the icon resembles a pair of sockets joined together. If the sockets are open, there is no connection (and the Send/Receive button is grayed out). Click on the icon to change its state.

-- cgit v1.2.3