diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 18:05:46 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 18:05:46 -0400 |
commit | fa3fe957ad8bbb57de03916a144d1f86e5fe15f5 (patch) | |
tree | 64b1cafd05a1494e0672425fcd8d08d25f1c13a2 /network/isync | |
parent | 7cf1feff74057980f9e6b78a2a9a671537a21095 (diff) | |
download | slackbuilds-fa3fe957ad8bbb57de03916a144d1f86e5fe15f5.tar.gz |
network/isync: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/isync')
-rw-r--r-- | network/isync/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/isync/README b/network/isync/README index 2dbe7ee081..69adcd6f7b 100644 --- a/network/isync/README +++ b/network/isync/README @@ -1,11 +1,11 @@ -isync is a command line application which synchronizes mailboxes; currently -Maildir and IMAP4 mailboxes are supported. New messages, message deletions -and flag changes can be propagated both ways. isync is suitable for use in -IMAP-disconnected mode. +isync is a command line application which synchronizes mailboxes; +currently Maildir and IMAP4 mailboxes are supported. New messages, +message deletions and flag changes can be propagated both ways. isync +is suitable for use in IMAP-disconnected mode. Synchronization is based on unique message identifiers (UIDs), so no identification conflicts can occur (as opposed to some other mail -synchronizers). Synchronization state is kept in one local text file per -mailbox pair; multiple replicas of a mailbox can be maintained. +synchronizers). Synchronization state is kept in one local text file +per mailbox pair; multiple replicas of a mailbox can be maintained. See README.SLACKWARE for setup information after installation. |