1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 08:21:31 +02:00

Whitespace fix.

This commit is contained in:
Doug Kearns
2009-06-21 00:34:32 +10:00
parent af23cedd7d
commit 56dcc7fc94
+2 -2
View File
@@ -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)
{ {