mdconvert.1 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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, write to the Free Software Foundation,
  17. \" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  18. ..
  19. .TH mdconvert 1 "2004 Mar 27"
  20. ..
  21. .SH NAME
  22. mdconvert - Maildir mailbox UID storage scheme converter
  23. ..
  24. .SH SYNOPSIS
  25. \fBmdconvert\fR [\fIoptions\fR ...] \fImailbox\fR ...
  26. ..
  27. .SH DESCRIPTION
  28. \fBmdconvert\fR converts Maildir mailboxes between the two UID storage schemes
  29. supported by \fBmbsync\fR. See \fBmbsync\fR's manual page for details on these
  30. schemes.
  31. ..
  32. .SH OPTIONS
  33. .TP
  34. \fB-a\fR, \fB--alt\fR
  35. Convert to the \fBalternative\fR (Berkeley DB based) UID storage scheme.
  36. .TP
  37. \fB-n\fR, \fB--native\fR
  38. Convert to the \fBnative\fR (file name based) UID storage scheme.
  39. This is the default.
  40. .TP
  41. \fB-h\fR, \fB--help\fR
  42. Displays a summary of command line options.
  43. .TP
  44. \fB-v\fR, \fB--version\fR
  45. Displays version information.
  46. ..
  47. .SH SEE ALSO
  48. mbsync(1)
  49. ..
  50. .SH AUTHOR
  51. Written and maintained by Oswald Buddenhagen <ossi@users.sf.net>.