diff options
author | Calvin Morrison <[email protected]> | 2011-11-13 19:27:09 -0500 |
---|---|---|
committer | Calvin Morrison <[email protected]> | 2011-11-13 19:27:09 -0500 |
commit | b04ad86203e19f0e89e971fefc3f40b380cbe7b2 (patch) | |
tree | 639782b440de136501ae6ee50d8d54450765346f /ubuntu/maverick/tdepim/debian/man/kmail-trinity.man | |
parent | 7123ebd91f9851d8a0479d043508ec5885e24f91 (diff) | |
parent | 70daaabb4fd5f3b559f5ef489377c9fe93a47f0d (diff) | |
download | tde-packaging-b04ad86203e19f0e89e971fefc3f40b380cbe7b2.tar.gz tde-packaging-b04ad86203e19f0e89e971fefc3f40b380cbe7b2.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/tdepim/debian/man/kmail-trinity.man')
-rw-r--r-- | ubuntu/maverick/tdepim/debian/man/kmail-trinity.man | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdepim/debian/man/kmail-trinity.man b/ubuntu/maverick/tdepim/debian/man/kmail-trinity.man new file mode 100644 index 000000000..948462a5f --- /dev/null +++ b/ubuntu/maverick/tdepim/debian/man/kmail-trinity.man @@ -0,0 +1,54 @@ +.TH KMAIL 1 +.SH NAME +kmail \- KDE email client +.SH SYNOPSIS +.B kmail +.I [Qt-options] [KDE-options] [options] [address|URL] +.SH DESCRIPTION +.B KMail +is a fully-featured email client that fits nicely into the KDE desktop. +It has features such as support for IMAP, POP3, multiple accounts, +mail filtering and sorting, PGP/GnuPG privacy, and inline attachments. +.SH PROGRAM OPTIONS +.TP +.B -s, --subject \fI<subject>\fB +Set subject of message. +.TP +.B -c, --cc \fI<address>\fB +Send CC: to `address'. +.TP +.B -b, --bcc \fI<address>\fB +Send BCC: to `address'. +.TP +.B -h, --header \fI<header>\fB +Add `header' to message. +.TP +.B --msg \fI<file>\fB +Read message body from `file'. +.TP +.B --body \fI<text>\fB +Set body of message. +.TP +.B --attach \fI<url>\fB +Add an attachment to the mail. This can be repeated. +.TP +.B --check +Only check for new mail. +.TP +.B --composer +Only open composer window. +.TP +.B --view \fI<url>\fB +View the given message file. +.TP +.B address +Send message to `address'. +.TP +.B URL +Attach the file that `URL' points to. +.so kdeopt.part +.SH SEE ALSO +More detailed user documentation is available from +.BR help:/kmail +(either enter this URL into \fBkonqueror\fP, or run `khelpcenter +help:/kmail'). |