diff options
author | Daniel Mustieles <daniel.mustieles@gmail.com> | 2012-07-17 19:56:09 +0800 |
---|---|---|
committer | Daniel Mustieles <daniel.mustieles@gmail.com> | 2012-07-17 19:56:09 +0800 |
commit | d28c52ad5254eb18c75751cf8a4b9b8a1ca60c71 (patch) | |
tree | c47cc2a0e671446c9570ba6dca16c64f8c89580c | |
parent | c87e0c1f98c5faefbe350ea9474fa5368b266497 (diff) | |
download | gsoc2013-evolution-d28c52ad5254eb18c75751cf8a4b9b8a1ca60c71.tar.gz gsoc2013-evolution-d28c52ad5254eb18c75751cf8a4b9b8a1ca60c71.tar.zst gsoc2013-evolution-d28c52ad5254eb18c75751cf8a4b9b8a1ca60c71.zip |
Fixed typo in string
-rw-r--r-- | help/C/mail-filters-not-working.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/mail-filters-not-working.page b/help/C/mail-filters-not-working.page index aaaaa99310..811bfb92e4 100644 --- a/help/C/mail-filters-not-working.page +++ b/help/C/mail-filters-not-working.page @@ -45,7 +45,7 @@ If it is still unclear why filters do not work as expected, you can enable loggi <item><p>Close Evolution.</p></item> <item><p>Open the <app>Terminal</app> application.</p></item> <item><p>Run the command <cmd>gsettings set org.gnome.evolution.mail filters-log-actions true</cmd></p></item> -<item><p>Run the command <cmd>gsettings set org.gnome.evolution.mail filters-log-file "~/my-filter-log"</cmd>. This will create a text file named <file>my-filter-log<file> in your home directory.</p></item> +<item><p>Run the command <cmd>gsettings set org.gnome.evolution.mail filters-log-file "~/my-filter-log"</cmd>. This will create a text file named <file>my-filter-log</file> in your home directory.</p></item> <item><p>Start Evolution.</p></item> <item><p>Fetch mail to apply filters.</p></item> <item><p>Open the file <file>my-filter-log</file> with a text editor to see which filter actions have been applied.</p></item> |