mbsync.1 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. .ig
  2. \" mbsync - mailbox synchronizer
  3. \" Copyright (C) 2000-2002 Michael R. Elkins <me@mutt.org>
  4. \" Copyright (C) 2002-2004 Oswald Buddenhagen <ossi@users.sf.net>
  5. \" Copyright (C) 2004 Theodore Y. Ts'o <tytso@mit.edu>
  6. \"
  7. \" This program is free software; you can redistribute it and/or modify
  8. \" it under the terms of the GNU General Public License as published by
  9. \" the Free Software Foundation; either version 2 of the License, or
  10. \" (at your option) any later version.
  11. \"
  12. \" This program is distributed in the hope that it will be useful,
  13. \" but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. \" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. \" GNU General Public License for more details.
  16. \"
  17. \" You should have received a copy of the GNU General Public License
  18. \" along with this program; if not, write to the Free Software Foundation,
  19. \" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  20. \"
  21. \" As a special exception, mbsync may be linked with the OpenSSL library,
  22. \" despite that library's more restrictive license.
  23. ..
  24. .TH mbsync 1 "2004 Mar 27"
  25. ..
  26. .SH NAME
  27. mbsync - synchronize IMAP4 and Maildir mailboxes
  28. ..
  29. .SH SYNOPSIS
  30. \fBmbsync\fR [\fIoptions\fR ...] {{\fIchannel\fR[\fB:\fIbox\fR[{\fB,\fR|\fB\\n\fR}...]]|\fIgroup\fR} ...|\fB-a\fR}
  31. ..
  32. .SH DESCRIPTION
  33. \fBmbsync\fR is a command line application which synchronizes mailboxes;
  34. currently Maildir and IMAP4 mailboxes are supported.
  35. New messages, message deletions and flag changes can be propagated both ways;
  36. the operation set can be selected in a fine-grained manner.
  37. .br
  38. Synchronization is based on unique message identifiers (UIDs), so no
  39. identification conflicts can occur (as opposed to some other mail synchronizers).
  40. OTOH, \fBmbsync\fR is susceptible to UID validity changes (that \fIshould\fR
  41. never happen, but see "Compatibility" in the README).
  42. Synchronization state is kept in one local text file per mailbox pair;
  43. multiple replicas of a mailbox can be maintained.
  44. ..
  45. .SH OPTIONS
  46. .TP
  47. \fB-c\fR, \fB--config\fR \fIfile\fR
  48. Read configuration from \fIfile\fR.
  49. By default, the configuration is read from ~/.mbsyncrc.
  50. .TP
  51. \fB-a\fR, \fB--all\fR
  52. Select all configured channels. Any channel/group specifications on the command
  53. line are ignored.
  54. .TP
  55. \fB-l\fR, \fB--list\fR
  56. Don't synchronize anything, but list all mailboxes in the selected channels
  57. and exit.
  58. .TP
  59. \fB-C\fR[\fBm\fR][\fBs\fR], \fB--create\fR[\fB-master\fR|\fB-slave\fR]
  60. Override any \fBCreate\fR options from the config file. See below.
  61. .TP
  62. \fB-X\fR[\fBm\fR][\fBs\fR], \fB--expunge\fR[\fB-master\fR|\fB-slave\fR]
  63. Override any \fBExpunge\fR options from the config file. See below.
  64. .TP
  65. {\fB-n\fR|\fB-N\fR|\fB-d\fR|\fB-f\fR|\fB-0\fR|\fB-F\fR},\
  66. {\fB--new\fR|\fB--renew\fR|\fB--delete\fR|\fB--flags\fR|\fB--noop\fR|\fB--full\fR}
  67. .TP
  68. \r{\fB-L\fR|\fB-H\fR}[\fBn\fR][\fBN\fR][\fBd\fR][\fBf\fR],\
  69. {\fB--pull\fR|\fB--push\fR}[\fB-new\fR|\fB-renew\fR|\fB-delete\fR|\fB-flags\fR]
  70. Override any \fBSync\fR options from the config file. See below.
  71. .TP
  72. \fB-h\fR, \fB--help\fR
  73. Display a summary of command line options.
  74. .TP
  75. \fB-v\fR, \fB--version\fR
  76. Display version information.
  77. .TP
  78. \fB-V\fR, \fB--verbose\fR
  79. Enable \fIverbose\fR mode, which displays the IMAP4 network traffic.
  80. .TP
  81. \fB-D\fR, \fB--debug\fR
  82. Enable printing \fIdebug\fR information.
  83. .TP
  84. \fB-q\fR, \fB--quiet\fR
  85. Suppress informational messages.
  86. If specified twice, suppress warning messages as well.
  87. ..
  88. .SH CONFIGURATION
  89. The configuration file is mandatory; \fBmbsync\fR will not run without it.
  90. Lines starting with a hash mark (\fB#\fR) are comments and are ignored entirely.
  91. Configuration items are keywords followed by one or more arguments;
  92. arguments containing spaces must be enclosed in double quotes (\fB"\fR).
  93. All keywords (including those used as arguments) are case-insensitive.
  94. There are a few global options, the rest applies to particular sections.
  95. Sections are started by a section keyword and are terminated by an empty line
  96. or end of file.
  97. Every section defines an object with a an identifier unique within that
  98. object class.
  99. .P
  100. There are two basic object classes: Stores and Channels. A Store defines
  101. a collection of mailboxes; basically a folder, either local or remote.
  102. A Channel connects two Stores, describing the way the two are synchronized.
  103. .br
  104. There are two auxiliary object classes: Accounts and Groups. An Account
  105. describes the connection part of remote Stores, so a server connection can be
  106. shared between multiple Stores. A Group aggregates multiple Channels to
  107. save typing on the command line.
  108. ..
  109. .SS All Stores
  110. These options can be used in all supported Store types.
  111. .br
  112. In this context, the term "remote" describes the second Store within a Channel,
  113. and not necessarily a remote server.
  114. .br
  115. The special mailbox \fBINBOX\fR exists in every Store; its physical location
  116. in the file system is Store type specific.
  117. ..
  118. .TP
  119. \fBPath\fR \fIpath\fR
  120. The location of the Store in the (server's) file system.
  121. If this is no absolute path, the reference point is Store type specific.
  122. This string is prepended to the mailbox names addressed in this Store,
  123. but is not considered part of them; this is important for \fBPatterns\fR
  124. in the Channels section.
  125. Note that you \fBmust\fR append a slash if you want to specify an entire
  126. directory.
  127. (Default: \fI""\fR)
  128. ..
  129. .TP
  130. \fBMaxSize\fR \fIsize\fR[\fBk\fR|\fBm\fR][\fBb\fR]
  131. Messages larger than that will not be propagated into this Store.
  132. This is useful for weeding out messages with large attachments.
  133. \fBK\fR and \fBM\fR can be appended to the size to specify KiBytes resp.
  134. MeBytes instead of bytes. \fBB\fR is accepted but superfluous.
  135. If \fIsize\fR is 0, the maximum message size is \fBunlimited\fR.
  136. (Default: \fI0\fR)
  137. ..
  138. .TP
  139. \fBMapInbox\fR \fImailbox\fR
  140. Create a virtual mailbox (relative to \fBPath\fR), which is backed by
  141. the \fBINBOX\fR. Makes sense in conjunction with \fBPatterns\fR in the
  142. Channels section.
  143. ..
  144. .TP
  145. \fBTrash\fR \fImailbox\fR
  146. Specifies a mailbox (relative to \fBPath\fR) to copy deleted messages to
  147. prior to expunging. See \fBINHERENT PROBLEMS\fR below.
  148. (Default: none)
  149. ..
  150. .TP
  151. \fBTrashNewOnly\fR \fIyes\fR|\fIno\fR
  152. When trashing, copy only not yet propagated messages. This makes sense if the
  153. remote Store has a \fBTrash\fR as well (with \fBTrashNewOnly\fR \fIno\fR).
  154. (Default: \fIno\fR)
  155. ..
  156. .TP
  157. \fBTrashRemoteNew\fR \fIyes\fR|\fIno\fR
  158. When expunging the remote Store, copy not yet propagated messages to this
  159. Store's \fBTrash\fR. When using this, the remote Store does not need an own
  160. \fBTrash\fR at all, yet all messages are archived.
  161. (Default: \fIno\fR)
  162. ..
  163. .SS Maildir Stores
  164. The reference point for relative \fBPath\fRs is $HOME.
  165. .P
  166. As \fBmbsync\fR needs UIDs, but no standardized UID storage scheme exists for
  167. Maildir, \fBmbsync\fR supports two schemes, each with its pros and cons.
  168. .br
  169. The \fBnative\fR scheme is stolen from the latest Maildir patches to \fBc-client\fR
  170. and is therefore compatible with \fBpine\fR. The UID validity is stored in a
  171. file named .uidvalidity; the UIDs are encoded in the file names of the messages.
  172. .br
  173. The \fBalternative\fR scheme is based on the UID mapping used by \fBisync\fR
  174. versions 0.8 and 0.9.x. The invariant parts of the file names of the messages
  175. are used as keys into a Berkeley database named .isyncuidmap.db, which holds
  176. the UID validity as well.
  177. .br
  178. The \fBnative\fR scheme is faster, more space efficient, endianess independent
  179. and "human readable", but will be disrupted if a message is copied from another
  180. mailbox without getting a new file name; this would result in duplicated UIDs
  181. sooner or later, which in turn results in a UID validity change, making
  182. synchronization fail.
  183. The \fBalternative\fR scheme would fail if a MUA changed a message's file name
  184. in a part \fBmbsync\fR considers invariant; this would be interpreted as a
  185. message deletion and a new message, resulting in unnecessary traffic.
  186. .br
  187. \fBMutt\fR is known to work fine with both schemes.
  188. .br
  189. Use \fBmdconvert\fR to convert mailboxes from one scheme to the other.
  190. ..
  191. .TP
  192. \fBMaildirStore\fR \fIname\fR
  193. Define the Maildir Store \fIname\fR, opening a section for its parameters.
  194. ..
  195. .TP
  196. \fBAltMap\fR \fIyes\fR|\fIno\fR
  197. Use the \fBalternative\fR UID storage scheme for mailboxes in this Store.
  198. This does not affect mailboxes that do already have a UID storage scheme;
  199. use \fBmdconvert\fR to change it.
  200. (Default: \fIno\fR)
  201. ..
  202. .TP
  203. \fBInbox\fR \fIpath\fR
  204. The location of the \fBINBOX\fR. This is \fInot\fR relative to \fBPath\fR.
  205. (Default: \fI~/Maildir\fR)
  206. ..
  207. .SS IMAP4 Accounts
  208. .TP
  209. \fBIMAPAccount\fR \fIname\fR
  210. Define the IMAP4 Account \fIname\fR, opening a section for its parameters.
  211. ..
  212. .TP
  213. \fBHost\fR [\fBimaps:\fR]\fIhost\fR
  214. Specify the DNS name or IP address of the IMAP server. If \fIhost\fR is
  215. prefixed with \fBimaps:\fR the connection is assumed to be an SSL connection
  216. to port 993.
  217. Note that modern servers support SSL on the default port 143 via the
  218. STARTTLS extension, which will be used automatically by default.
  219. ..
  220. .TP
  221. \fBPort\fR \fIport\fR
  222. Specify the TCP port number of the IMAP server. (Default: 143 for imap,
  223. 993 for imaps)
  224. ..
  225. .TP
  226. \fBUser\fR \fIusername\fR
  227. Specify the login name on the IMAP server. (Default: current local user)
  228. ..
  229. .TP
  230. \fBPass\fR \fIpassword\fR
  231. Specify the password for \fIusername\fR on the IMAP server.
  232. Note that this option is \fBNOT\fR required.
  233. If no password is specified in the configuration file, \fBmbsync\fR
  234. will prompt you for it.
  235. ..
  236. .TP
  237. \fBTunnel\fR \fIcommand\fR
  238. Specify a command to run to establish a connection rather than opening a TCP
  239. socket. This allows you to run an IMAP session over an SSH tunnel, for
  240. example. This makes most other IMAPAccount options superfluous.
  241. ..
  242. .TP
  243. \fBRequireCRAM\fR \fIyes\fR|\fIno\fR
  244. If set to \fIyes\fR, \fBmbsync\fR will abort the connection if no CRAM-MD5
  245. authentication is possible. (Default: \fIno\fR)
  246. ..
  247. .TP
  248. \fBRequireSSL\fR \fIyes\fR|\fIno\fR
  249. \fBmbsync\fR will abort the connection if a TLS/SSL session cannot be
  250. established with the IMAP server. (Default: \fIyes\fR)
  251. ..
  252. .TP
  253. \fBCertificateFile\fR \fIpath\fR
  254. File containing X.509 CA certificates used to verify server identities.
  255. This option is \fImandatory\fR if SSL is used. See \fBSSL CERTIFICATES\fR below.
  256. ..
  257. .TP
  258. \fBUseSSLv2\fR \fIyes\fR|\fIno\fR
  259. Use SSLv2 for communication with the IMAP server over SSL?
  260. (Default: \fIyes\fR if an imaps \fBHost\fR is used, otherwise \fIno\fR)
  261. ..
  262. .TP
  263. \fBUseSSLv3\fR \fIyes\fR|\fIno\fR
  264. Use SSLv3 for communication with the IMAP server over SSL?
  265. (Default: \fIyes\fR if an imaps \fBHost\fR is used, otherwise \fIno\fR)
  266. ..
  267. .TP
  268. \fBUseTLSv1\fR \fIyes\fR|\fIno\fR
  269. Use TLSv1 for communication with the IMAP server over SSL?
  270. (Default: \fIyes\fR)
  271. ..
  272. .SS IMAP Stores
  273. The reference point for relative \fBPath\fRs is whatever the server likes it
  274. to be; probably the user's $HOME or $HOME/Mail on that server. The location
  275. of \fBINBOX\fR is up to the server as well and is usually irrelevant.
  276. .TP
  277. \fBIMAPStore\fR \fIname\fR
  278. Define the IMAP4 Store \fIname\fR, opening a section for its parameters.
  279. ..
  280. .TP
  281. \fBAccount\fR \fIaccount\fR
  282. Specify which IMAP4 Account to use. Instead of defining an Account and
  283. referencing it here, it is also possible to specify all the Account options
  284. directly in the Store's section - this makes sense if an Account is used for
  285. one Store only anyway.
  286. ..
  287. .TP
  288. \fBUseNamespace\fR \fIyes\fR|\fIno\fR
  289. Selects whether the server's first "personal" NAMESPACE should be prefixed to
  290. mailbox names. Disabling this makes sense for some broken IMAP servers.
  291. This option is meaningless if a \fBPath\fR was specified.
  292. (Default: \fIyes\fR)
  293. ..
  294. .SS Channels
  295. .TP
  296. \fBChannel\fR \fIname\fR
  297. Define the Channel \fIname\fR, opening a section for its parameters.
  298. ..
  299. .TP
  300. {\fBMaster\fR|\fBSlave\fR} \fB:\fIstore\fB:\fR[\fImailbox\fR]
  301. Specify the Master resp. Slave Store to be connected by this Channel.
  302. If \fImailbox\fR is omitted, \fBINBOX\fR is assumed.
  303. The \fImailbox\fR specification can be overridden by \fBPatterns\fR, which
  304. in turn can be overridden by a mailbox list in a Channel reference (a Group
  305. specification or the command line).
  306. ..
  307. .TP
  308. \fBPattern\fR[\fBs\fR] [\fB!\fR]\fIpattern\fR ...
  309. Instead of synchronizing only one mailbox pair, synchronize all mailboxes
  310. that match the \fIpattern\fR(s). The mailbox names are the same on both
  311. Master and Slave. Patterns are IMAP4 patterns, i.e., \fB*\fR matches anything
  312. and \fB%\fR matches anything up to the next hierarchy delimiter. Prepending
  313. \fB!\fR to a pattern makes it an exclusion. Multiple patterns can be specified
  314. (either by supplying multiple arguments or by using \fBPattern\fR multiple
  315. times); later matches take precedence.
  316. Example: "\fBPatterns\fR\ \fI%\ !Trash\fR"
  317. ..
  318. .TP
  319. \fBMaxSize\fR \fIsize\fR[\fBk\fR|\fBm\fR][\fBb\fR]
  320. Analogous to the homonymous option in the Stores section, but applies equally
  321. to Master and Slave. Note that this actually modifies the Stores, so take care
  322. not to provide conflicting settings if you use the Stores in multiple Channels.
  323. ..
  324. .TP
  325. \fBMaxMessages\fR \fIcount\fR
  326. Sets the maximum number of messages to keep in each Slave mailbox.
  327. This is useful for mailboxes where you keep a complete archive on the server,
  328. but want to mirror only the last messages (for instance, for mailing lists).
  329. The messages that were the first to arrive in the mailbox (independently of
  330. the actual date of the message) will be deleted first.
  331. Messages that are flagged (marked as important) and recent messages will not
  332. be automatically deleted.
  333. If \fIcount\fR is 0, the maximum number of messages is \fBunlimited\fR
  334. (Default: \fI0\fR).
  335. ..
  336. .TP
  337. \fBSync\fR {\fINone\fR|[\fIPull\fR] [\fIPush\fR] [\fINew\fR] [\fIReNew\fR] [\fIDelete\fR] [\fIFlags\fR]|\fIFull\fR}
  338. Select the synchronization operation(s) to perform:
  339. .br
  340. \fBPull\fR - propagate changes from Master to Slave.
  341. .br
  342. \fBPush\fR - propagate changes from Slave to Master.
  343. .br
  344. \fBNew\fR - propagate newly appeared messages.
  345. .br
  346. \fBReNew\fR - previously refused messages are re-evaluated for propagation.
  347. Useful after flagging affected messages in the source Store or enlarging
  348. MaxSize in the destination Store.
  349. .br
  350. \fBDelete\fR - propagate message deletions. This applies only to messages that
  351. are actually gone, i.e., were expunged. The affected messages in the remote
  352. Store are marked as deleted only, i.e., they won't be really deleted until
  353. that Store is expunged.
  354. .br
  355. \fBFlags\fR - propagate flag changes. Note that Deleted/Trashed is a flag as
  356. well; this is particularily interesting if you use \fBmutt\fR with the
  357. maildir_trash option.
  358. .br
  359. \fBAll\fR (\fB--full\fR on the command line) - all of the above.
  360. This is the global default.
  361. .br
  362. \fBNone\fR (\fB--noop\fR on the command line) - don't propagate anything.
  363. Useful if you want to expunge only.
  364. .IP
  365. \fBPull\fR and \fBPush\fR are direction flags, while \fBNew\fR, \fBReNew\fR,
  366. \fBDelete\fR and \fBFlags\fR are type flags. The two flag classes make up a
  367. two-dimensional matrix (a table). Its cells are the individual actions to
  368. perform. There are two styles of asserting the cells:
  369. .br
  370. In the first style, the flags select entire rows/colums in the matrix. Only
  371. the cells which are selected both horizontally and vertically are asserted.
  372. Specifying no flags from a class is like specifying all flags from this class.
  373. For example, "\fBSync\fR\ \fBPull\fR\ \fBNew\fR\ \fBFlags\fR" will propagate
  374. new messages and flag changes from the Master to the Slave,
  375. "\fBSync\fR\ \fBNew\fR\ \fBDelete\fR" will propagate message arrivals and
  376. deletions both ways, and "\fBSync\fR\ \fBPush\fR" will propagate all changes
  377. from the Slave to the Master.
  378. .br
  379. In the second style, direction flags are concatenated with type flags; every
  380. compound flag immediately asserts a cell in the matrix. In addition to at least
  381. one compound flag, the individual flags can be used as well, but as opposed to
  382. the first style, they immediately assert all cells in their respective
  383. row/column. For example,
  384. "\fBSync\fR\ \fBPullNew\fR\ \fBPullDelete\fR\ \fBPush\fR" will propagate
  385. message arrivals and deletions from the Master to the Slave and any changes
  386. from the Slave to the Master.
  387. Note that it is not allowed to assert a cell in two ways, e.g.
  388. "\fBSync\fR\ \fBPullNew\fR\ \fBPull\fR" and
  389. "\fBSync\fR\ \fBPullNew\fR\ \fBDelete\fR\ \fBPush\fR" induce error messages.
  390. ..
  391. .TP
  392. \fBCreate\fR {\fINone\fR|\fIMaster\fR|\fISlave\fR|\fIBoth\fR}
  393. Automatically create missing mailboxes [on the Master/Slave].
  394. Otherwise print an error message and skip that mailbox pair if a mailbox
  395. does not exist.
  396. (Global default: \fINone\fR)
  397. ..
  398. .TP
  399. \fBExpunge\fR {\fINone\fR|\fIMaster\fR|\fISlave\fR|\fIBoth\fR}
  400. Permanently remove all messages [on the Master/Slave] marked for deletion.
  401. (Global default: \fINone\fR)
  402. ..
  403. .P
  404. \fBSync\fR, \fBCreate\fR and \fBExpunge\fR can be used outside any section for
  405. a global effect. The global settings are overridden by Channel-specific options,
  406. which in turn are overridden by command line switches.
  407. ..
  408. .TP
  409. \fBSyncState\fR {\fB*\fR|\fIpath\fR}
  410. Set the location of this Channel's synchronization state files. \fB*\fR means
  411. that the state should be saved in a file named .mbsyncstate in the
  412. Slave mailbox itself; this has the advantage that you needn't to care for the
  413. state file if you delete the mailbox, but it works only with Maildir mailboxes,
  414. obviously. Otherwise this is interpreted as a string to prepend to the Slave
  415. mailbox name to make up a complete path.
  416. .br
  417. This option can be used outside any section for a global effect. In this case
  418. the appended string is made up according to the pattern
  419. \fB:\fImaster\fB:\fImaster-box\fB_:\fIslave\fB:\fIslave-box\fR.
  420. .br
  421. (Global default: \fI~/.mbsync/\fR).
  422. ..
  423. .SS Groups
  424. .TP
  425. \fBGroup\fR \fIname\fR [\fIchannel\fR[\fB:\fIbox\fR[\fB,\fR...]]] ...
  426. Define the Group \fIname\fR, opening a section for its parameters.
  427. Note that even though Groups have an own namespace, they will "hide" Channels
  428. with the same name on the command line.
  429. .br
  430. One or more Channels can be specified on the same line.
  431. .br
  432. If you supply one or more \fIbox\fRes to a \fIchannel\fR, they will be used
  433. instead of what is specified in the Channel. The same can be done on the command
  434. line, except that there newlines can be used as mailbox name separators as well.
  435. ..
  436. .TP
  437. \fBChannel\fR[\fBs\fR] \fIchannel\fR[\fB:\fIbox\fR[\fB,\fR...]] ...
  438. Add the specified channels to the group. This option can be specified multiple
  439. times within a Group.
  440. ..
  441. .SH SSL CERTIFICATES
  442. [to be done]
  443. ..
  444. .SH INHERENT PROBLEMS
  445. Changes done after \fBmbsync\fR has retrieved the message list will not be
  446. synchronised until the next time \fBmbsync\fR is invoked.
  447. .P
  448. Using \fBTrash\fR on IMAP Stores bears a race condition: messages will be
  449. lost if they are marked as deleted after the message list was retrieved but
  450. before the mailbox is expunged. There is no risk as long as the IMAP mailbox
  451. is not simultaneously accessed by \fBmbsync\fR and another mail client.
  452. ..
  453. .SH FILES
  454. .TP
  455. .B ~/.mbsyncrc
  456. Default configuration file
  457. .TP
  458. .B ~/.mbsync/
  459. Directory containing synchronization state files
  460. ..
  461. .SH SEE ALSO
  462. mdconvert(1), isync(1), mutt(1), maildir(5)
  463. .P
  464. Up to date information on \fBmbsync\fR can be found at http://isync.sf.net/
  465. ..
  466. .SH AUTHOR
  467. Written by Michael R. Elkins <me@mutt.org>,
  468. .br
  469. rewritten and maintained by Oswald Buddenhagen <ossi@users.sf.net>,
  470. .br
  471. contributions by Theodore Y. Ts'o <tytso@mit.edu>.