diff options
author | Andre Klapper <a9016009@gmx.de> | 2013-04-20 02:21:54 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2013-04-20 02:21:54 +0800 |
commit | 431e33b94600997be144cfa1cab1730f625f10f2 (patch) | |
tree | fedc50dae47eee3a98439f4ffdd75c83dac15dad /help/C/mail-account-manage-mh-format-directories.page | |
parent | c9eef2346546a3dd437210bff18e26b6551b2624 (diff) | |
download | gsoc2013-evolution-431e33b94600997be144cfa1cab1730f625f10f2.tar.gz gsoc2013-evolution-431e33b94600997be144cfa1cab1730f625f10f2.tar.zst gsoc2013-evolution-431e33b94600997be144cfa1cab1730f625f10f2.zip |
User docs: Use XInclude for common Account Identity section to avoid string duplication
Diffstat (limited to 'help/C/mail-account-manage-mh-format-directories.page')
-rw-r--r-- | help/C/mail-account-manage-mh-format-directories.page | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/help/C/mail-account-manage-mh-format-directories.page b/help/C/mail-account-manage-mh-format-directories.page index 0f184e970f..9662ea623a 100644 --- a/help/C/mail-account-manage-mh-format-directories.page +++ b/help/C/mail-account-manage-mh-format-directories.page @@ -25,12 +25,11 @@ <p>Mail accounts can be edited via <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Accounts</gui><gui style="button">Edit</gui></guiseq>.</p> <p>The following settings are available when editing an existing account:</p> -<section id="identity"> -<title>Identity</title> -<!-- TODO:XINCLUDE: Quite ugly to copy this text into all account type's, but it's not really worth a separate topic page for it, plus it would make the intro-first-run.page even more complex. Maybe later replace this text by a single instance by doing some content sharing with xinclude and xpointer in the other mail-account-manage-*.page files and in intro-first-run.page. <include href="foo.xml" xmlns="http://www.w3.org/2001/XInclude"/> See gnome-user-docs module for example usage. Also see https://bugzilla.gnome.org/show_bug.cgi?id=638866 --> -<p>Here you define your name and your email address.</p> -<p>Optionally you can make this account your default account (e.g. when writing emails), set a Reply-To email address (if you want replies to messages sent to a different address), and set an organization (the company where you work, or the organization you represent when you send email from this account).</p> -</section> +<!-- As the "Identity" section is identical in all account pages, it is centrally in one file included +via XInclude. See +http://blogs.gnome.org/shaunm/2011/07/21/understanding-xinclude/ for how it works. --> +<include href="xinclude-mail-account-identity.xml" + xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:info/mal:section)" + xmlns="http://www.w3.org/2001/XInclude"/> <section id="receiving-email"> <title>Receiving Email and Receiving options</title> |