mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-26 22:35:45 +01:00
Whitespace fix.
This commit is contained in:
@@ -350,8 +350,8 @@ function Mail() //{{{
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
let to = escapeRecipient(gDBView.hdrForFirstSelectedMessage.mime2DecodedAuthor);
|
let to = escapeRecipient(gDBView.hdrForFirstSelectedMessage.mime2DecodedAuthor);
|
||||||
commandline.open(":", "mail " + to + " -subject=", modes.EX);
|
commandline.open(":", "mail " + to + " -subject=", modes.EX);
|
||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user