-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgnome-gmail.1
31 lines (31 loc) · 1.32 KB
/
gnome-gmail.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" Copyright 2011-2014 David Steele <[email protected]>
.\" This file is part of gnome-gmail
.\" Available under the terms of the GNU General Public License version 2 or later
.TH gnome-gmail 1 "7 June 2015" Linux "User Commands"
.SH NAME
gnome-gmail \- Integrate GMail into the GNOME desktop
.SH SYNOPSIS
\fBgnome-gmail\fP [\fB\-r\fP \fIfile\fP|\fI<mailto-URL>\fP] [\fB\-\-send\fP] [\fB\-u\fP \fI<user-email>\fP|\fB\-\-user\fP \fI<user-email>\fP]
.SH DESCRIPTION
The \fBgnome-gmail\fP script opens a GMail page on the default web browser, with a message composed according
to the supplied RFC2368 \fImailto:\fP URL. This script is used to support GMail as a GNOME Preferred Application for email.
.SH OPTIONS
A \fImailto:\fP URL. The 'To', 'CC', 'BCC', 'Subject', and 'Body' fields are supported. The 'Attach' keyword is used to
identify files to be attached to the message. If the argument is
not well formed, it is assumed to be the recipient. If no argument is supplied, a default GMail page is opened.
.TP
.B \-s, \-\-send
send immediately
.TP
.B \-u, \-\-user
specify the 'from' address, overriding the stored choice
.TP
.TP
.B \-r \fIfile\fP, \-\-rfc \fIfile\fP
send the RFC822-formatted file \fIfile\fP
.SH FILES
~/.config/gnome-gmail/gnome-gmail.conf - Configuration file
.SH BUGS
No known bugs.
.SH AUTHOR
David Steele ([email protected])