Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/evolution-data-server/, mail-client/evolution/, ...
Date: Mon, 29 Aug 2011 03:23:37
Message-Id: 96d36ced9cd4692b8be160f7e43a7f6eca599345.tetromino@gentoo
1 commit: 96d36ced9cd4692b8be160f7e43a7f6eca599345
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 29 02:50:37 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Mon Aug 29 02:50:37 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=96d36ced
7
8 evolution & friends: 3.1.5 → 3.1.90
9
10 Bump evolution and friends to 3.1.90; features lots of bugfixes and a
11 new settings API. The mallard relaxng patch has been applied upstream.
12 Make sure to use ${EPREFIX}/usr as the kerberos library directory prefix
13 for prefix friendliness.
14
15 ---
16 ....ebuild => evolution-data-server-3.1.90.ebuild} | 0
17 ...1.5.ebuild => evolution-exchange-3.1.90.ebuild} | 2 +-
18 .../evolution-exchange-9999.ebuild | 2 +-
19 ...lution-3.1.5.ebuild => evolution-3.1.90.ebuild} | 5 +-
20 mail-client/evolution/evolution-9999.ebuild | 4 +-
21 ...n-3.1.5-mallard-relaxng-validation-errors.patch | 430 --------------------
22 6 files changed, 5 insertions(+), 438 deletions(-)
23
24 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.1.5.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.1.90.ebuild
25 similarity index 100%
26 rename from gnome-extra/evolution-data-server/evolution-data-server-3.1.5.ebuild
27 rename to gnome-extra/evolution-data-server/evolution-data-server-3.1.90.ebuild
28
29 diff --git a/gnome-extra/evolution-exchange/evolution-exchange-3.1.5.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-3.1.90.ebuild
30 similarity index 97%
31 rename from gnome-extra/evolution-exchange/evolution-exchange-3.1.5.ebuild
32 rename to gnome-extra/evolution-exchange/evolution-exchange-3.1.90.ebuild
33 index 6891c2f..2daeb35 100644
34 --- a/gnome-extra/evolution-exchange/evolution-exchange-3.1.5.ebuild
35 +++ b/gnome-extra/evolution-exchange/evolution-exchange-3.1.90.ebuild
36 @@ -41,7 +41,7 @@ DEPEND="${RDEPEND}
37
38 pkg_setup() {
39 G2CONF="${G2CONF}
40 - --with-krb5=/usr
41 + --with-krb5=${EPREFIX}/usr
42 --with-openldap
43 --disable-static
44 --disable-maintainer-mode
45
46 diff --git a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
47 index 6891c2f..2daeb35 100644
48 --- a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
49 +++ b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
50 @@ -41,7 +41,7 @@ DEPEND="${RDEPEND}
51
52 pkg_setup() {
53 G2CONF="${G2CONF}
54 - --with-krb5=/usr
55 + --with-krb5=${EPREFIX}/usr
56 --with-openldap
57 --disable-static
58 --disable-maintainer-mode
59
60 diff --git a/mail-client/evolution/evolution-3.1.5.ebuild b/mail-client/evolution/evolution-3.1.90.ebuild
61 similarity index 97%
62 rename from mail-client/evolution/evolution-3.1.5.ebuild
63 rename to mail-client/evolution/evolution-3.1.90.ebuild
64 index e583ee1..49c720f 100644
65 --- a/mail-client/evolution/evolution-3.1.5.ebuild
66 +++ b/mail-client/evolution/evolution-3.1.90.ebuild
67 @@ -118,7 +118,7 @@ pkg_setup() {
68 $(use_enable python)
69 $(use_with clutter)
70 $(use_with ldap openldap)
71 - $(use_with kerberos krb5 /usr)"
72 + $(use_with kerberos krb5 ${EPREFIX}/usr)"
73
74 # workaround for lack of EAPI 4 support in python.eclass
75 local myconf="--disable-contact-maps"
76 @@ -157,9 +157,6 @@ pkg_setup() {
77 }
78
79 src_prepare() {
80 - # https://bugzilla.gnome.org/show_bug.cgi?id=656537
81 - epatch "${FILESDIR}/${P}-mallard-relaxng-validation-errors.patch"
82 -
83 # Use NSS/NSPR only if 'ssl' is enabled.
84 if use ssl ; then
85 sed -e 's|mozilla-nss|nss|' \
86
87 diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild
88 index ea6f018..49c720f 100644
89 --- a/mail-client/evolution/evolution-9999.ebuild
90 +++ b/mail-client/evolution/evolution-9999.ebuild
91 @@ -8,7 +8,7 @@ GCONF_DEBUG="no"
92 GNOME2_LA_PUNT="yes"
93 PYTHON_DEPEND="python? 2:2.4"
94
95 -inherit autotools flag-o-matic gnome2 python
96 +inherit autotools eutils flag-o-matic gnome2 python
97 if [[ ${PV} = 9999 ]]; then
98 inherit gnome2-live
99 fi
100 @@ -118,7 +118,7 @@ pkg_setup() {
101 $(use_enable python)
102 $(use_with clutter)
103 $(use_with ldap openldap)
104 - $(use_with kerberos krb5 /usr)"
105 + $(use_with kerberos krb5 ${EPREFIX}/usr)"
106
107 # workaround for lack of EAPI 4 support in python.eclass
108 local myconf="--disable-contact-maps"
109
110 diff --git a/mail-client/evolution/files/evolution-3.1.5-mallard-relaxng-validation-errors.patch b/mail-client/evolution/files/evolution-3.1.5-mallard-relaxng-validation-errors.patch
111 deleted file mode 100644
112 index 8f1eaf1..0000000
113 --- a/mail-client/evolution/files/evolution-3.1.5-mallard-relaxng-validation-errors.patch
114 +++ /dev/null
115 @@ -1,430 +0,0 @@
116 -From 825e64ba1f268b05d590e7fda4d7e77815571018 Mon Sep 17 00:00:00 2001
117 -From: Alexandre Rostovtsev <tetromino@×××××.com>
118 -Date: Sun, 14 Aug 2011 20:33:56 -0400
119 -Subject: [PATCH] Fix mallard relaxng validation errors in help pages
120 -
121 -Addresses https://bugzilla.gnome.org/show_bug.cgi?id=656537
122 ----
123 - help/C/calendar-layout-appointment-display.page | 2 ++
124 - help/C/calendar-searching.page | 2 +-
125 - help/C/contacts-ldap.page | 2 +-
126 - help/C/contacts-searching.page | 2 +-
127 - help/C/contacts-using-contact-lists.page | 2 +-
128 - help/C/import-apps-outlook.page | 9 +++++----
129 - help/C/mail-composer-html-image.page | 2 +-
130 - help/C/mail-composer-several-recipients.page | 4 ++--
131 - help/C/mail-encryption-gpg-create-key.page | 4 ++--
132 - help/C/mail-encryption-gpg-set-up.page | 3 ++-
133 - help/C/mail-filters.page | 1 -
134 - help/C/mail-folders.page | 9 +++++----
135 - help/C/mail-organizing.page | 4 ++--
136 - help/C/mail-searching.page | 2 +-
137 - help/C/mail-send-and-receive.page | 2 +-
138 - help/C/mail-sending-options-smtp.page | 3 ++-
139 - help/C/mail-sorting-message-list.page | 16 ++++++++--------
140 - help/C/mail-spam-settings.page | 3 ++-
141 - help/C/memos-searching.page | 2 +-
142 - help/C/tasks-searching.page | 2 +-
143 - help/C/using-categories.page | 4 ++--
144 - 21 files changed, 43 insertions(+), 37 deletions(-)
145 -
146 -diff --git a/help/C/calendar-layout-appointment-display.page b/help/C/calendar-layout-appointment-display.page
147 -index 621cc60..010c83e 100644
148 ---- a/help/C/calendar-layout-appointment-display.page
149 -+++ b/help/C/calendar-layout-appointment-display.page
150 -@@ -47,7 +47,9 @@
151 - <section id="date-time">
152 - <title>Date/Time Format</title>
153 - <list>
154 -+<item>
155 - <p>You can change the format of the <gui>Date</gui> column by setting your preferred format.</p><p>The placeholders in the format expression are strftime variables.</p>
156 -+</item>
157 - </list>
158 - </section>
159 -
160 -diff --git a/help/C/calendar-searching.page b/help/C/calendar-searching.page
161 -index d600668..0b2d445 100644
162 ---- a/help/C/calendar-searching.page
163 -+++ b/help/C/calendar-searching.page
164 -@@ -70,7 +70,7 @@
165 - <section id="editing-a-saved-search">
166 - <title>Editing a Saved Search</title>
167 - <steps>
168 --<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p>.</item>
169 -+<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p></item>
170 - <item><p>Click the <gui style="button">Edit</gui> button to open the <gui>Edit Rule</gui> window.</p></item>
171 - <item><p>Edit the title or search conditions from the dialog box.</p></item>
172 - <item><p>Click <gui>OK</gui>.</p></item>
173 -diff --git a/help/C/contacts-ldap.page b/help/C/contacts-ldap.page
174 -index 119b005..37815ac 100644
175 ---- a/help/C/contacts-ldap.page
176 -+++ b/help/C/contacts-ldap.page
177 -@@ -61,7 +61,7 @@
178 -
179 - </section>
180 -
181 --<section id="add-ldap-addressbook">
182 -+<section id="ldap-vs-local-addressbooks">
183 - <title>Differences to local address books</title>
184 -
185 - <p>LDAP address books work like local address books on your computer, with the following exceptions:</p>
186 -diff --git a/help/C/contacts-searching.page b/help/C/contacts-searching.page
187 -index e4fbcef..ab7e826 100644
188 ---- a/help/C/contacts-searching.page
189 -+++ b/help/C/contacts-searching.page
190 -@@ -70,7 +70,7 @@
191 - <section id="editing-a-saved-search">
192 - <title>Editing a Saved Search</title>
193 - <steps>
194 --<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p>.</item>
195 -+<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p></item>
196 - <item><p>Click the <gui style="button">Edit</gui> button to open the <gui>Edit Rule</gui> window.</p></item>
197 - <item><p>Edit the title or search conditions from the dialog box.</p></item>
198 - <item><p>Click <gui>OK</gui>.</p></item>
199 -diff --git a/help/C/contacts-using-contact-lists.page b/help/C/contacts-using-contact-lists.page
200 -index b538223..0fd5a40 100644
201 ---- a/help/C/contacts-using-contact-lists.page
202 -+++ b/help/C/contacts-using-contact-lists.page
203 -@@ -40,7 +40,7 @@
204 - <p>The contact list will be added to the chosen address book in Evolution.</p>
205 - </section>
206 -
207 --<section id="create-contact-list">
208 -+<section id="send-to-contact-list">
209 - <title>Sending messages to a contact list</title>
210 - <p>To send a message to the contact list, enter the name that you chose for the contact list as the recipient in the mail composer. You can also right-click the contact list in your address book and select <gui>Send Message to List</gui>.</p>
211 - </section>
212 -diff --git a/help/C/import-apps-outlook.page b/help/C/import-apps-outlook.page
213 -index 1b9a242..cee5655 100644
214 ---- a/help/C/import-apps-outlook.page
215 -+++ b/help/C/import-apps-outlook.page
216 -@@ -35,10 +35,10 @@
217 - <td></td><td><p>Windows 7, Windows Vista</p></td><td><p>Windows XP</p></td>
218 - </tr>
219 - <tr>
220 -- <td>Outlook 2010</td><td><p><file>C:\Users\username\My Documents\Outlook Files</file></p></td><td><p><file>C:\Documents and Settings\username\My Documents\Outlook Files</file></p></td>
221 -+ <td><p>Outlook 2010</p></td><td><p><file>C:\Users\username\My Documents\Outlook Files</file></p></td><td><p><file>C:\Documents and Settings\username\My Documents\Outlook Files</file></p></td>
222 - </tr>
223 - <tr>
224 -- <td>Outlook 2007 and earlier</td><td><p><file>C:\Users\username\AppData\Local\Microsoft\Outlook</file></p></td><td><p><file>C:\Documents and Settings\username\AppData\Local\Microsoft\Outlook</file></p></td>
225 -+ <td><p>Outlook 2007 and earlier</p></td><td><p><file>C:\Users\username\AppData\Local\Microsoft\Outlook</file></p></td><td><p><file>C:\Documents and Settings\username\AppData\Local\Microsoft\Outlook</file></p></td>
226 - </tr>
227 - </table>
228 - <p>(Replace "username" by your username.)</p>
229 -@@ -53,13 +53,14 @@
230 - </steps>
231 - </section>
232 -
233 --<section id="prerequisites">
234 -+<section id="importing">
235 - <title>Importing into Evolution</title>
236 - <steps>
237 - <item><p>Click <guiseq><gui>File</gui><gui>Import</gui></guiseq>.</p></item>
238 - <item><p>In the <gui>Importer Type</gui> tab, click <gui>Import a single file</gui>.</p></item>
239 --<item><p>Choose the Outlook personal folders (.pst) file that you would like to import.</p><p>The file type will be automatically determined.</p></item>
240 -+<item><p>Choose the Outlook personal folders (.pst) file that you would like to import.</p><p>The file type will be automatically determined.</p>
241 - <note style="tip"><p>If the option to import Outlook personal folders (.pst files) is not available under <guiseq><gui>File</gui><gui>Import</gui><gui>Import single file</gui><gui>File type</gui></guiseq>, your distribution might have not enabled this functionality.</p></note>
242 -+</item>
243 - <item><p>Choose the destination (e.g. the folder in Evolution) for the imported data.</p></item>
244 - <item><p>Repeat the import steps until you have imported all your data.</p></item>
245 - </steps>
246 -diff --git a/help/C/mail-composer-html-image.page b/help/C/mail-composer-html-image.page
247 -index 44e4d71..825b504 100644
248 ---- a/help/C/mail-composer-html-image.page
249 -+++ b/help/C/mail-composer-html-image.page
250 -@@ -27,7 +27,7 @@
251 - <item><p>Click <gui>Open</gui>.</p></item>
252 - </steps>
253 -
254 --<note>Alternately, you can also drag an image into the text area of the message composer.</note>
255 -+<note><p>Alternately, you can also drag an image into the text area of the message composer.</p></note>
256 -
257 - </page>
258 -
259 -diff --git a/help/C/mail-composer-several-recipients.page b/help/C/mail-composer-several-recipients.page
260 -index 16c8876..0063823 100644
261 ---- a/help/C/mail-composer-several-recipients.page
262 -+++ b/help/C/mail-composer-several-recipients.page
263 -@@ -27,6 +27,8 @@
264 -
265 - <p>To send a message to more than one person, enter the addresses in the composer by separating them with commas or semicolons.</p>
266 -
267 -+<note><p>If you frequently write email to the same groups of people, you can create <link xref="contacts-using-contact-lists">contact lists</link> to send them mail as though they have a single address.</p></note>
268 -+
269 - <section id="to-cc-bcc-meaning">
270 - <title>Recipient types</title>
271 - <p>Email messages can have three different types of recipients. The simplest way is to put the email address or addresses in the <gui>To:</gui> text field. The <gui>Cc:</gui> text field is used for recipients that are meant to receive a copy of your message but are not the primary recipients.</p>
272 -@@ -45,7 +47,5 @@
273 - <p>Instead of typing the recipients' names you can also click the <gui style="button">To:</gui>, <gui style="button">Cc:</gui>, or <gui style="button">Bcc:</gui> buttons to get a list of the email addresses in your address books. Select the addresses and click the arrow buttons to move them into the appropriate address columns (To:, Cc:, Bcc:).</p>
274 - </section>
275 -
276 --<note><p>If you frequently write email to the same groups of people, you can create <link xref="contacts-using-contact-lists">contact lists</link> to send them mail as though they have a single address.</p></note>
277 --
278 - </page>
279 -
280 -diff --git a/help/C/mail-encryption-gpg-create-key.page b/help/C/mail-encryption-gpg-create-key.page
281 -index a99004a..e7997e2 100644
282 ---- a/help/C/mail-encryption-gpg-create-key.page
283 -+++ b/help/C/mail-encryption-gpg-create-key.page
284 -@@ -22,7 +22,7 @@
285 -
286 - <title>Creating a GPG key</title>
287 -
288 --<note>These steps are very technical. For average users we nowadays recommend using the Seahorse application for managing GPG keys.</note>
289 -+<note><p>These steps are very technical. For average users we nowadays recommend using the Seahorse application for managing GPG keys.</p></note>
290 - <!-- TODO:POST-3-2: Update and rewrite using Seahorse. Needs a complete rewrite once https://bugzilla.gnome.org/show_bug.cgi?id=508744 is fixed. -->
291 -
292 - <p>Before you can get or send GPG encrypted mail, you need to generate your public and private keys with GPG.</p>
293 -@@ -44,7 +44,7 @@
294 - <p>If you want, you can upload your keys to a key server:</p>
295 - <steps>
296 - <item><p>Check your public key ID with <code>gpg --list-keys</code>. It is the string after <code>1024D</code> on the line beginning with <code>pub</code>. In the example above, it is <code>32j38dk2</code>.</p></item>
297 --<item><p>Enter the command <code>gpg --send-keys --keyserver wwwkeys.pgp.net <varname>32j38dk2</varname></code>. Substitute your key ID for <quote>32j38dk2</quote>. You need your password to do this.</p></item>
298 -+<item><p>Enter the command <code>gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2</code>. Substitute your key ID for <code>32j38dk2</code>. You need your password to do this.</p></item>
299 - </steps>
300 -
301 - <p>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.</p>
302 -diff --git a/help/C/mail-encryption-gpg-set-up.page b/help/C/mail-encryption-gpg-set-up.page
303 -index d1bc94b..c3bc3db 100644
304 ---- a/help/C/mail-encryption-gpg-set-up.page
305 -+++ b/help/C/mail-encryption-gpg-set-up.page
306 -@@ -29,8 +29,9 @@
307 - <item><p>Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Accounts</gui></guiseq>.</p></item>
308 - <item><p>Select the account you want to use securely, then click <gui style="button">Edit</gui>.</p></item>
309 - <item><p>Click the <gui>Security</gui> tab.</p></item>
310 --<item><p>Specify your key ID in the <gui>PGP/GPG Key ID</gui> field.</p></item>
311 -+<item><p>Specify your key ID in the <gui>PGP/GPG Key ID</gui> field.</p>
312 - <note style="tip"><p>Below the field you can choose whether to always sign outgoing messages when using this account, and other options.</p></note>
313 -+</item>
314 - <item><p>Click <gui style="button">OK</gui>.</p></item>
315 - <item><p>Click <gui style="button">Close</gui>.</p></item>
316 - </steps>
317 -diff --git a/help/C/mail-filters.page b/help/C/mail-filters.page
318 -index 04857d4..e8d902e 100644
319 ---- a/help/C/mail-filters.page
320 -+++ b/help/C/mail-filters.page
321 -@@ -68,6 +68,5 @@
322 -
323 -
324 -
325 --<p></p>
326 -
327 - </page>
328 -diff --git a/help/C/mail-folders.page b/help/C/mail-folders.page
329 -index 2c9f162..75b57d3 100644
330 ---- a/help/C/mail-folders.page
331 -+++ b/help/C/mail-folders.page
332 -@@ -38,6 +38,11 @@
333 - <item><p>Click on the <gui>Create</gui> button. </p></item>
334 - </steps>
335 - <p>The new folder will be shown in the folder view. You can then move messages into the folder.</p>
336 -+
337 -+<note>
338 -+<p>The Inbox folders on most IMAP servers cannot contain both messages and subfolders. When creating additional folders on your IMAP mail server, branch the folders from the root of the IMAP account and not from the Inbox. Creating subfolders in your Inbox may prevent you from reading messages that exist in the Inbox. If this happens, move the folders to the IMAP account.</p>
339 -+</note>
340 -+
341 - </section>
342 -
343 - <section id="use-folder">
344 -@@ -56,10 +61,6 @@
345 -
346 - </section>
347 -
348 --<note>
349 --<p>The Inbox folders on most IMAP servers cannot contain both messages and subfolders. When creating additional folders on your IMAP mail server, branch the folders from the root of the IMAP account and not from the Inbox. Creating subfolders in your Inbox may prevent you from reading messages that exist in the Inbox. If this happens, move the folders to the IMAP account.</p>
350 --</note>
351 --
352 - <!--Reuse http://library.gnome.org/users/evolution/2.32/usage-mail-organize-folders.html.en and add "Novell, Inc" as an author to this page. Mention the combination with filters (see seealso link)-->
353 -
354 - </page>
355 -diff --git a/help/C/mail-organizing.page b/help/C/mail-organizing.page
356 -index 46e4294..9a31798 100644
357 ---- a/help/C/mail-organizing.page
358 -+++ b/help/C/mail-organizing.page
359 -@@ -20,9 +20,9 @@
360 -
361 - <title>Sorting and organizing mail</title>
362 -
363 -+<p>Evolution provides several options to organize your mail according to your needs.</p>
364 -+
365 - <section id="advanced" style="2column">
366 - <title>Advanced Options</title>
367 - </section>
368 --
369 --<p>Evolution provides several options to organize your mail according to your needs.</p>
370 - </page>
371 -diff --git a/help/C/mail-searching.page b/help/C/mail-searching.page
372 -index 9d1d53b..636c2c7 100644
373 ---- a/help/C/mail-searching.page
374 -+++ b/help/C/mail-searching.page
375 -@@ -66,7 +66,7 @@
376 - <section id="editing-a-saved-search">
377 - <title>Editing a Saved Search</title>
378 - <steps>
379 --<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p>.</item>
380 -+<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p></item>
381 - <item><p>Click the <gui style="button">Edit</gui> button to open the <gui>Edit Rule</gui> window.</p></item>
382 - <item><p>Edit the title or search conditions from the dialog box.</p></item>
383 - <item><p>Click <gui>OK</gui>.</p></item>
384 -diff --git a/help/C/mail-send-and-receive.page b/help/C/mail-send-and-receive.page
385 -index 3c14186..ae606a6 100644
386 ---- a/help/C/mail-send-and-receive.page
387 -+++ b/help/C/mail-send-and-receive.page
388 -@@ -19,6 +19,6 @@
389 -
390 - <title>Sending and receiving mail</title>
391 -
392 --<p>This section refers to receiving mail and sending written emails. For writing a new message, please refer to the <link type="guide" xref="index#mail-composing">Composing mail</link> section.</p>
393 -+<p>This section refers to receiving mail and sending written emails. For writing a new message, please refer to the <link xref="index#mail-composing">Composing mail</link> section.</p>
394 -
395 - </page>
396 -diff --git a/help/C/mail-sending-options-smtp.page b/help/C/mail-sending-options-smtp.page
397 -index 18149e1..603641d 100644
398 ---- a/help/C/mail-sending-options-smtp.page
399 -+++ b/help/C/mail-sending-options-smtp.page
400 -@@ -27,8 +27,9 @@
401 - <title>SMTP sending options</title>
402 -
403 - <steps>
404 --<item><p>Enter the address of your mail server for sending mail in the <gui>Server</gui> field and select if the server requires authentication (entering a username and a password).</p></item>
405 -+<item><p>Enter the address of your mail server for sending mail in the <gui>Server</gui> field and select if the server requires authentication (entering a username and a password).</p>
406 - <note style="tip"><p>Free webmail providers often supply information about which of these options can be used. If you are in an organizational environment, you may want to contact your system administrator for more information.</p></note>
407 -+</item>
408 - <item><p>If the server requires authentication, you need to provide the following information:</p>
409 - <steps>
410 - <item><p>Select the authentication type in the Authentication list, or click <gui>Check for Supported Types</gui> to have Evolution check. Some servers do not support this, so clicking this button is not a guarantee that available mechanisms actually work.</p></item>
411 -diff --git a/help/C/mail-sorting-message-list.page b/help/C/mail-sorting-message-list.page
412 -index 44f19fb..84ed48e 100644
413 ---- a/help/C/mail-sorting-message-list.page
414 -+++ b/help/C/mail-sorting-message-list.page
415 -@@ -31,7 +31,7 @@
416 - <note><p>To view the complete headers for a message, click <guiseq><gui>View</gui><gui>All Message Headers</gui></guiseq>. This will display the complete header data on the viewing pane.</p>
417 - <p>To view the message data, click on <guiseq><gui>View</gui><gui>Message Source</gui></guiseq> or press <keyseq><key>Ctrl</key><key>U</key></keyseq>. This will display the message data in a pop-up window.</p></note>
418 -
419 --<section id="email threads">
420 -+<section id="email-threads">
421 - <title>Sorting Mail in Email Threads</title>
422 - <p>You can use a threaded message view to sort emails. To enable this feature, click on <guiseq><gui>View</gui><gui>Group By Threads</gui></guiseq> or press <keyseq><key>Ctrl</key><key>T</key></keyseq>.</p>
423 - <p>This feature, when enabled, groups replies with the original email and allows you to follow the flow of the conversation from one message to the next.</p>
424 -@@ -40,22 +40,22 @@
425 - </note>
426 - </section>
427 -
428 --<section id="column headers">
429 -+<section id="column-headers">
430 - <title>Sorting Mail with Column Headers</title>
431 - <p>The message list displays columns that indicate whether a message has been read, whether it has attachments, how important the message is, the sender, date, and the subject. To change the columns used in the message list, you can do one of the following:</p>
432 - <list>
433 - <item><p>Drag and drop the column header bars</p></item>
434 --<item><p>Right-click on the header.</p></item>S
435 -+<item><p>Right-click on the header.</p></item>
436 - <item><p>Select the <gui>Remove This Column</gui> or <gui>Add a Column</gui> option.</p></item>
437 - </list>
438 -
439 - <p>Evolution allows you to sort your messages using these columns. Just click on the column label to sort the emails. The direction of the arrow next to the label indicates the direction of the sort.</p>
440 - </section>
441 -
442 --<section id="sort options">
443 -+<section id="sort-options">
444 - <title>Using Other Sorting Options</title>
445 - <p>Evolution provides other ways for sorting email messages. You can use Sort By, Sort Ascending, Sort Descending, or Unsort.</p>
446 -- <section>
447 -+ <section id="sort-options-by">
448 - <title>Sort By</title>
449 - <p>You can also sort email messages using the <gui>Sort By</gui> list.</p>
450 - <steps>
451 -@@ -86,7 +86,7 @@
452 - </steps>
453 - </section>
454 -
455 -- <section>
456 -+ <section id="sort-options-ascending">
457 - <title>Sort Ascending</title>
458 - <steps>
459 - <item><p>Right-click on the message list column headers.</p></item>
460 -@@ -95,7 +95,7 @@
461 - <p>The messages will be displayed with the most recent at the bottom.</p>
462 - </section>
463 -
464 -- <section>
465 -+ <section id="sort-options-descending">
466 - <title>Sort Descending</title>
467 - <steps>
468 - <item><p>Right-click on the message list column headers.</p></item>
469 -@@ -104,7 +104,7 @@
470 - <p>The messages will be displayed with the most recent at the top.</p>
471 - </section>
472 -
473 -- <section>
474 -+ <section id="sort-options-unsort">
475 - <title>Unsort</title>
476 - <steps>
477 - <item><p>Right-click on the message list column headers.</p></item>
478 -diff --git a/help/C/mail-spam-settings.page b/help/C/mail-spam-settings.page
479 -index b49dda6..e6f3d51 100644
480 ---- a/help/C/mail-spam-settings.page
481 -+++ b/help/C/mail-spam-settings.page
482 -@@ -38,6 +38,8 @@
483 - <item><p>Click <gui>Close</gui>.</p></item>
484 - </steps>
485 -
486 -+<note style="tip"><p>The junk mail options discussed in this page refer only to POP and Local Delivery. For handling junk mails on IMAP, see the Evolution settings under <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Accounts</gui><gui style="button">Edit</gui><gui>Receiving Options</gui></guiseq>.</p></note>
487 -+
488 - <section id="preferences">
489 - <title>Junk Mail Preferences</title>
490 - <p>You can modify how Evolution handles junk mail by changing the Junk Mail Preferences:</p>
491 -@@ -57,5 +59,4 @@
492 - </steps>
493 - </section>
494 -
495 --<note style="tip"><p>The junk mail options discussed in this page refer only to POP and Local Delivery. For handling junk mails on IMAP, see the Evolution settings under <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Accounts</gui><gui style="button">Edit</gui><gui>Receiving Options</gui></guiseq>.</p></note>
496 - </page>
497 -diff --git a/help/C/memos-searching.page b/help/C/memos-searching.page
498 -index 3d3b5e0..96fed6d 100644
499 ---- a/help/C/memos-searching.page
500 -+++ b/help/C/memos-searching.page
501 -@@ -70,7 +70,7 @@
502 - <section id="editing-a-saved-search">
503 - <title>Editing a Saved Search</title>
504 - <steps>
505 --<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p>.</item>
506 -+<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p></item>
507 - <item><p>Click the <gui style="button">Edit</gui> button to open the <gui>Edit Rule</gui> window.</p></item>
508 - <item><p>Edit the title or search conditions from the dialog box.</p></item>
509 - <item><p>Click <gui>OK</gui>.</p></item>
510 -diff --git a/help/C/tasks-searching.page b/help/C/tasks-searching.page
511 -index 29d6cdd..d1f3f49 100644
512 ---- a/help/C/tasks-searching.page
513 -+++ b/help/C/tasks-searching.page
514 -@@ -70,7 +70,7 @@
515 - <section id="editing-a-saved-search">
516 - <title>Editing a Saved Search</title>
517 - <steps>
518 --<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p>.</item>
519 -+<item><p>Select <guiseq><gui>Search</gui><gui>Edit Saved Searches</gui></guiseq> from the menu bar to open the window.</p></item>
520 - <item><p>Click the <gui style="button">Edit</gui> button to open the <gui>Edit Rule</gui> window.</p></item>
521 - <item><p>Edit the title or search conditions from the dialog box.</p></item>
522 - <item><p>Click <gui>OK</gui>.</p></item>
523 -diff --git a/help/C/using-categories.page b/help/C/using-categories.page
524 -index fe9e8b9..c688b88 100644
525 ---- a/help/C/using-categories.page
526 -+++ b/help/C/using-categories.page
527 -@@ -26,6 +26,8 @@
528 -
529 - <p>Another way to group contacts, appointments, tasks and memos (summarized by the term "objects" in the following text) is to mark them as belonging to different categories. You can mark an object as being in several categories or no category at all. For example in your address book, you put a friend in the "Business" category because he works with you and the "Friends" category because he is a friend.</p>
530 -
531 -+<note><p>To display only the objects in a particular category, select the corresponding category in the quick <link xref="searching-items">search</link> bar.</p></note>
532 -+
533 - <section id="set-category-for-object">
534 - <title>Setting categories for an object</title>
535 -
536 -@@ -54,6 +56,4 @@
537 - <p>In the <gui>Categories Editor</gui> you can edit or set the color and icon for each category available by clicking <gui style="button">Edit</gui> at the bottom of the <gui>Categories</gui> window. Press <gui style="button">Delete</gui> to delete categories from the list.</p>
538 - </section>
539 -
540 --<note><p>To display only the objects in a particular category, select the corresponding category in the quick <link xref="searching-items">search</link> bar.</p></note>
541 --
542 - </page>
543 ---
544 -1.7.6
545 -