1TROJITA(1) BSD General Commands Manual TROJITA(1)
2
4 trojita — fast Qt IMAP e-mail client
5
7 trojita [-achlmv] [-p profile] [url]
8
10 trojita is a fast Qt IMAP e-mail client. Optionally, an RFC2368 mailto
11 url may be specified. This will open the compose window with a message
12 constructed from the specified URL.
13
14 trojita supports multiple profiles which allows the use of multiple IMAP
15 accounts. Multiple instances of trojita, each using a different profile,
16 may be started concurrently. A profile may be specified using -p.
17
18 The options are as follows:
19
20 -a, --addressbook
21 Show the addressbook window.
22
23 -c, --compose
24 Compose a new e-mail (default when url is provided).
25
26 -h, --help
27 Show help text.
28
29 -l, --log-to-disk
30 Activate debug traffic logging to disk immediately on startup.
31
32 -m, --mainwindow
33 Show the main window (default when no option is provided).
34
35 -p, --profile profile
36 Use the specified profile.
37
38 -v, --version
39 Show the version of trojita.
40
42 The location of trojita's configuration file and cache is determined by
43 Qt. On XDG platforms, the configuration file can be found in
44 ~/.config/flaska.net while the cache can be found in ~/.cache/flaska.net.
45 For more details and information about other platforms, see
46 https://doc.qt.io/qt-5/qstandardpaths.html#StandardLocation-enum
47
49 Compose a new e-mail to alice@example.net:
50
51 $ trojita -c 'mailto:alice@example.net?subject=Hi&body=Message.'
52
53 Launch trojita using a profile:
54
55 $ trojita -p work
56
58 http://trojita.flaska.net/
59
60BSD February 8, 2023 BSD