Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/trunk/debian/changelog
9,8 → 9,10
* debian/Config: Add -lutils to LIBS.
* makefile_install_config.patch: put back a default value for
lock_dir.
* makefile_install_config.patch: Set imap_server to localhost/notls in
default prayer.cf (Closes: #531801).
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 31 Aug 2009 22:05:31 +0200
-- Magnus Holmgren <holmgren@debian.org> Mon, 31 Aug 2009 22:18:37 +0200
 
prayer (1.2.3-1) unstable; urgency=low
 
/trunk/debian/patches/makefile_install_config.patch
52,6 → 52,15
# Run prayer as background process.
# TRUE => will return as soon as valid configuration is found.
@@ -53,7 +53,7 @@ directory_perms = 0750
imapd_user_map = ""
# Default imapd server.
-imapd_server = localhost
+imapd_server = localhost/notls
# Name of Prayer user preferences file on IMAP server
prefs_folder_name = ".prayer"
@@ -266,11 +266,11 @@ http_icon_embed = TRUE
# Locatation of SSL certificate file (only used if SSL ports defined).