1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 23:14:12 +01:00

Whitespace fix.

This commit is contained in:
Doug Kearns
2009-06-21 00:34:32 +10:00
parent af23cedd7d
commit 56dcc7fc94

View File

@@ -350,8 +350,8 @@ function Mail() //{{{
{
try
{
let to = escapeRecipient(gDBView.hdrForFirstSelectedMessage.mime2DecodedAuthor);
commandline.open(":", "mail " + to + " -subject=", modes.EX);
let to = escapeRecipient(gDBView.hdrForFirstSelectedMessage.mime2DecodedAuthor);
commandline.open(":", "mail " + to + " -subject=", modes.EX);
}
catch (e)
{