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

[muttator] new :set autoexternal option, make sure to set it in the config file, not in the command line

This commit is contained in:
Martin Stubenschrott
2008-08-03 13:24:05 +00:00
parent f762f9e35b
commit 5c8a28215d
2 changed files with 60 additions and 6 deletions

View File

@@ -993,9 +993,6 @@ liberator.Events = function () //{{{
{
dump("Compose editor got focus\n");
liberator.modes.set(liberator.modes.INSERT, liberator.modes.TEXTAREA);
//setTimeout(function (){ liberator.editor.editWithExternalEditor(); }, 100);
win.blur();
//liberator.editor.editWithExternalEditor();
}
else if (liberator.mode != liberator.modes.MESSAGE)
liberator.mode = liberator.modes.MESSAGE;