muw-sync.1 (1588B)
1 .Dd Aug 31, 2022 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 MAIL NOTIFICATIONS 21 .Nm muw 22 sends notifications for all unread mails since the last sync. The notification 23 program used by 24 .Nm muw 25 can be changed by using the 26 .Va MUW_NOTIFY 27 environment variable. These can be set as the following: 28 .Pp 29 .Bl -dash -offset indent -compact 30 .It 31 libnotify 32 .It 33 .Lk https://github.com/dudik/herbe herbe 34 .It 35 disabled (for disabling notifications) 36 .El 37 .Sh AUTHOR 38 .An Cem Keylan Aq Mt cem@ckyln.com 39 .Sh COPYING 40 Copyright (c) 2020-2022 Cem Keylan 41 .Pp 42 This program is free software: you can redistribute it and/or modify it under 43 the terms of the GNU General Public License as published by the Free Software 44 Foundation, either version 3 of the License, or (at your option) any later 45 version. 46 .Pp 47 This program is distributed in the hope that it will be useful, but WITHOUT ANY 48 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 49 PARTICULAR PURPOSE. See the GNU General Public License for more details. 50 .Pp 51 You should have received a copy of the GNU General Public License along with 52 this program. If not, see 53 .Lk https://www.gnu.org/licenses/ . 54 .Sh SEE ALSO 55 .Xr muw 1 56 .Xr muw-add 1