diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:12:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:12:32 -0600 |
commit | 9a8a1e372f4f35ebdc75da2a2cddc06a77e44fc4 (patch) | |
tree | fd03284328d7fbf88ace3e6c4ebe86c6a2d28ba5 /doc/kmail | |
parent | f2a152bb4c76b5e29e782c5ecf49a2b44fdd87e5 (diff) | |
download | tdepim-9a8a1e372f4f35ebdc75da2a2cddc06a77e44fc4.tar.gz tdepim-9a8a1e372f4f35ebdc75da2a2cddc06a77e44fc4.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc/kmail')
-rw-r--r-- | doc/kmail/configure.docbook | 2 | ||||
-rw-r--r-- | doc/kmail/faq.docbook | 12 | ||||
-rw-r--r-- | doc/kmail/using-kmail.docbook | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/kmail/configure.docbook b/doc/kmail/configure.docbook index 7643b3562..508e0c871 100644 --- a/doc/kmail/configure.docbook +++ b/doc/kmail/configure.docbook @@ -2013,7 +2013,7 @@ Exchange understands. The invitation will be sent as an attachment with name <fi <title>Options without a user interface representation</title> <para> Apart from the options presented in the configuration dialog, some options -can only be set directly in the configuration file ($KDEHOME/share/config/kmailrc) +can only be set directly in the configuration file ($TDEHOME/share/config/kmailrc) or through KIOSK. </para> diff --git a/doc/kmail/faq.docbook b/doc/kmail/faq.docbook index 10b41e00c..6bf45e60a 100644 --- a/doc/kmail/faq.docbook +++ b/doc/kmail/faq.docbook @@ -102,12 +102,12 @@ ultimate ownertrust: it is no longer implicitly done for you.</para> <qandaentry> <question><para>Where does &kmail; save my settings and my mail?</para></question> <answer> <para>Most &kmail; settings are stored in -<filename>$<envar>KDEHOME</envar>/share/config/kmailrc</filename>, where -$<envar>KDEHOME</envar> is typically <filename +<filename>$<envar>TDEHOME</envar>/share/config/kmailrc</filename>, where +$<envar>TDEHOME</envar> is typically <filename class="directory">~/.kde</filename>; the identities are stored in -<filename>$<envar>KDEHOME</envar>/share/config/emailidentities</filename> +<filename>$<envar>TDEHOME</envar>/share/config/emailidentities</filename> and your mail is saved in <filename -class="directory">$<envar>KDEHOME</envar>/share/apps/kmail</filename> (or +class="directory">$<envar>TDEHOME</envar>/share/apps/kmail</filename> (or <filename class="directory">~/Mail</filename> if you upgraded from a previous &kmail; version that used this location.) Note that some of the files are hidden: remember to also copy those if you want to backup or @@ -130,7 +130,7 @@ to use &kmail; together with procmail then please read <link linkend="faq-procmail">this &FAQ;</link>. If you want to use &kmail; together with another email client then please read <link linkend="faq-other-muas">this &FAQ;</link>.</para></listitem> -<listitem><para>If your mail folder (usually <filename class="directory">$<envar>KDEHOME</envar>/share/apps/kmail/</filename> or <filename class="directory">~/Mail</filename>) +<listitem><para>If your mail folder (usually <filename class="directory">$<envar>TDEHOME</envar>/share/apps/kmail/</filename> or <filename class="directory">~/Mail</filename>) is on a volume which is mounted via NFS and if the clock of the NFS server is ahead of the clock of your computer then the NFS server sometimes reports a wrong file date for the index file. In this case &kmail; assumes that the index @@ -574,7 +574,7 @@ the &imap; account, the Local Folders will stay collapsed when &kmail; starts. <para> In case it is imperative to use it in the insecure mode, it has to be manually enabled in the file - <filename>$KDEHOME/share/config/kmailrc</filename> by adding + <filename>$TDEHOME/share/config/kmailrc</filename> by adding the following directive in the <literal>[Reader]</literal> group: <programlisting> diff --git a/doc/kmail/using-kmail.docbook b/doc/kmail/using-kmail.docbook index 6bc1046fa..bd9de909f 100644 --- a/doc/kmail/using-kmail.docbook +++ b/doc/kmail/using-kmail.docbook @@ -386,7 +386,7 @@ Snippets can be grouped together as well by creating groups and adding snippets <para>The <guilabel>Snippets</guilabel> tool allows for a variable text in predefined places any time you insert a snippet into a file. To accomplish this <guilabel>Snippets</guilabel> provides its own variables' mechanism. You can set up its behaviour in the snippet text itself by using separators ( $ ) that enclose the variable names. For example : $variablename$, $invoicenumber$, $weekno$. </para> <para> -The variable separator can be changed to some other character by changing "snippetDelimiter" in [SnippetPart] section. The Text Snippet configuration file can be found here $KDEHOME/share/config/kmailsnippetrc . +The variable separator can be changed to some other character by changing "snippetDelimiter" in [SnippetPart] section. The Text Snippet configuration file can be found here $TDEHOME/share/config/kmailsnippetrc . <programlisting> snippetDelimiter=$ </programlisting> @@ -402,7 +402,7 @@ snippetDelimiter=$ <para>Message Folders are used to organize your email messages. By default, if you have no existing message folders, messages are stored in the folder <filename -class="directory">$<envar>KDEHOME</envar>/share/apps/kmail/</filename>. If +class="directory">$<envar>TDEHOME</envar>/share/apps/kmail/</filename>. If you have existing message folders in <filename class="directory">~/Mail</filename>, these will be used instead. When you first start &kmail; the <guilabel>inbox</guilabel>, |