Bug 368046 - Add an --identity command-line option for composing a new message
Summary: Add an --identity command-line option for composing a new message
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 4.14.10
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-31 10:44 UTC by Tristan Miller
Modified: 2016-08-31 12:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 5.4.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Miller 2016-08-31 10:44:54 UTC
KMail2 allows users to invoke the composer from the command line and has command-line options for pre-filling many parts of the message (including the subject, recipients, attachments, and message body).  This is great for batch message preparation.

One thing that would be great to have is an --identity command-line option for specifying the identity to use for the message.  This would take a single argument containing the name of the identity.

Reproducible: Always
Comment 1 Laurent Montel 2016-08-31 11:55:31 UTC
Git commit 144aff61236774661d8d707d4c4b4cdeb8f5e225 by Montel Laurent.
Committed on 31/08/2016 at 11:55.
Pushed by mlaurent into branch 'master'.

Fix Bug 368046 - Add an --identity command-line option for composing a new message

FIXED-IN: 5.4.0

M  +4    -0    src/kmail_options.h
M  +19   -5    src/kmkernel.cpp
M  +5    -2    src/kmkernel.h

http://commits.kde.org/kmail/144aff61236774661d8d707d4c4b4cdeb8f5e225
Comment 2 Tristan Miller 2016-08-31 12:50:47 UTC
You're the best, Laurent.