* add the rather trivial backup support; this implements the "Backup" workitem.
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 15 May 2007 14:08:16 +0000 (14:08 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 15 May 2007 14:08:16 +0000 (14:08 +0000)
* needs testing though, and possibly a conversion script for pre-modest email import

pmo-trunk-r1875

configure.ac
debian/modest.install
src/maemo/Makefile.am

index bf889e0..8520c7f 100644 (file)
@@ -107,6 +107,7 @@ if test "x$with_platform" = "xmaemo"; then
   desktopentrydir=`$PKG_CONFIG osso-af-settings --variable=desktopentrydir`
   serviceentrydir=`$PKG_CONFIG dbus-glib-1 --variable=prefix`/share/dbus-1/services
   localedir=`$PKG_CONFIG osso-af-settings --variable=localedir`
+  backupsettingsdir=/etc/osso-backup/applications
   pixmapdir=`$PKG_CONFIG osso-af-settings --variable=hildonpixmapdir`
   icon_26x26dir=$datadir/icons/hicolor/26x26/hildon
   icon_34x34dir=$datadir/icons/hicolor/34x34/hildon
@@ -122,6 +123,7 @@ if test "x$with_platform" = "xmaemo"; then
   # Define as variables in Makefiles
   AC_SUBST(desktopentrydir)
   AC_SUBST(serviceentrydir)
+  AC_SUBST(backupsettingsdir)
   AC_SUBST(localedir)
   AC_SUBST(pixmapdir)
   AC_SUBST(icon_26x26dir)
index 1991bc7..1821153 100644 (file)
@@ -8,3 +8,4 @@ usr/share/modest/ui/*
 usr/share/modest/provider-data/mcc_mapping
 usr/share/pixmaps/modest/*
 usr/share/man/man1/*
+etc/osso-backup/applications/modest.conf
\ No newline at end of file
index cd0b2de..703da40 100644 (file)
@@ -89,6 +89,8 @@ PIXMAP_FILES=\
 pixmapdir = $(datadir)/pixmaps/modest
 pixmap_DATA = $(PIXMAP_FILES)
 
+
+
 UI_FILES=\
        ui/modest-main-window-ui.xml \
        ui/modest-msg-edit-window-ui.xml \
@@ -97,8 +99,9 @@ UI_FILES=\
 uidir = $(datadir)/modest/ui
 ui_DATA = $(UI_FILES)
 
-serviceentry_DATA = com.nokia.modest.service
-desktopentry_DATA = modest.desktop
+serviceentry_DATA   = com.nokia.modest.service
+desktopentry_DATA   = modest.desktop
+backupsettings_DATA = modest.conf
 
 icon_26x26_DATA    = pixmaps/modest-icon.png
 
@@ -107,4 +110,5 @@ EXTRA_DIST=\
        $(PIXMAP_FILES) \
        $(serviceentry_DATA) \
        $(desktopentry_DATA) \
+       $(backupsettings_DATA) \
        $(icon_26x26_DATA)