mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:57:58 +01:00
[muttator] fixed error message
This commit is contained in:
@@ -738,8 +738,8 @@ liberator.Mail = function () //{{{
|
|||||||
|
|
||||||
if (!file.exists())
|
if (!file.exists())
|
||||||
{
|
{
|
||||||
liberator.echoerr("Exxx: Could attach file `" + url + "'", liberator.commandline.FORCE_SINGLELINE);
|
liberator.echoerr("Exxx: Could not attach file `" + url + "'", liberator.commandline.FORCE_SINGLELINE);
|
||||||
continue;
|
return;
|
||||||
}
|
}
|
||||||
attachment = Components.classes["@mozilla.org/messengercompose/attachment;1"]
|
attachment = Components.classes["@mozilla.org/messengercompose/attachment;1"]
|
||||||
.createInstance(Components.interfaces.nsIMsgAttachment);
|
.createInstance(Components.interfaces.nsIMsgAttachment);
|
||||||
|
|||||||
Reference in New Issue
Block a user