commit 4074aaec5fffc6e0a830b923d49d8bb6241d6b80
parent 0f4713faeb4e7f6041befdfa87e507d4377f6ea3
Author: Cem Keylan <cem@ckyln.com>
Date: Wed, 2 Jun 2021 22:01:17 +0300
muw-delete, muw-sync: add manual pages
Diffstat:
2 files changed, 81 insertions(+), 0 deletions(-)
diff --git a/man/muw-delete.1 b/man/muw-delete.1
@@ -0,0 +1,42 @@
+.Dd Jun 02, 2021
+.Dt muw-delete 1
+.Sh NAME
+.Nm muw delete
+.Nd delete account configuration from muw
+.Sh SYNOPSIS
+.Nm
+.Op Fl yhv
+.Op Ar account...
+.Sh DESCRIPTION
+.Nm
+can be used to remove given account configurations from muw, if none is given
+the program will ask which configuration to delete interactively. The program
+accepts the following flags:
+.Bl -tag -offset indent
+.It Fl y
+Don't confirm account deletion
+.It Fl v , -version
+Display version information
+.It Fl h , -help
+Display usage information
+.El
+.Sh AUTHOR
+.An Cem Keylan Aq Mt cem@ckyln.com
+.Sh COPYING
+Copyright (c) 2020-2021 Cem Keylan
+.Pp
+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 3 of the License, or (at your option) any later
+version.
+.Pp
+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.
+.Pp
+You should have received a copy of the GNU General Public License along with
+this program. If not, see
+.Lk https://www.gnu.org/licenses/ .
+.Sh SEE ALSO
+.Xr muw 1
+.Xr muw-add 1
diff --git a/man/muw-sync.1 b/man/muw-sync.1
@@ -0,0 +1,39 @@
+.Dd Jun 02, 2021
+.Dt muw-sync 1
+.Sh NAME
+.Nm muw sync
+.Nd synchronize mailboxes for configured accounts
+.Sh SYNOPSIS
+.Nm
+.Op Ar account...
+.Sh DESCRIPTION
+.Nm
+is a wrapping operation for fetching mailboxes using
+.Xr isync 1
+and updating the index for the
+.Xr mu 1
+database.
+.Pp
+If the program is given arguments, it will interpret them as profile names and
+will sync only those profiles. It will otherwise sync all profiles managed under
+.Sy mu-wizard .
+.Sh AUTHOR
+.An Cem Keylan Aq Mt cem@ckyln.com
+.Sh COPYING
+Copyright (c) 2020-2021 Cem Keylan
+.Pp
+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 3 of the License, or (at your option) any later
+version.
+.Pp
+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.
+.Pp
+You should have received a copy of the GNU General Public License along with
+this program. If not, see
+.Lk https://www.gnu.org/licenses/ .
+.Sh SEE ALSO
+.Xr muw 1
+.Xr muw-add 1