From fdd660fb7581b6f015a093f771ebe636c6bbb861 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 2 Oct 2011 15:11:38 -0400 Subject: [PATCH] Configuration - Corrected wording in a comment in the .taksrc defaults. - Removed obsolete 'export.ical.class' setting. --- src/Config.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Config.cpp b/src/Config.cpp index e70637af1..662230ff6 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -284,7 +284,7 @@ std::string Config::_defaults = "# Merge options\n" "#\n" "# WARNING: Please read the documentation (man task-sync) before proceeding with these\n" - "# synchronization features. Improperly used, data can be lost!\n" + "# synchronization features. If improperly used, data can be lost!\n" "merge.autopush=ask # Push database to remote origin after merge: yes, no, ask\n" "#merge.default.uri=user@host.xz:.task/ # URI for merge\n" "#pull.default.uri=rsync://host.xz/task-backup/ # URI for pull\n" @@ -305,9 +305,6 @@ std::string Config::_defaults = "#import.synonym.tags=?\n" "#import.synonym.uuid=?\n" "\n" - "# Export Controls\n" - "export.ical.class=PRIVATE # Could be PUBLIC, PRIVATE or CONFIDENTIAL\n" - "\n" "# Aliases - alternate names for commands\n" "alias.rm=delete # Alias for the delete command\n" "alias.history=history.monthly # Prefer monthly over annual history reports\n"