diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | data/evolution.1 | 8 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2002-05-14 Dan Winship <danw@ximian.com> + + * data/evolution.1: Document "evolution default:mail" + 2002-05-08 Ettore Perazzoli <ettore@ximian.com> * README: Add an explanation/warning about why we want Berkeley DB diff --git a/data/evolution.1 b/data/evolution.1 index 8e0193d82c..13d67e2dbe 100644 --- a/data/evolution.1 +++ b/data/evolution.1 @@ -22,10 +22,14 @@ To run this program the standard way type: .sp \fBevolution\fR .sp -To open your Inbox +To open the local Inbox folder .sp \fBevolution evolution:/local/Inbox\fR .sp +To open your default mail/calendar/contacts/tasks folder +.sp + \fBevolution default:mail\fR +.sp To send mail to \fBjoe@somewhere.net\fR .sp \fBevolution mailto:joe@somewhere.net\fR @@ -36,4 +40,4 @@ be: .sp \fBevolution "%s"\fR .sp -(The similar approach works for Mozilla and other applications.)
\ No newline at end of file +(A similar approach works for Mozilla and other applications.)
\ No newline at end of file |