2004-03-27 16:07:20 +00:00
|
|
|
.ig
|
|
|
|
\" mbsync - mailbox synchronizer
|
|
|
|
\" Copyright (C) 2000-2002 Michael R. Elkins <me@mutt.org>
|
2015-03-23 07:42:51 +00:00
|
|
|
\" Copyright (C) 2002-2004,2011-2015 Oswald Buddenhagen <ossi@users.sf.net>
|
2004-03-27 16:07:20 +00:00
|
|
|
\" Copyright (C) 2004 Theodore Y. Ts'o <tytso@mit.edu>
|
|
|
|
\"
|
|
|
|
\" This program is free software; you can redistribute it and/or modify
|
|
|
|
\" it under the terms of the GNU General Public License as published by
|
|
|
|
\" the Free Software Foundation; either version 2 of the License, or
|
|
|
|
\" (at your option) any later version.
|
|
|
|
\"
|
|
|
|
\" This program is distributed in the hope that it will be useful,
|
|
|
|
\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
\" GNU General Public License for more details.
|
|
|
|
\"
|
|
|
|
\" You should have received a copy of the GNU General Public License
|
2011-04-10 17:34:36 +00:00
|
|
|
\" along with this program. If not, see <http://www.gnu.org/licenses/>.
|
2004-03-27 16:07:20 +00:00
|
|
|
\"
|
|
|
|
\" As a special exception, mbsync may be linked with the OpenSSL library,
|
|
|
|
\" despite that library's more restrictive license.
|
|
|
|
..
|
2015-03-23 07:42:51 +00:00
|
|
|
.TH mbsync 1 "2015 Mar 22"
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.SH NAME
|
|
|
|
mbsync - synchronize IMAP4 and Maildir mailboxes
|
|
|
|
..
|
|
|
|
.SH SYNOPSIS
|
|
|
|
\fBmbsync\fR [\fIoptions\fR ...] {{\fIchannel\fR[\fB:\fIbox\fR[{\fB,\fR|\fB\\n\fR}...]]|\fIgroup\fR} ...|\fB-a\fR}
|
|
|
|
..
|
|
|
|
.SH DESCRIPTION
|
|
|
|
\fBmbsync\fR 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;
|
|
|
|
the operation set can be selected in a fine-grained manner.
|
|
|
|
.br
|
|
|
|
Synchronization is based on unique message identifiers (UIDs), so no
|
2015-09-07 10:23:12 +00:00
|
|
|
identification conflicts can occur (unlike with some other mail synchronizers).
|
2016-12-18 19:50:20 +00:00
|
|
|
OTOH, \fBmbsync\fR is susceptible to UID validity changes (but will recover
|
|
|
|
just fine if the change is unfounded).
|
2004-03-27 16:07:20 +00:00
|
|
|
Synchronization state is kept in one local text file per mailbox pair;
|
2015-09-07 10:23:12 +00:00
|
|
|
these files are protected against concurrent \fBmbsync\fR processes.
|
|
|
|
Mailboxes can be safely modified while \fBmbsync\fR operates
|
|
|
|
(see \fBINHERENT PROBLEMS\fR below for a minor exception).
|
|
|
|
Multiple replicas of each mailbox can be maintained.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
\fB-c\fR, \fB--config\fR \fIfile\fR
|
|
|
|
Read configuration from \fIfile\fR.
|
|
|
|
By default, the configuration is read from ~/.mbsyncrc.
|
|
|
|
.TP
|
|
|
|
\fB-a\fR, \fB--all\fR
|
|
|
|
Select all configured channels. Any channel/group specifications on the command
|
|
|
|
line are ignored.
|
|
|
|
.TP
|
|
|
|
\fB-l\fR, \fB--list\fR
|
|
|
|
Don't synchronize anything, but list all mailboxes in the selected channels
|
|
|
|
and exit.
|
|
|
|
.TP
|
|
|
|
\fB-C\fR[\fBm\fR][\fBs\fR], \fB--create\fR[\fB-master\fR|\fB-slave\fR]
|
|
|
|
Override any \fBCreate\fR options from the config file. See below.
|
|
|
|
.TP
|
2014-12-29 01:08:48 +00:00
|
|
|
\fB-R\fR[\fBm\fR][\fBs\fR], \fB--remove\fR[\fB-master\fR|\fB-slave\fR]
|
|
|
|
Override any \fBRemove\fR options from the config file. See below.
|
|
|
|
.TP
|
2004-03-27 16:07:20 +00:00
|
|
|
\fB-X\fR[\fBm\fR][\fBs\fR], \fB--expunge\fR[\fB-master\fR|\fB-slave\fR]
|
|
|
|
Override any \fBExpunge\fR options from the config file. See below.
|
|
|
|
.TP
|
|
|
|
{\fB-n\fR|\fB-N\fR|\fB-d\fR|\fB-f\fR|\fB-0\fR|\fB-F\fR},\
|
|
|
|
{\fB--new\fR|\fB--renew\fR|\fB--delete\fR|\fB--flags\fR|\fB--noop\fR|\fB--full\fR}
|
|
|
|
.TP
|
|
|
|
\r{\fB-L\fR|\fB-H\fR}[\fBn\fR][\fBN\fR][\fBd\fR][\fBf\fR],\
|
|
|
|
{\fB--pull\fR|\fB--push\fR}[\fB-new\fR|\fB-renew\fR|\fB-delete\fR|\fB-flags\fR]
|
|
|
|
Override any \fBSync\fR options from the config file. See below.
|
|
|
|
.TP
|
|
|
|
\fB-h\fR, \fB--help\fR
|
|
|
|
Display a summary of command line options.
|
|
|
|
.TP
|
|
|
|
\fB-v\fR, \fB--version\fR
|
|
|
|
Display version information.
|
|
|
|
.TP
|
|
|
|
\fB-V\fR, \fB--verbose\fR
|
2015-03-23 07:42:51 +00:00
|
|
|
Enable \fIverbose\fR mode, which displays what is currently happening.
|
2004-03-27 16:07:20 +00:00
|
|
|
.TP
|
2017-04-02 12:57:17 +00:00
|
|
|
\fB-D\fR[\fBC\fR][\fBd\fR|\fBD\fR][\fBm\fR][\fBM\fR][\fBn\fR|\fBN\fR][\fBs\fR]\fR]\fR,\
|
|
|
|
\fB--debug\fR[\fB-crash\fR|\fB-driver\fR|\fB-driver-all\fR|\fB-maildir\fR|\fB-main\fR|\fB-net\fR|\fB-net-all\fR|\fB-sync\fR]
|
2015-03-23 07:42:51 +00:00
|
|
|
Enable debugging categories:
|
|
|
|
.in +4
|
|
|
|
\fBC\fR, \fBcrash\fR - use built-in crash handler
|
|
|
|
.br
|
2017-04-02 12:57:17 +00:00
|
|
|
\fBd\fR, \fBdriver\fR - print driver calls (metadata only)
|
|
|
|
.br
|
|
|
|
\fBD\fR, \fBdriver-all\fR - print driver calls (including messages)
|
|
|
|
.br
|
2015-03-23 07:42:51 +00:00
|
|
|
\fBm\fR, \fBmaildir\fR - print maildir debug info
|
|
|
|
.br
|
2015-03-26 17:09:25 +00:00
|
|
|
\fBM\fR, \fBmain\fR - print main debug info
|
|
|
|
.br
|
2015-03-23 07:42:51 +00:00
|
|
|
\fBn\fR, \fBnet\fR - print network traffic (protocol only)
|
|
|
|
.br
|
|
|
|
\fBN\fR, \fBnet-all\fR - print network traffic (including payloads)
|
|
|
|
.br
|
|
|
|
\fBs\fR, \fBsync\fR - print synchronization debug info
|
|
|
|
.in -4
|
|
|
|
All categories except \fBcrash\fR implictly enable \fIverbose\fR mode.
|
|
|
|
Without category specification, all categories except net-all are enabled.
|
2004-03-27 16:07:20 +00:00
|
|
|
.TP
|
|
|
|
\fB-q\fR, \fB--quiet\fR
|
2015-03-23 07:42:51 +00:00
|
|
|
Suppress progress counters (this is implicit if stdout is no TTY,
|
|
|
|
or any debugging categories are enabled) and notices.
|
2004-03-27 16:07:20 +00:00
|
|
|
If specified twice, suppress warning messages as well.
|
|
|
|
..
|
|
|
|
.SH CONFIGURATION
|
|
|
|
The configuration file is mandatory; \fBmbsync\fR will not run without it.
|
|
|
|
Lines starting with a hash mark (\fB#\fR) are comments and are ignored entirely.
|
|
|
|
Configuration items are keywords followed by one or more arguments;
|
2013-09-25 18:56:52 +00:00
|
|
|
arguments containing spaces must be enclosed in double quotes (\fB"\fR),
|
|
|
|
and literal double quotes and backslashes (\fB\\\fR) must be backslash-escaped.
|
2004-03-27 16:07:20 +00:00
|
|
|
All keywords (including those used as arguments) are case-insensitive.
|
2013-03-30 13:14:23 +00:00
|
|
|
Bash-like home directory expansion using the tilde (\fB~\fR) is supported
|
|
|
|
in all options which represent local paths.
|
2004-03-27 16:07:20 +00:00
|
|
|
There are a few global options, the rest applies to particular sections.
|
|
|
|
Sections are started by a section keyword and are terminated by an empty line
|
|
|
|
or end of file.
|
2012-08-26 13:17:38 +00:00
|
|
|
Every section defines an object with an identifier unique within that
|
2004-03-27 16:07:20 +00:00
|
|
|
object class.
|
|
|
|
.P
|
|
|
|
There are two basic object classes: Stores and Channels. A Store defines
|
|
|
|
a collection of mailboxes; basically a folder, either local or remote.
|
|
|
|
A Channel connects two Stores, describing the way the two are synchronized.
|
|
|
|
.br
|
|
|
|
There are two auxiliary object classes: Accounts and Groups. An Account
|
|
|
|
describes the connection part of remote Stores, so a server connection can be
|
|
|
|
shared between multiple Stores. A Group aggregates multiple Channels to
|
|
|
|
save typing on the command line.
|
2012-08-11 16:34:46 +00:00
|
|
|
.P
|
|
|
|
File system locations (in particular, \fBPath\fR and \fBInbox\fR) use the
|
|
|
|
Store's internal path separators, which may be slashes, periods, etc., or
|
|
|
|
even combinations thereof.
|
|
|
|
.br
|
|
|
|
Mailbox names, OTOH, always use canonical path separators, which are
|
|
|
|
Unix-like forward slashes.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.SS All Stores
|
|
|
|
These options can be used in all supported Store types.
|
|
|
|
.br
|
|
|
|
In this context, the term "remote" describes the second Store within a Channel,
|
|
|
|
and not necessarily a remote server.
|
|
|
|
.br
|
|
|
|
The special mailbox \fBINBOX\fR exists in every Store; its physical location
|
|
|
|
in the file system is Store type specific.
|
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBPath\fR \fIpath\fR
|
|
|
|
The location of the Store in the (server's) file system.
|
|
|
|
If this is no absolute path, the reference point is Store type specific.
|
|
|
|
This string is prepended to the mailbox names addressed in this Store,
|
|
|
|
but is not considered part of them; this is important for \fBPatterns\fR
|
|
|
|
in the Channels section.
|
|
|
|
Note that you \fBmust\fR append a slash if you want to specify an entire
|
|
|
|
directory.
|
2014-10-04 11:12:50 +00:00
|
|
|
(Default: none)
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBMaxSize\fR \fIsize\fR[\fBk\fR|\fBm\fR][\fBb\fR]
|
|
|
|
Messages larger than that will not be propagated into this Store.
|
|
|
|
This is useful for weeding out messages with large attachments.
|
|
|
|
\fBK\fR and \fBM\fR can be appended to the size to specify KiBytes resp.
|
2006-02-05 17:42:22 +00:00
|
|
|
MeBytes instead of bytes. \fBB\fR is accepted but superfluous.
|
2004-03-27 16:07:20 +00:00
|
|
|
If \fIsize\fR is 0, the maximum message size is \fBunlimited\fR.
|
|
|
|
(Default: \fI0\fR)
|
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBMapInbox\fR \fImailbox\fR
|
2013-12-13 18:07:05 +00:00
|
|
|
Create a virtual mailbox (relative to \fBPath\fR) which aliases
|
2004-03-27 16:07:20 +00:00
|
|
|
the \fBINBOX\fR. Makes sense in conjunction with \fBPatterns\fR in the
|
2013-04-07 14:54:19 +00:00
|
|
|
Channels section, though with a Maildir slave, you probably want to
|
|
|
|
place \fBInbox\fR under \fBPath\fR instead.
|
2012-08-11 16:34:46 +00:00
|
|
|
This virtual mailbox does not support subfolders.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
2012-08-18 11:58:14 +00:00
|
|
|
\fBFlatten\fR \fIdelim\fR
|
|
|
|
Flatten the hierarchy within this Store by substituting the canonical
|
|
|
|
hierarchy delimiter \fB/\fR with \fIdelim\fR.
|
|
|
|
This can be useful when the MUA used to access the Store provides
|
|
|
|
suboptimal handling of hierarchical mailboxes, as is the case with
|
|
|
|
\fBMutt\fR.
|
|
|
|
A common choice for the delimiter is \fB.\fR.
|
2013-04-13 17:05:44 +00:00
|
|
|
.br
|
|
|
|
Note that flattened sub-folders of the \fBINBOX\fR always end up
|
|
|
|
under \fBPath\fR, including the "INBOX\fIdelim\fR" prefix.
|
2012-08-18 11:58:14 +00:00
|
|
|
..
|
|
|
|
.TP
|
2004-03-27 16:07:20 +00:00
|
|
|
\fBTrash\fR \fImailbox\fR
|
|
|
|
Specifies a mailbox (relative to \fBPath\fR) to copy deleted messages to
|
2013-12-14 11:37:11 +00:00
|
|
|
prior to expunging.
|
|
|
|
See \fBRECOMMENDATIONS\fR and \fBINHERENT PROBLEMS\fR below.
|
2004-03-27 16:07:20 +00:00
|
|
|
(Default: none)
|
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBTrashNewOnly\fR \fByes\fR|\fBno\fR
|
2004-03-27 16:07:20 +00:00
|
|
|
When trashing, copy only not yet propagated messages. This makes sense if the
|
2015-05-01 16:39:04 +00:00
|
|
|
remote Store has a \fBTrash\fR as well (with \fBTrashNewOnly\fR \fBno\fR).
|
|
|
|
(Default: \fBno\fR)
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBTrashRemoteNew\fR \fByes\fR|\fBno\fR
|
2004-03-27 16:07:20 +00:00
|
|
|
When expunging the remote Store, copy not yet propagated messages to this
|
|
|
|
Store's \fBTrash\fR. When using this, the remote Store does not need an own
|
|
|
|
\fBTrash\fR at all, yet all messages are archived.
|
2015-05-01 16:39:04 +00:00
|
|
|
(Default: \fBno\fR)
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.SS Maildir Stores
|
2013-03-30 13:14:23 +00:00
|
|
|
The reference point for relative \fBPath\fRs is the current working directory.
|
2004-03-27 16:07:20 +00:00
|
|
|
.P
|
|
|
|
As \fBmbsync\fR needs UIDs, but no standardized UID storage scheme exists for
|
|
|
|
Maildir, \fBmbsync\fR supports two schemes, each with its pros and cons.
|
|
|
|
.br
|
|
|
|
The \fBnative\fR scheme is stolen from the latest Maildir patches to \fBc-client\fR
|
|
|
|
and is therefore compatible with \fBpine\fR. The UID validity is stored in a
|
|
|
|
file named .uidvalidity; the UIDs are encoded in the file names of the messages.
|
|
|
|
.br
|
|
|
|
The \fBalternative\fR scheme is based on the UID mapping used by \fBisync\fR
|
|
|
|
versions 0.8 and 0.9.x. The invariant parts of the file names of the messages
|
|
|
|
are used as keys into a Berkeley database named .isyncuidmap.db, which holds
|
|
|
|
the UID validity as well.
|
|
|
|
.br
|
2014-01-25 12:19:02 +00:00
|
|
|
The \fBnative\fR scheme is faster, more space efficient, endianness independent
|
2004-03-27 16:07:20 +00:00
|
|
|
and "human readable", but will be disrupted if a message is copied from another
|
|
|
|
mailbox without getting a new file name; this would result in duplicated UIDs
|
|
|
|
sooner or later, which in turn results in a UID validity change, making
|
|
|
|
synchronization fail.
|
|
|
|
The \fBalternative\fR scheme would fail if a MUA changed a message's file name
|
|
|
|
in a part \fBmbsync\fR considers invariant; this would be interpreted as a
|
|
|
|
message deletion and a new message, resulting in unnecessary traffic.
|
|
|
|
.br
|
|
|
|
\fBMutt\fR is known to work fine with both schemes.
|
|
|
|
.br
|
|
|
|
Use \fBmdconvert\fR to convert mailboxes from one scheme to the other.
|
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBMaildirStore\fR \fIname\fR
|
|
|
|
Define the Maildir Store \fIname\fR, opening a section for its parameters.
|
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBAltMap\fR \fByes\fR|\fBno\fR
|
2004-03-27 16:07:20 +00:00
|
|
|
Use the \fBalternative\fR UID storage scheme for mailboxes in this Store.
|
|
|
|
This does not affect mailboxes that do already have a UID storage scheme;
|
|
|
|
use \fBmdconvert\fR to change it.
|
2017-08-05 18:24:11 +00:00
|
|
|
See \fBRECOMMENDATIONS\fR below.
|
2015-05-01 16:39:04 +00:00
|
|
|
(Default: \fBno\fR)
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBInbox\fR \fIpath\fR
|
2013-04-07 14:54:19 +00:00
|
|
|
The location of the \fBINBOX\fR. This is \fInot\fR relative to \fBPath\fR,
|
|
|
|
but it is allowed to place the \fBINBOX\fR inside the \fBPath\fR.
|
2004-03-27 16:07:20 +00:00
|
|
|
(Default: \fI~/Maildir\fR)
|
|
|
|
..
|
2014-10-25 15:30:57 +00:00
|
|
|
.TP
|
|
|
|
\fBInfoDelimiter\fR \fIdelim\fR
|
|
|
|
The character used to delimit the info field from a message's basename.
|
|
|
|
The Maildir standard defines this to be the colon, but this is incompatible
|
|
|
|
with DOS/Windows file systems.
|
|
|
|
(Default: the value of \fBFieldDelimiter\fR)
|
|
|
|
..
|
2015-05-01 17:16:23 +00:00
|
|
|
.TP
|
|
|
|
\fBSubFolders\fR \fBVerbatim\fR|\fBMaildir++\fR|\fBLegacy\fR
|
|
|
|
The on-disk folder naming style used for hierarchical mailboxes.
|
2019-09-10 11:00:18 +00:00
|
|
|
This option has no effect when \fBFlatten\fR is used.
|
2015-05-01 17:16:23 +00:00
|
|
|
.br
|
2016-11-04 15:21:09 +00:00
|
|
|
Suppose mailboxes with the canonical paths \fBtop/sub/subsub\fR and
|
|
|
|
\fBINBOX/sub/subsub\fR, the styles will yield the following on-disk paths:
|
2015-05-01 17:16:23 +00:00
|
|
|
.br
|
2016-11-04 15:21:09 +00:00
|
|
|
\fBVerbatim\fR - \fIPath\fB/top/sub/subsub\fR and \fIInbox\fB/sub/subsub\fR
|
2015-05-01 17:16:23 +00:00
|
|
|
(this is the style you probably want to use)
|
|
|
|
.br
|
2016-11-04 15:21:09 +00:00
|
|
|
\fBMaildir++\fR - \fIInbox\fB/.top.sub.subsub\fR and \fIInbox\fB/..sub.subsub\fR
|
2015-05-01 17:16:23 +00:00
|
|
|
(this style is compatible with Courier and Dovecot - but note that
|
2016-11-04 15:21:09 +00:00
|
|
|
the mailbox metadata format is \fInot\fR compatible).
|
|
|
|
Note that attempts to set \fBPath\fR are rejected in this mode.
|
2015-05-01 17:16:23 +00:00
|
|
|
.br
|
2016-11-04 15:21:09 +00:00
|
|
|
\fBLegacy\fR - \fIPath\fB/top/.sub/.subsub\fR and \fIInbox\fB/.sub/.subsub\fR
|
2015-05-01 17:16:23 +00:00
|
|
|
(this is \fBmbsync\fR's historical style)
|
|
|
|
.br
|
|
|
|
(Default: unset; will error out when sub-folders are encountered)
|
|
|
|
..
|
2004-03-27 16:07:20 +00:00
|
|
|
.SS IMAP4 Accounts
|
|
|
|
.TP
|
|
|
|
\fBIMAPAccount\fR \fIname\fR
|
|
|
|
Define the IMAP4 Account \fIname\fR, opening a section for its parameters.
|
|
|
|
..
|
|
|
|
.TP
|
2006-05-28 15:43:58 +00:00
|
|
|
\fBHost\fR \fIhost\fR
|
|
|
|
Specify the DNS name or IP address of the IMAP server.
|
2014-07-05 20:53:19 +00:00
|
|
|
.br
|
2014-07-27 16:10:26 +00:00
|
|
|
If \fBTunnel\fR is used, this setting is needed only if \fBSSLType\fR is
|
2015-05-01 16:39:04 +00:00
|
|
|
not \fBNone\fR and \fBCertificateFile\fR is not used,
|
2014-07-27 16:10:26 +00:00
|
|
|
in which case the host name is used for certificate subject verification.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBPort\fR \fIport\fR
|
2006-05-28 15:43:58 +00:00
|
|
|
Specify the TCP port number of the IMAP server. (Default: 143 for IMAP,
|
|
|
|
993 for IMAPS)
|
2014-07-05 20:53:19 +00:00
|
|
|
.br
|
|
|
|
If \fBTunnel\fR is used, this setting is ignored.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
2015-04-06 14:49:33 +00:00
|
|
|
\fBTimeout\fR \fItimeout\fR
|
|
|
|
Specify the connect and data timeout for the IMAP server in seconds.
|
|
|
|
Zero means unlimited.
|
|
|
|
(Default: \fI20\fR)
|
|
|
|
..
|
|
|
|
.TP
|
2004-03-27 16:07:20 +00:00
|
|
|
\fBUser\fR \fIusername\fR
|
2014-04-13 15:07:53 +00:00
|
|
|
Specify the login name on the IMAP server.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBPass\fR \fIpassword\fR
|
|
|
|
Specify the password for \fIusername\fR on the IMAP server.
|
2015-05-01 16:39:04 +00:00
|
|
|
Note that this option is \fInot\fR required.
|
2013-07-27 08:37:15 +00:00
|
|
|
If neither a password nor a password command is specified in the
|
|
|
|
configuration file, \fBmbsync\fR will prompt you for a password.
|
|
|
|
..
|
|
|
|
.TP
|
2015-03-30 12:52:02 +00:00
|
|
|
\fBPassCmd\fR [\fB+\fR]\fIcommand\fR
|
2013-07-27 08:37:15 +00:00
|
|
|
Specify a shell command to obtain a password rather than specifying a
|
|
|
|
password directly. This allows you to use password files and agents.
|
|
|
|
The command must produce exactly one line on stdout; the trailing newline is
|
|
|
|
optional.
|
2015-03-30 12:52:02 +00:00
|
|
|
Prepend \fB+\fR to the command to indicate that it produces TTY output
|
|
|
|
(e.g., a decryption password prompt); failure to do so will merely produce
|
|
|
|
messier output.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBTunnel\fR \fIcommand\fR
|
|
|
|
Specify a command to run to establish a connection rather than opening a TCP
|
|
|
|
socket. This allows you to run an IMAP session over an SSH tunnel, for
|
2006-05-28 16:02:56 +00:00
|
|
|
example.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
2014-07-12 19:02:25 +00:00
|
|
|
\fBAuthMechs\fR \fItype\fR ...
|
|
|
|
The list of acceptable authentication mechanisms.
|
|
|
|
In addition to the mechanisms listed in the SASL registry (link below),
|
|
|
|
the legacy IMAP \fBLOGIN\fR mechanism is known.
|
|
|
|
The wildcard \fB*\fR represents all mechanisms that are deemed secure
|
|
|
|
enough for the current \fBSSLType\fR setting.
|
|
|
|
The actually used mechanism is the most secure choice from the intersection
|
2014-07-27 16:41:22 +00:00
|
|
|
of this list, the list supplied by the server, and the installed SASL modules.
|
2014-07-12 19:02:25 +00:00
|
|
|
(Default: \fB*\fR)
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBSSLType\fR {\fBNone\fR|\fBSTARTTLS\fR|\fBIMAPS\fR}
|
2014-07-12 18:35:55 +00:00
|
|
|
Select the connection security/encryption method:
|
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBNone\fR - no security.
|
2014-07-12 18:35:55 +00:00
|
|
|
This is the default when \fBTunnel\fR is set, as tunnels are usually secure.
|
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBSTARTTLS\fR - security is established via the STARTTLS extension
|
2014-07-12 18:35:55 +00:00
|
|
|
after connecting the regular IMAP port 143. Most servers support this,
|
|
|
|
so it is the default (unless a tunnel is used).
|
2006-05-28 15:43:58 +00:00
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBIMAPS\fR - security is established by starting SSL/TLS negotiation
|
2014-07-12 18:35:55 +00:00
|
|
|
right after connecting the secure IMAP port 993.
|
2006-05-28 15:43:58 +00:00
|
|
|
..
|
|
|
|
.TP
|
2017-08-11 07:20:28 +00:00
|
|
|
\fBSSLVersions\fR [\fBSSLv3\fR] [\fBTLSv1\fR] [\fBTLSv1.1\fR] [\fBTLSv1.2\fR]
|
2014-07-12 18:35:55 +00:00
|
|
|
Select the acceptable SSL/TLS versions.
|
2017-08-11 06:50:28 +00:00
|
|
|
Use old versions only when the server has problems with newer ones.
|
|
|
|
(Default: [\fBTLSv1\fR] [\fBTLSv1.1\fR] [\fBTLSv1.2\fR]).
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBSystemCertificates\fR \fByes\fR|\fBno\fR
|
2014-07-27 13:42:33 +00:00
|
|
|
Whether the system's default root cerificate store should be loaded.
|
2015-05-01 16:39:04 +00:00
|
|
|
(Default: \fByes\fR)
|
2014-07-27 13:42:33 +00:00
|
|
|
..
|
|
|
|
.TP
|
2004-03-27 16:07:20 +00:00
|
|
|
\fBCertificateFile\fR \fIpath\fR
|
2013-03-17 11:41:47 +00:00
|
|
|
File containing additional X.509 certificates used to verify server
|
|
|
|
identities. Directly matched peer certificates are always trusted,
|
|
|
|
regardless of validity.
|
|
|
|
.br
|
2014-07-27 13:42:33 +00:00
|
|
|
Note that the system's default certificate store is always used
|
|
|
|
(unless \fBSystemCertificates\fR is disabled)
|
|
|
|
and should not be specified here.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
2015-08-08 17:45:53 +00:00
|
|
|
\fBClientCertificate\fR \fIpath\fR
|
|
|
|
File containing a client certificate to send to the server.
|
|
|
|
\fBClientKey\fR should also be specified.
|
|
|
|
.br
|
|
|
|
Note that client certificate verification is usually not required,
|
|
|
|
so it is unlikely that you need this option.
|
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBClientKey\fR \fIpath\fR
|
|
|
|
File containing the private key corresponding to \fBClientCertificate\fR.
|
|
|
|
..
|
|
|
|
.TP
|
2011-03-27 14:58:23 +00:00
|
|
|
\fBPipelineDepth\fR \fIdepth\fR
|
|
|
|
Maximum number of IMAP commands which can be simultaneously in flight.
|
|
|
|
Setting this to \fI1\fR disables pipelining.
|
2016-11-12 13:15:57 +00:00
|
|
|
This is mostly a debugging option, but may also be used to limit average
|
|
|
|
bandwidth consumption (GMail may require this if you have a very fast
|
|
|
|
connection), or to spare flaky servers like M$ Exchange.
|
2012-08-25 16:26:23 +00:00
|
|
|
(Default: \fIunlimited\fR)
|
2011-03-27 14:58:23 +00:00
|
|
|
..
|
2015-05-08 08:20:09 +00:00
|
|
|
.TP
|
|
|
|
\fBDisableExtension\fR[\fBs\fR] \fIextension\fR ...
|
|
|
|
Disable the use of specific IMAP extensions.
|
|
|
|
This can be used to work around bugs in servers
|
|
|
|
(and possibly \fBmbsync\fR itself).
|
|
|
|
(Default: empty)
|
|
|
|
..
|
2004-03-27 16:07:20 +00:00
|
|
|
.SS IMAP Stores
|
|
|
|
The reference point for relative \fBPath\fRs is whatever the server likes it
|
|
|
|
to be; probably the user's $HOME or $HOME/Mail on that server. The location
|
|
|
|
of \fBINBOX\fR is up to the server as well and is usually irrelevant.
|
|
|
|
.TP
|
|
|
|
\fBIMAPStore\fR \fIname\fR
|
|
|
|
Define the IMAP4 Store \fIname\fR, opening a section for its parameters.
|
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBAccount\fR \fIaccount\fR
|
|
|
|
Specify which IMAP4 Account to use. Instead of defining an Account and
|
|
|
|
referencing it here, it is also possible to specify all the Account options
|
|
|
|
directly in the Store's section - this makes sense if an Account is used for
|
|
|
|
one Store only anyway.
|
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBUseNamespace\fR \fByes\fR|\fBno\fR
|
2004-03-27 16:07:20 +00:00
|
|
|
Selects whether the server's first "personal" NAMESPACE should be prefixed to
|
|
|
|
mailbox names. Disabling this makes sense for some broken IMAP servers.
|
|
|
|
This option is meaningless if a \fBPath\fR was specified.
|
2015-05-01 16:39:04 +00:00
|
|
|
(Default: \fByes\fR)
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
2012-08-11 16:34:46 +00:00
|
|
|
.TP
|
|
|
|
\fBPathDelimiter\fR \fIdelim\fR
|
2013-08-03 13:10:57 +00:00
|
|
|
Specify the server's hierarchy delimiter.
|
2012-08-11 16:34:46 +00:00
|
|
|
(Default: taken from the server's first "personal" NAMESPACE)
|
2012-08-18 11:58:14 +00:00
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
Do \fInot\fR abuse this to re-interpret the hierarchy.
|
2012-08-18 11:58:14 +00:00
|
|
|
Use \fBFlatten\fR instead.
|
2012-08-11 16:34:46 +00:00
|
|
|
..
|
2004-03-27 16:07:20 +00:00
|
|
|
.SS Channels
|
|
|
|
.TP
|
|
|
|
\fBChannel\fR \fIname\fR
|
|
|
|
Define the Channel \fIname\fR, opening a section for its parameters.
|
|
|
|
..
|
|
|
|
.TP
|
|
|
|
{\fBMaster\fR|\fBSlave\fR} \fB:\fIstore\fB:\fR[\fImailbox\fR]
|
|
|
|
Specify the Master resp. Slave Store to be connected by this Channel.
|
2013-12-08 08:49:39 +00:00
|
|
|
If \fBPatterns\fR are specified, \fImailbox\fR is interpreted as a
|
|
|
|
prefix which is not matched against the patterns, and which is not
|
|
|
|
affected by mailbox list overrides.
|
2013-12-07 15:41:05 +00:00
|
|
|
Otherwise, if \fImailbox\fR is omitted, \fBINBOX\fR is assumed.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBPattern\fR[\fBs\fR] [\fB!\fR]\fIpattern\fR ...
|
|
|
|
Instead of synchronizing only one mailbox pair, synchronize all mailboxes
|
|
|
|
that match the \fIpattern\fR(s). The mailbox names are the same on both
|
|
|
|
Master and Slave. Patterns are IMAP4 patterns, i.e., \fB*\fR matches anything
|
|
|
|
and \fB%\fR matches anything up to the next hierarchy delimiter. Prepending
|
|
|
|
\fB!\fR to a pattern makes it an exclusion. Multiple patterns can be specified
|
|
|
|
(either by supplying multiple arguments or by using \fBPattern\fR multiple
|
|
|
|
times); later matches take precedence.
|
2013-04-13 17:05:27 +00:00
|
|
|
.br
|
|
|
|
Note that \fBINBOX\fR is not matched by wildcards, unless it lives under
|
|
|
|
\fBPath\fR.
|
|
|
|
.br
|
2013-12-07 15:41:05 +00:00
|
|
|
The mailbox list selected by \fBPatterns\fR can be overridden by a mailbox
|
|
|
|
list in a channel reference (a \fBGroup\fR specification or the command line).
|
|
|
|
.br
|
2004-03-27 16:07:20 +00:00
|
|
|
Example: "\fBPatterns\fR\ \fI%\ !Trash\fR"
|
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBMaxSize\fR \fIsize\fR[\fBk\fR|\fBm\fR][\fBb\fR]
|
|
|
|
Analogous to the homonymous option in the Stores section, but applies equally
|
|
|
|
to Master and Slave. Note that this actually modifies the Stores, so take care
|
|
|
|
not to provide conflicting settings if you use the Stores in multiple Channels.
|
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBMaxMessages\fR \fIcount\fR
|
|
|
|
Sets the maximum number of messages to keep in each Slave mailbox.
|
|
|
|
This is useful for mailboxes where you keep a complete archive on the server,
|
|
|
|
but want to mirror only the last messages (for instance, for mailing lists).
|
|
|
|
The messages that were the first to arrive in the mailbox (independently of
|
|
|
|
the actual date of the message) will be deleted first.
|
2013-11-24 19:26:33 +00:00
|
|
|
Messages that are flagged (marked as important) and (by default) unread
|
|
|
|
messages will not be automatically deleted.
|
2004-03-27 16:07:20 +00:00
|
|
|
If \fIcount\fR is 0, the maximum number of messages is \fBunlimited\fR
|
|
|
|
(Default: \fI0\fR).
|
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBExpireUnread\fR \fByes\fR|\fBno\fR
|
2013-11-24 19:26:33 +00:00
|
|
|
Selects whether unread messages should be affected by \fBMaxMessages\fR.
|
|
|
|
Normally, unread messages are considered important and thus never expired.
|
|
|
|
This ensures that you never miss new messages even after an extended absence.
|
|
|
|
However, if your archive contains large amounts of unread messages by design,
|
|
|
|
treating them as important would practically defeat \fBMaxMessages\fR. In this
|
|
|
|
case you need to enable this option.
|
2015-05-01 16:39:04 +00:00
|
|
|
(Default: \fBno\fR).
|
2013-11-24 19:26:33 +00:00
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBSync\fR {\fBNone\fR|[\fBPull\fR] [\fBPush\fR] [\fBNew\fR] [\fBReNew\fR] [\fBDelete\fR] [\fBFlags\fR]|\fBAll\fR}
|
2004-03-27 16:07:20 +00:00
|
|
|
Select the synchronization operation(s) to perform:
|
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBPull\fR - propagate changes from Master to Slave.
|
2004-03-27 16:07:20 +00:00
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBPush\fR - propagate changes from Slave to Master.
|
2004-03-27 16:07:20 +00:00
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBNew\fR - propagate newly appeared messages.
|
2004-03-27 16:07:20 +00:00
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBReNew\fR - previously refused messages are re-evaluated for propagation.
|
2004-03-27 16:07:20 +00:00
|
|
|
Useful after flagging affected messages in the source Store or enlarging
|
|
|
|
MaxSize in the destination Store.
|
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBDelete\fR - propagate message deletions. This applies only to messages that
|
2004-03-27 16:07:20 +00:00
|
|
|
are actually gone, i.e., were expunged. The affected messages in the remote
|
|
|
|
Store are marked as deleted only, i.e., they won't be really deleted until
|
|
|
|
that Store is expunged.
|
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBFlags\fR - propagate flag changes. Note that Deleted/Trashed is a flag as
|
2014-01-25 12:19:02 +00:00
|
|
|
well; this is particularly interesting if you use \fBmutt\fR with the
|
2004-03-27 16:07:20 +00:00
|
|
|
maildir_trash option.
|
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBAll\fR (\fB--full\fR on the command line) - all of the above.
|
2004-03-27 16:07:20 +00:00
|
|
|
This is the global default.
|
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBNone\fR (\fB--noop\fR on the command line) - don't propagate anything.
|
2004-03-27 16:07:20 +00:00
|
|
|
Useful if you want to expunge only.
|
|
|
|
.IP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBPull\fR and \fBPush\fR are direction flags, while \fBNew\fR, \fBReNew\fR,
|
|
|
|
\fBDelete\fR and \fBFlags\fR are type flags. The two flag classes make up a
|
2004-03-27 16:07:20 +00:00
|
|
|
two-dimensional matrix (a table). Its cells are the individual actions to
|
|
|
|
perform. There are two styles of asserting the cells:
|
|
|
|
.br
|
|
|
|
In the first style, the flags select entire rows/colums in the matrix. Only
|
|
|
|
the cells which are selected both horizontally and vertically are asserted.
|
|
|
|
Specifying no flags from a class is like specifying all flags from this class.
|
2015-05-01 16:39:04 +00:00
|
|
|
For example, "\fBSync\fR\ \fBPull\fR\ \fBNew\fR\ \fBFlags\fR" will propagate
|
2004-03-27 16:07:20 +00:00
|
|
|
new messages and flag changes from the Master to the Slave,
|
2015-05-01 16:39:04 +00:00
|
|
|
"\fBSync\fR\ \fBNew\fR\ \fBDelete\fR" will propagate message arrivals and
|
|
|
|
deletions both ways, and "\fBSync\fR\ \fBPush\fR" will propagate all changes
|
2004-03-27 16:07:20 +00:00
|
|
|
from the Slave to the Master.
|
|
|
|
.br
|
|
|
|
In the second style, direction flags are concatenated with type flags; every
|
|
|
|
compound flag immediately asserts a cell in the matrix. In addition to at least
|
|
|
|
one compound flag, the individual flags can be used as well, but as opposed to
|
|
|
|
the first style, they immediately assert all cells in their respective
|
|
|
|
row/column. For example,
|
2015-05-01 16:39:04 +00:00
|
|
|
"\fBSync\fR\ \fBPullNew\fR\ \fBPullDelete\fR\ \fBPush\fR" will propagate
|
2004-03-27 16:07:20 +00:00
|
|
|
message arrivals and deletions from the Master to the Slave and any changes
|
|
|
|
from the Slave to the Master.
|
|
|
|
Note that it is not allowed to assert a cell in two ways, e.g.
|
2015-05-01 16:39:04 +00:00
|
|
|
"\fBSync\fR\ \fBPullNew\fR\ \fBPull\fR" and
|
|
|
|
"\fBSync\fR\ \fBPullNew\fR\ \fBDelete\fR\ \fBPush\fR" induce error messages.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBCreate\fR {\fBNone\fR|\fBMaster\fR|\fBSlave\fR|\fBBoth\fR}
|
2004-03-27 16:07:20 +00:00
|
|
|
Automatically create missing mailboxes [on the Master/Slave].
|
|
|
|
Otherwise print an error message and skip that mailbox pair if a mailbox
|
2014-12-29 01:08:48 +00:00
|
|
|
and the corresponding sync state does not exist.
|
2015-05-01 16:39:04 +00:00
|
|
|
(Global default: \fBNone\fR)
|
2014-12-29 01:08:48 +00:00
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBRemove\fR {\fBNone\fR|\fBMaster\fR|\fBSlave\fR|\fBBoth\fR}
|
2014-12-29 01:08:48 +00:00
|
|
|
Propagate mailbox deletions [to the Master/Slave].
|
|
|
|
Otherwise print an error message and skip that mailbox pair if a mailbox
|
|
|
|
does not exist but the corresponding sync state does.
|
|
|
|
.br
|
|
|
|
For MailDir mailboxes it is sufficient to delete the cur/ subdirectory to
|
|
|
|
mark them as deleted. This ensures compatibility with \fBSyncState *\fR.
|
|
|
|
.br
|
|
|
|
Note that for safety, non-empty mailboxes are never deleted.
|
|
|
|
.br
|
2015-05-01 16:39:04 +00:00
|
|
|
(Global default: \fBNone\fR)
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBExpunge\fR {\fBNone\fR|\fBMaster\fR|\fBSlave\fR|\fBBoth\fR}
|
2004-03-27 16:07:20 +00:00
|
|
|
Permanently remove all messages [on the Master/Slave] marked for deletion.
|
2013-12-14 11:37:11 +00:00
|
|
|
See \fBRECOMMENDATIONS\fR below.
|
2015-05-01 16:39:04 +00:00
|
|
|
(Global default: \fBNone\fR)
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBCopyArrivalDate\fR {\fByes\fR|\fBno\fR}
|
2013-07-28 13:55:13 +00:00
|
|
|
Selects whether their arrival time should be propagated together with
|
|
|
|
the messages.
|
|
|
|
Enabling this makes sense in order to keep the time stamp based message
|
|
|
|
sorting intact.
|
|
|
|
Note that IMAP does not guarantee that the time stamp (termed \fBinternal
|
|
|
|
date\fR) is actually the arrival time, but it is usually close enough.
|
2015-05-01 16:39:04 +00:00
|
|
|
(Default: \fBno\fR)
|
2013-07-28 13:55:13 +00:00
|
|
|
..
|
2013-11-24 18:39:33 +00:00
|
|
|
.P
|
2014-12-29 01:08:48 +00:00
|
|
|
\fBSync\fR, \fBCreate\fR, \fBRemove\fR, \fBExpunge\fR,
|
2013-11-24 18:39:33 +00:00
|
|
|
\fBMaxMessages\fR, and \fBCopyArrivalDate\fR
|
|
|
|
can be used before any section for a global effect.
|
|
|
|
The global settings are overridden by Channel-specific options,
|
|
|
|
which in turn are overridden by command line switches.
|
|
|
|
..
|
2013-07-28 13:55:13 +00:00
|
|
|
.TP
|
2004-03-27 16:07:20 +00:00
|
|
|
\fBSyncState\fR {\fB*\fR|\fIpath\fR}
|
2019-09-10 11:00:18 +00:00
|
|
|
Set the location of this Channel's synchronization state files.
|
|
|
|
\fB*\fR means that the state should be saved in a file named .mbsyncstate
|
|
|
|
in the Slave mailbox itself; this has the advantage that you do not need
|
|
|
|
to handle the state file separately if you delete the mailbox, but it works
|
|
|
|
only with Maildir mailboxes, obviously.
|
|
|
|
Otherwise this is interpreted as a string to prepend to the Slave mailbox
|
|
|
|
name to make up a complete path.
|
2004-03-27 16:07:20 +00:00
|
|
|
.br
|
|
|
|
This option can be used outside any section for a global effect. In this case
|
|
|
|
the appended string is made up according to the pattern
|
2014-10-25 15:30:57 +00:00
|
|
|
\fB:\fImaster\fB:\fImaster-box\fB_:\fIslave\fB:\fIslave-box\fR
|
|
|
|
(see also \fBFieldDelimiter\fR below).
|
2004-03-27 16:07:20 +00:00
|
|
|
.br
|
|
|
|
(Global default: \fI~/.mbsync/\fR).
|
|
|
|
..
|
|
|
|
.SS Groups
|
|
|
|
.TP
|
|
|
|
\fBGroup\fR \fIname\fR [\fIchannel\fR[\fB:\fIbox\fR[\fB,\fR...]]] ...
|
|
|
|
Define the Group \fIname\fR, opening a section for its parameters.
|
|
|
|
Note that even though Groups have an own namespace, they will "hide" Channels
|
|
|
|
with the same name on the command line.
|
|
|
|
.br
|
|
|
|
One or more Channels can be specified on the same line.
|
|
|
|
.br
|
|
|
|
If you supply one or more \fIbox\fRes to a \fIchannel\fR, they will be used
|
2013-12-07 15:41:05 +00:00
|
|
|
instead of what is specified in the Channel's Patterns.
|
|
|
|
The same can be done on the command line, except that there newlines can be
|
|
|
|
used as mailbox name separators as well.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.TP
|
|
|
|
\fBChannel\fR[\fBs\fR] \fIchannel\fR[\fB:\fIbox\fR[\fB,\fR...]] ...
|
|
|
|
Add the specified channels to the group. This option can be specified multiple
|
|
|
|
times within a Group.
|
|
|
|
..
|
2012-09-15 13:15:22 +00:00
|
|
|
.SS Global Options
|
|
|
|
.TP
|
2015-05-01 16:39:04 +00:00
|
|
|
\fBFSync\fR \fByes\fR|\fBno\fR
|
2013-11-02 20:42:34 +00:00
|
|
|
.br
|
|
|
|
Selects whether \fBmbsync\fR performs forced flushing, which determines
|
|
|
|
the level of data safety after system crashes and power outages.
|
|
|
|
Disabling it is reasonably safe for file systems which are mounted with
|
|
|
|
data=ordered mode.
|
|
|
|
Enabling it is a wise choice for file systems mounted with data=writeback,
|
|
|
|
in particular modern systems like ext4, btrfs and xfs. The performance impact
|
|
|
|
on older file systems may be disproportionate.
|
2015-05-01 16:39:04 +00:00
|
|
|
(Default: \fByes\fR)
|
2012-09-15 13:15:22 +00:00
|
|
|
..
|
2014-10-25 15:30:57 +00:00
|
|
|
.TP
|
|
|
|
\fBFieldDelimiter\fR \fIdelim\fR
|
|
|
|
The character to use to delimit fields in the string appended to a global
|
|
|
|
\fBSyncState\fR.
|
|
|
|
\fBmbsync\fR prefers to use the colon, but this is incompatible with
|
|
|
|
DOS/Windows file systems.
|
|
|
|
This option is meaningless for \fBSyncState\fR if the latter is \fB*\fR,
|
|
|
|
obviously. However, it also determines the default of \fBInfoDelimiter\fR.
|
|
|
|
(Global default: \fI;\fR on Windows, \fI:\fR everywhere else)
|
|
|
|
..
|
2015-02-15 17:13:05 +00:00
|
|
|
.TP
|
|
|
|
\fBBufferLimit\fR \fIsize\fR[\fBk\fR|\fBm\fR][\fBb\fR]
|
|
|
|
The per-Channel, per-direction instantaneous memory usage above which
|
|
|
|
\fBmbsync\fR will refrain from using more memory. Note that this is no
|
|
|
|
absolute limit, as even a single message can consume more memory than
|
|
|
|
this.
|
|
|
|
(Default: \fI10M\fR)
|
|
|
|
..
|
2015-03-28 16:26:08 +00:00
|
|
|
.SH CONSOLE OUTPUT
|
|
|
|
If \fBmbsync\fR's output is connected to a console, it will print progress
|
|
|
|
counters by default. The output will look like this:
|
|
|
|
.P
|
|
|
|
.in +4
|
|
|
|
C: 1/2 B: 3/4 M: +13/13 *23/42 #0/0 S: +0/7 *0/0 #0/0
|
|
|
|
.in -4
|
|
|
|
.P
|
|
|
|
This represents the cumulative progress over channels, boxes, and messages
|
|
|
|
affected on master and slave, respectively.
|
|
|
|
The message counts represent added messages, messages with updated flags,
|
|
|
|
and trashed messages, respectively.
|
|
|
|
No attempt is made to calculate the totals in advance, so they grow over
|
|
|
|
time as more information is gathered.
|
|
|
|
..
|
2013-12-14 11:37:11 +00:00
|
|
|
.SH RECOMMENDATIONS
|
|
|
|
Make sure your IMAP server does not auto-expunge deleted messages - it is
|
|
|
|
slow, and semantically somewhat questionable. Specifically, Gmail needs to
|
|
|
|
be configured not to do it.
|
|
|
|
.P
|
|
|
|
By default, \fBmbsync\fR will not delete any messages - deletions are
|
|
|
|
propagated by marking the messages as deleted on the remote store.
|
|
|
|
Once you have verified that your setup works, you will typically want to
|
|
|
|
set \fBExpunge\fR to \fBBoth\fR, so that deletions become effective.
|
|
|
|
.P
|
|
|
|
\fBmbsync\fR's built-in trash functionality relies on \fBmbsync\fR doing
|
|
|
|
the expunging of deleted messages. This is the case when it propagates
|
|
|
|
deletions of previously propagated messages, and the trash is on the target
|
|
|
|
store (typically your IMAP server).
|
|
|
|
.br
|
|
|
|
However, when you intend \fBmbsync\fR to trash messages which were not
|
|
|
|
propagated yet, the MUA must mark the messages as deleted without expunging
|
|
|
|
them (e.g., \fBMutt\fR's \fBmaildir_trash\fR option). Note that most
|
|
|
|
messages are propagated a long time before they are deleted, so this is a
|
|
|
|
corner case you probably do not want to optimize for. This also implies
|
|
|
|
that the \fBTrashNewOnly\fR and \fBTrashRemoteNew\fR options are typically
|
|
|
|
not very useful.
|
|
|
|
.P
|
|
|
|
If your server supports auto-trashing (as Gmail does), it is probably a
|
|
|
|
good idea to rely on that instead of \fBmbsync\fR's trash functionality.
|
|
|
|
If you do that, and intend to synchronize the trash like other mailboxes,
|
|
|
|
you should not use \fBmbsync\fR's \fBTrash\fR option at all.
|
2015-05-08 08:20:09 +00:00
|
|
|
.P
|
|
|
|
Use of the \fBTrash\fR option with M$ Exchange 2013 requires the use of
|
|
|
|
\fBDisableExtension MOVE\fR due to a server bug.
|
2017-08-05 19:20:34 +00:00
|
|
|
.P
|
2017-08-05 18:24:11 +00:00
|
|
|
When using the more efficient default UID mapping scheme, it is important
|
|
|
|
that the MUA renames files when moving them between Maildir folders.
|
|
|
|
Mutt always does that, while mu4e needs to be configured to do it:
|
|
|
|
.br
|
|
|
|
.in +4
|
|
|
|
(setq mu4e-change-filenames-when-moving t)
|
|
|
|
.in -4
|
2013-12-14 11:37:11 +00:00
|
|
|
..
|
2004-03-27 16:07:20 +00:00
|
|
|
.SH INHERENT PROBLEMS
|
|
|
|
Changes done after \fBmbsync\fR has retrieved the message list will not be
|
|
|
|
synchronised until the next time \fBmbsync\fR is invoked.
|
2012-08-25 18:30:04 +00:00
|
|
|
.P
|
|
|
|
Using \fBTrash\fR on IMAP Stores without the UIDPLUS extension (notably,
|
|
|
|
M$ Exchange up to at least 2010) bears a race condition: messages will be
|
2004-03-27 16:07:20 +00:00
|
|
|
lost if they are marked as deleted after the message list was retrieved but
|
2012-08-25 18:30:04 +00:00
|
|
|
before the mailbox is expunged.
|
|
|
|
There is no risk as long as the IMAP mailbox is accessed by only one client
|
|
|
|
(including \fBmbsync\fR) at a time.
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
|
|
|
.SH FILES
|
|
|
|
.TP
|
|
|
|
.B ~/.mbsyncrc
|
|
|
|
Default configuration file
|
|
|
|
.TP
|
|
|
|
.B ~/.mbsync/
|
|
|
|
Directory containing synchronization state files
|
|
|
|
..
|
|
|
|
.SH SEE ALSO
|
|
|
|
mdconvert(1), isync(1), mutt(1), maildir(5)
|
|
|
|
.P
|
|
|
|
Up to date information on \fBmbsync\fR can be found at http://isync.sf.net/
|
2014-07-12 19:02:25 +00:00
|
|
|
.P
|
|
|
|
SASL mechanisms are listed at
|
|
|
|
http://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml
|
2004-03-27 16:07:20 +00:00
|
|
|
..
|
2010-02-28 21:23:20 +00:00
|
|
|
.SH AUTHORS
|
|
|
|
Originally written by Michael R. Elkins,
|
|
|
|
rewritten and currently maintained by Oswald Buddenhagen,
|
|
|
|
contributions by Theodore Y. Ts'o.
|