diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-03-31 01:15:52 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-03-31 01:15:52 +0000 |
commit | f3eaf168db79cbee3968ec89c89bbf37b7893383 (patch) | |
tree | 590536f8de4c4c06ec5ff1f3a873f70590f08982 /scripts/man/xdg-email.1 | |
parent | f423f62fa69d7ee98b1febed73fae0a90eb1f3d1 (diff) |
Generated manpages
Diffstat (limited to 'scripts/man/xdg-email.1')
-rw-r--r-- | scripts/man/xdg-email.1 | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/scripts/man/xdg-email.1 b/scripts/man/xdg-email.1 new file mode 100644 index 0000000..f43f9d6 --- /dev/null +++ b/scripts/man/xdg-email.1 @@ -0,0 +1,57 @@ +.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "XDG-EMAIL" 1 "" "" "xdg-email Manual" +.SH NAME +xdg-email \- command line tool for sending mail using the user's preferred e-mail composer +.SH "SYNOPSIS" +.ad l +.hy 0 +.HP 10 +\fBxdg\-email\fR [\fB\-\-help\fR] [\fB\fImailto\-uri\fR\fR] +.ad +.hy + +.SH "INTRODUCTION" + +.PP +xdg\-email opens the user's preferred e\-mail composer in order to send a mail to \fImailto\-uri\fR\&. RFC2368 defines mailto: URIs\&. \fImailto\-uri\fR may contain fields for to, cc, bcc, subject, body and attachment\&. + +.SH "OPTIONS" + +.TP +\fB\-\-help\fR +Show this help\&. + +.SH "EXAMPLES" + +.PP + + +.nf + +xdg\-email 'mailto:jwhite@codeweavers\&.com?subject=Logo contest&' \\ + 'body=Attached you find the logo for the contest\&.&' \\ + 'attachment=/tmp/logo\&.png' + +.fi + + +.SH AUTHORS +Kevin Krammer, Jeremy White, Waldo Bastian. |