muw-sync.1 (1210B)
1 .Dd Jun 02, 2021 2 .Dt muw-sync 1 3 .Sh NAME 4 .Nm muw sync 5 .Nd synchronize mailboxes for configured accounts 6 .Sh SYNOPSIS 7 .Nm 8 .Op Ar account... 9 .Sh DESCRIPTION 10 .Nm 11 is a wrapping operation for fetching mailboxes using 12 .Xr isync 1 13 and updating the index for the 14 .Xr mu 1 15 database. 16 .Pp 17 If the program is given arguments, it will interpret them as profile names and 18 will sync only those profiles. It will otherwise sync all profiles managed under 19 .Sy mu-wizard . 20 .Sh AUTHOR 21 .An Cem Keylan Aq Mt cem@ckyln.com 22 .Sh COPYING 23 Copyright (c) 2020-2021 Cem Keylan 24 .Pp 25 This program is free software: you can redistribute it and/or modify it under 26 the terms of the GNU General Public License as published by the Free Software 27 Foundation, either version 3 of the License, or (at your option) any later 28 version. 29 .Pp 30 This program is distributed in the hope that it will be useful, but WITHOUT ANY 31 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 32 PARTICULAR PURPOSE. See the GNU General Public License for more details. 33 .Pp 34 You should have received a copy of the GNU General Public License along with 35 this program. If not, see 36 .Lk https://www.gnu.org/licenses/ . 37 .Sh SEE ALSO 38 .Xr muw 1 39 .Xr muw-add 1