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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user