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