aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kirbach <christian.kirbach@gmail.com>2013-08-14 03:58:33 +0800
committerChristian Kirbach <christian.kirbach@gmail.com>2013-08-14 03:58:33 +0800
commit18d87473a0fc74e76e957a3355c0aa57b9ef782e (patch)
tree9ad48d054dc7ca584a4e5319ff3b9d4d2aaa7db8
parent44b6cb5d3b3cf5c0fda8ed34fba5ccbae891df14 (diff)
downloadgsoc2013-evolution-18d87473a0fc74e76e957a3355c0aa57b9ef782e.tar
gsoc2013-evolution-18d87473a0fc74e76e957a3355c0aa57b9ef782e.tar.gz
gsoc2013-evolution-18d87473a0fc74e76e957a3355c0aa57b9ef782e.tar.bz2
gsoc2013-evolution-18d87473a0fc74e76e957a3355c0aa57b9ef782e.tar.lz
gsoc2013-evolution-18d87473a0fc74e76e957a3355c0aa57b9ef782e.tar.xz
gsoc2013-evolution-18d87473a0fc74e76e957a3355c0aa57b9ef782e.tar.zst
gsoc2013-evolution-18d87473a0fc74e76e957a3355c0aa57b9ef782e.zip
Fixed grammar mistake in the help
-rw-r--r--help/C/mail-filters-not-working.page2
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 c25d9281de..1728ecd6e4 100644
--- a/help/C/mail-filters-not-working.page
+++ b/help/C/mail-filters-not-working.page
@@ -44,7 +44,7 @@
<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 "/home/myusername/my-filter-log"</cmd> and replace <cmd>myusername</cmd> by your username. This will create a text file named <file>my-filter-log</file> in your home directory. Note that the an absolute path to the file name must be entered; syntax like <sys>~</sys> or <sys>$HOME</sys> will not work.</p></item><!-- this is explained in https://bugzilla.gnome.org/show_bug.cgi?id=669471 -->
+<item><p>Run the command <cmd>gsettings set org.gnome.evolution.mail filters-log-file "/home/myusername/my-filter-log"</cmd> and replace <cmd>myusername</cmd> by your username. This will create a text file named <file>my-filter-log</file> in your home directory. Note that the absolute path to the file name must be entered; a syntax like <sys>~</sys> or <sys>$HOME</sys> will not work.</p></item><!-- this is explained in https://bugzilla.gnome.org/show_bug.cgi?id=669471 -->
<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>