Refer in conf backup to $HOME instead of /home/user.
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 17 Jun 2009 16:31:33 +0000 (18:31 +0200)
committerJose Dapena Paz <jdapena@igalia.com>
Wed, 17 Jun 2009 16:40:28 +0000 (18:40 +0200)
src/hildon2/modest.conf

index b5b4cd1..fcbeb39 100644 (file)
@@ -1,6 +1,6 @@
 <backup-configuration>
   <locations>
-    <location type="file" category="comm_and_cal" auto="true">/home/user/.modest-backup.tar.gz</location>
+    <location type="file" category="comm_and_cal" auto="true">$HOME/.modest-backup.tar.gz</location>
     <location type="dir" category="comm_and_cal" auto="true">/var/lib/gconf/apps/modest</location>
   </locations>
 </backup-configuration>