From 09ee974d239a0b1b3c00e97806bc80c2fced8ea0 Mon Sep 17 00:00:00 2001 From: Daniel Bainton Date: Sat, 13 Dec 2008 22:35:47 +0200 Subject: [PATCH] Add the :dialog preferences command to muttator --- muttator/content/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/muttator/content/config.js b/muttator/content/config.js index 5e3be8b0..c6e83005 100644 --- a/muttator/content/config.js +++ b/muttator/content/config.js @@ -83,10 +83,10 @@ const config = { //{{{ ["pageinfo", "Show information about the current page", function () { BrowserPageInfo(); }], ["pagesource", "View page source", - function () { BrowserViewSourceOfDocument(content.document); }], - ["preferences", "Show Firefox preferences dialog", - function () { openPreferences(); }], - ["printpreview", "Preview the page before printing", + function () { BrowserViewSourceOfDocument(content.document); }],*/ + ["preferences", "Show Thunderbird preferences dialog", + function () { openOptionsDialog(); }], + /*["printpreview", "Preview the page before printing", function () { PrintUtils.printPreview(onEnterPrintPreview, onExitPrintPreview); }],*/ ["printsetup", "Setup the page size and orientation before printing", function () { PrintUtils.showPageSetup(); }],