1MU(ADD) User Manuals MU(ADD)
2
3
4
6 mu add- add one or more messages to the database
7
8
10 mu add <file> [<files>]
11
12
14 mu add is the command to add specific message files to the database.
15 Each file must be specified with an absolute path.
16
17
19 mu add does not have its own options, but the general options for de‐
20 termining the location of the database (--muhome) are available. See
21 mu-index(1) for more information.
22
23
25 mu add returns 0 upon success; in general, the following error codes
26 are returned:
27
28 | code | meaning |
29 |------+-----------------------------------|
30 | 0 | ok |
31 | 1 | general error |
32
33
35 Please report bugs if you find them: https://github.com/djcb/mu/issues
36
37
39 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
40
41
43 mu(1), mu-index(1), mu-remove(1)
44
45
46
47May 2022 1 MU(ADD)