mdconvert.1 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .ig
  2. \" mdconvert - Maildir mailbox UID storage scheme converter
  3. \" Copyright (C) 2004 Oswald Buddenhagen <ossi@users.sf.net>
  4. \"
  5. \" This program is free software; you can redistribute it and/or modify
  6. \" it under the terms of the GNU General Public License as published by
  7. \" the Free Software Foundation; either version 2 of the License, or
  8. \" (at your option) any later version.
  9. \"
  10. \" This program is distributed in the hope that it will be useful,
  11. \" but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. \" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. \" GNU General Public License for more details.
  14. \"
  15. \" You should have received a copy of the GNU General Public License
  16. \" along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. ..
  18. .TH mdconvert 1 "2004 Mar 27"
  19. ..
  20. .SH NAME
  21. mdconvert - Maildir mailbox UID storage scheme converter
  22. ..
  23. .SH SYNOPSIS
  24. \fBmdconvert\fR [\fIoptions\fR ...] \fImailbox\fR ...
  25. ..
  26. .SH DESCRIPTION
  27. \fBmdconvert\fR converts Maildir mailboxes between the two UID storage schemes
  28. supported by \fBmbsync\fR. See \fBmbsync\fR's manual page for details on these
  29. schemes.
  30. ..
  31. .SH OPTIONS
  32. .TP
  33. \fB-a\fR, \fB--alt\fR
  34. Convert to the \fBalternative\fR (Berkeley DB based) UID storage scheme.
  35. .TP
  36. \fB-n\fR, \fB--native\fR
  37. Convert to the \fBnative\fR (file name based) UID storage scheme.
  38. This is the default.
  39. .TP
  40. \fB-h\fR, \fB--help\fR
  41. Displays a summary of command line options.
  42. .TP
  43. \fB-v\fR, \fB--version\fR
  44. Displays version information.
  45. ..
  46. .SH SEE ALSO
  47. mbsync(1)
  48. ..
  49. .SH AUTHOR
  50. Written and maintained by Oswald Buddenhagen <ossi@users.sf.net>.