* more work on chinook / open packages:
[modest] / man / modest.1
1 .\" -*-nroff-*-
2 .\"
3 .\"
4 .\"    Copyright (c) 2006,2007 Nokia Corporation
5 .\"    All rights reserved.
6 .\"    
7 .\"    Redistribution and use in source and binary forms, with or without
8 .\"    modification, are permitted provided that the following conditions are
9 .\"    met:
10 .\"    
11 .\"    * Redistributions of source code must retain the above copyright
12 .\"      notice, this list of conditions and the following disclaimer.
13 .\"    * Redistributions in binary form must reproduce the above copyright
14 .\"      notice, this list of conditions and the following disclaimer in the
15 .\"      documentation and/or other materials provided with the distribution.
16 .\"    * Neither the name of the Nokia Corporation nor the names of its
17 .\"      contributors may be used to endorse or promote products derived from
18 .\"      this software without specific prior written permission.
19 .\"    
20 .\"    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
21 .\"    IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 .\"    TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
23 .\"    PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
24 .\"    OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25 .\"    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26 .\"    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
27 .\"    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
28 .\"    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
29 .\"    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
30 .\"    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 .\"    
32 .\"
33 .TH modest 1 "November 2007" Unix "User Manuals"
34 .SH NAME
35 modest \- The Modest Mail User Agent
36 .SH SYNOPSIS
37 .PP
38 .B modest 
39 [showui] 
40 .SH DESCRIPTION
41 .PP
42 Modest is a graphical e-mail program, targetting resource-constrained
43 environments, such as older PCs and internet tablets. It aims to be
44 easy to use and provide a complete e-mail experience, while keeping
45 the resource usage at a modest level (by 2007 standards).
46 .SH OPTIONS
47 .PP
48 .IP "showui"
49 To actually start with the UI, you have to provide the 'showui' parameter to
50 modest. Reason for this not being the default is to allow for DBUS-activation
51 of various services without showing the UI.
52 .SH ENVIRONMENT
53 .PP
54 .B "MODEST_DEBUG"
55 The MODEST_DEBUG environment may contain any number of ':'-separated strings
56 to trigger certain debugging features:
57 .PP
58 .IP "abort-on-warning"
59 Abort the program when any Gtk/Glib warning or error occurs. This can be
60 useful when running inside a debugger.
61 .IP "log-actions"
62 Log actions to the log file (not available yet)
63 .IP "debug-objects"
64 Debug GObject usage (G_TYPE_DEBUG_OBJECTS)
65 .IP "debug-signals"
66 Debug GSignal usage (G_TYPE_DEBUG_SIGNALS)
67 .IP "factory-settings"
68 Return all the user-settings to the 'factory defaults'
69 .SH EXIT CODES
70 .PP
71 Normally, modest will exit with 0 as its exit code. In case of any error,
72 the exit code will be non-zero.
73 .SH FILES
74 .PP
75 .IP "~/.modest/cache"
76 Modest e-mail cache.
77 .IP "~/.modest/local_folders"
78 Root of the local folders hierarchy (in Maildir format)
79 .SH BUGS
80 .PP
81 Some...  If you find one, please let us know!
82 .SH NO WARRANTIES
83 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
84 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
85 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
86 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
87 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
88 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
89 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
90 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
91 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
92 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
93 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
94 .SH SEE ALSO
95 .PP
96 .BR mutt (3),
97 .BR maildir (5),
98 .PP
99 Modest Home Page: http://modest.garage.maemo.org/
100
101 .PP
102 .SH COPYRIGHTS
103 Copyright (c) 2006,2007 Nokia Corporation
104 All rights reserved.
105 .PP
106 .SH AUTHORS
107 .PP
108 Dirk-Jan C. Binnema and many others. Modest uses the Tinymail framework,
109 written by Philip Van Hoof.