summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-09-26 19:35:00 +0200
committerBor Kraljič2011-09-26 19:35:00 +0200
commitc6d3572c6b62f3d8fa0546ba48e05953aa8c3869 (patch)
tree563a0255d6b57e5e8d6d2431c9580e80a9469a61
parente7dd863a2f50470de2f4048c17001c002f8e925c (diff)
imapsync: fixed long description wrap
-rwxr-xr-xftp/imapsync/DETAILS7
-rw-r--r--ftp/imapsync/HISTORY3
2 files changed, 9 insertions, 1 deletions
diff --git a/ftp/imapsync/DETAILS b/ftp/imapsync/DETAILS
index 50015f0a66..4bd2dd8890 100755
--- a/ftp/imapsync/DETAILS
+++ b/ftp/imapsync/DETAILS
@@ -10,5 +10,10 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
KEYWORDS="mail imap sync"
SHORT="imapsync is a tool for facilitating incremental recursive IMAP transfers from one mailbox to another."
cat << EOF
-imapsync is a tool for facilitating incremental recursive IMAP transfers from one mailbox to another. It is useful for mailbox migration, and reduces the amount of data transferred by only copying messages that are not present on both servers. Read, unread, and deleted flags are preserved, and the process can be stopped and resumed. The original messages can optionally be deleted after a successful transfer.
+imapsync is a tool for facilitating incremental recursive IMAP transfers from
+one mailbox to another. It is useful for mailbox migration, and reduces the
+amount of data transferred by only copying messages that are not present on
+both servers. Read, unread, and deleted flags are preserved, and the process
+can be stopped and resumed. The original messages can optionally be deleted
+after a successful transfer.
EOF
diff --git a/ftp/imapsync/HISTORY b/ftp/imapsync/HISTORY
index dcec555da4..09e23331c2 100644
--- a/ftp/imapsync/HISTORY
+++ b/ftp/imapsync/HISTORY
@@ -1,2 +1,5 @@
+2011-09-26 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap
+
2008-10-15 Mathieu Lonjaret <lejatorn@sourcemage.org>
* BUILD, DEPENDS, DETAILS, HISTORY: created this spell