aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-05-18 23:15:18 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-05-18 23:15:18 +0800
commite810e08bca63ba4ba8592c720d87fa54a11eab6c (patch)
tree6a469b550118fa1aed9505b7d951cb1b13096422
parent6e09232239ddb5023c7ac330bdd0851c3445e376 (diff)
downloadgsoc2013-evolution-e810e08bca63ba4ba8592c720d87fa54a11eab6c.tar
gsoc2013-evolution-e810e08bca63ba4ba8592c720d87fa54a11eab6c.tar.gz
gsoc2013-evolution-e810e08bca63ba4ba8592c720d87fa54a11eab6c.tar.bz2
gsoc2013-evolution-e810e08bca63ba4ba8592c720d87fa54a11eab6c.tar.lz
gsoc2013-evolution-e810e08bca63ba4ba8592c720d87fa54a11eab6c.tar.xz
gsoc2013-evolution-e810e08bca63ba4ba8592c720d87fa54a11eab6c.tar.zst
gsoc2013-evolution-e810e08bca63ba4ba8592c720d87fa54a11eab6c.zip
Added a question about the need for write permissions on
/var/spool/mail. svn path=/trunk/; revision=9880
-rw-r--r--doc/C/evolution-faq.sgml21
-rw-r--r--help/C/evolution-faq.sgml21
2 files changed, 42 insertions, 0 deletions
diff --git a/doc/C/evolution-faq.sgml b/doc/C/evolution-faq.sgml
index 9065f93c23..586c6941ff 100644
--- a/doc/C/evolution-faq.sgml
+++ b/doc/C/evolution-faq.sgml
@@ -352,6 +352,27 @@ db_dump185 ~/evolution/local/Contacts/addressbook.db.backup | db_load ~/evolutio
<!-- -->
<sect2>
+ <title>
+ Evolution reported an error when trying to retrieve from my
+ local spool in <tt>/var/spool/mail/username</tt>. Why?
+ </title>
+
+ <para>
+ Evolution doesn't have an external helper for moving mail,
+ so <tt>/var/spool/mail/</tt> must be writable by you. Try this:
+ </para>
+
+ <programlisting>
+chmod 1777 /var/spool/mail
+ </programlisting>
+
+ <para>
+ Yes, we know this is a problem. It will be fixed eventually.
+ </para>
+ </sect2>
+
+ <!-- -->
+ <sect2>
<title>
Evolution crashes reporting that it couldn't allocate N
billion bytes; how do I fix this?
diff --git a/help/C/evolution-faq.sgml b/help/C/evolution-faq.sgml
index 9065f93c23..586c6941ff 100644
--- a/help/C/evolution-faq.sgml
+++ b/help/C/evolution-faq.sgml
@@ -352,6 +352,27 @@ db_dump185 ~/evolution/local/Contacts/addressbook.db.backup | db_load ~/evolutio
<!-- -->
<sect2>
+ <title>
+ Evolution reported an error when trying to retrieve from my
+ local spool in <tt>/var/spool/mail/username</tt>. Why?
+ </title>
+
+ <para>
+ Evolution doesn't have an external helper for moving mail,
+ so <tt>/var/spool/mail/</tt> must be writable by you. Try this:
+ </para>
+
+ <programlisting>
+chmod 1777 /var/spool/mail
+ </programlisting>
+
+ <para>
+ Yes, we know this is a problem. It will be fixed eventually.
+ </para>
+ </sect2>
+
+ <!-- -->
+ <sect2>
<title>
Evolution crashes reporting that it couldn't allocate N
billion bytes; how do I fix this?