emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110998: Use ~ instead of /home/user.


From: Bill Wohler
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110998: Use ~ instead of /home/user.
Date: Fri, 23 Nov 2012 23:13:44 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110998
committer: Bill Wohler <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-23 23:13:44 -0800
message:
  Use ~ instead of /home/user.
  Use mformat instead of obsolete vfolder_format.
modified:
  doc/misc/mh-e.texi
=== modified file 'doc/misc/mh-e.texi'
--- a/doc/misc/mh-e.texi        2012-10-23 15:06:07 +0000
+++ b/doc/misc/mh-e.texi        2012-11-24 07:13:44 +0000
@@ -6966,23 +6966,22 @@
 @cindex @command{mairix}
 @cindex Unix commands, @command{mairix}
 
-In the examples below, replace @file{/home/user/Mail} with the path to
-your MH directory.
+In the examples below, replace @file{~/Mail} with the path to your MH
+directory.
 
-First create the directory @file{/home/user/Mail/.mairix}. Then create
-the file @file{/home/user/Mail/.mairix/config} with the following
-contents:
+First create the directory @file{~/Mail/.mairix}. Then create the file
address@hidden/Mail/.mairix/config} with the following contents:
 
 @smallexample
 @group
-base=/home/user/Mail
+base=~/Mail
 
 # List of folders that should be indexed. 3 dots at the end means there
 # are subfolders within the folder
 mh=archive...:inbox:drafts:news:sent:trash
 
-vfolder_format=mh
-database=/home/user/Mail/.mairix/database
+mformat=mh
+database=~/Mail/.mairix/database
 @end group
 @end smallexample
 
@@ -6990,7 +6989,7 @@
 from cron:
 
 @smallexample
-mairix -f /home/user/Mail/.mairix/config
+mairix -f ~/Mail/.mairix/config
 @end smallexample
 
 @subsection namazu


reply via email to

[Prev in Thread] Current Thread [Next in Thread]