mu-wizard

shell script to easily configure mu4e accounts on Emacs
git clone git://git.ckyln.com/mu-wizard
Log | Files | Refs | LICENSE

muw-delete.1 (1266B)


      1 .Dd Jun 02, 2021
      2 .Dt muw-delete 1
      3 .Sh NAME
      4 .Nm muw delete
      5 .Nd delete account configuration from muw
      6 .Sh SYNOPSIS
      7 .Nm
      8 .Op Fl yhv
      9 .Op Ar account...
     10 .Sh DESCRIPTION
     11 .Nm
     12 can be used to remove given account configurations from muw, if none is given
     13 the program will ask which configuration to delete interactively. The program
     14 accepts the following flags:
     15 .Bl -tag -offset indent
     16 .It Fl y
     17 Don't confirm account deletion
     18 .It Fl v , -version
     19 Display version information
     20 .It Fl h , -help
     21 Display usage information
     22 .El
     23 .Sh AUTHOR
     24 .An Cem Keylan Aq Mt cem@ckyln.com
     25 .Sh COPYING
     26 Copyright (c) 2020-2022 Cem Keylan
     27 .Pp
     28 This program is free software: you can redistribute it and/or modify it under
     29 the terms of the GNU General Public License as published by the Free Software
     30 Foundation, either version 3 of the License, or (at your option) any later
     31 version.
     32 .Pp
     33 This program is distributed in the hope that it will be useful, but WITHOUT ANY
     34 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     35 PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     36 .Pp
     37 You should have received a copy of the GNU General Public License along with
     38 this program.  If not, see
     39 .Lk https://www.gnu.org/licenses/ .
     40 .Sh SEE ALSO
     41 .Xr muw 1
     42 .Xr muw-add 1