changelog shortlog graph tags branches changeset files file revisions raw help

Mercurial > org > docs / annotate core/app/mailman.org

changeset 48: 9f2e9e647333
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 07 Sep 2024 22:34:47 -0400
permissions: -rw-r--r--
description: core documentation and stats
48
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
1
 #+title: mailman
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
2
 #+author: Richard Westhaver
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
3
 #+setupfile: ../../../clean.theme
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
4
 #+OPTIONS: num:nil
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
5
 
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
6
 * help
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
7
 :PROPERTIES:
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
8
 :ID:       2f0abc41-8748-4946-acec-cf3ee30a1bf4
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
9
 :END:
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
10
 #+begin_src shell :results pp replace :exports both
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
11
 mailman -h
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
12
 #+end_src
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
13
 
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
14
 #+RESULTS:
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
15
 #+begin_example
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
16
 Mail client util
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
17
 
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
18
 Usage: mailman [OPTIONS] [COMMAND]
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
19
 
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
20
 Commands:
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
21
   ping    Ping the server
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
22
   search  Search for items
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
23
   import  Import an account
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
24
   export  Export an account
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
25
   help    Print this message or the help of the given subcommand(s)
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
26
 
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
27
 Options:
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
28
   -c, --cfg <CFG>    Set the default config file [env: MAILMAN_CONFIG_FILE=]
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
29
   -u, --user <USER>  Set a user for this command [env: USER=ellis]
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
30
   -l, --level...     Set log level
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
31
   -h, --help         Print help
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
32
   -V, --version      Print version
9f2e9e647333 core documentation and stats
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
33
 #+end_example