-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathviagee.1
More file actions
31 lines (31 loc) · 1.28 KB
/
viagee.1
File metadata and controls
31 lines (31 loc) · 1.28 KB
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 2019 David Steele <dsteele@gmail.com>
.\" This file is part of viagee
.\" Available under the terms of the GNU General Public License version 2 or later
.TH viagee 1 "7 June 2015" Linux "User Commands"
.SH NAME
viagee \- Integrate GMail into the GNOME desktop
.SH SYNOPSIS
\fBviagee\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 \fBviagee\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/viagee/viagee.conf - Configuration file
.SH BUGS
No known bugs.
.SH AUTHOR
David Steele (dsteele@gmail.com)