summaryrefslogtreecommitdiff
path: root/muttator
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-07-15 17:59:57 +1000
committerDoug Kearns <dougkearns@gmail.com>2009-07-15 17:59:57 +1000
commitf57d0c05a90abf0b42a770b2d42dd2ae446a7baa (patch)
tree4fd3a8f61a1a61af98f3c02ab1c02425fd49be4b /muttator
parentdbf017bf21c2d3722ce02bcf634dc2e30970947c (diff)
downloadpentadactyl-f57d0c05a90abf0b42a770b2d42dd2ae446a7baa.tar.gz
Add 'titlestring' to Muttator.
Diffstat (limited to 'muttator')
-rw-r--r--muttator/NEWS1
-rw-r--r--muttator/content/config.js3
2 files changed, 3 insertions, 1 deletions
diff --git a/muttator/NEWS b/muttator/NEWS
index 9a7ae2f2..ec9983c4 100644
--- a/muttator/NEWS
+++ b/muttator/NEWS
@@ -1,5 +1,6 @@
2009-XX-XX
* version 0.6a1pre
+ * add 'titlestring' option
* rename FolderLoaded autocommand event to FolderLoad
* add the DOMLoad autocommand event
* add 'online' option
diff --git a/muttator/content/config.js b/muttator/content/config.js
index 201f85f9..d0ba3fe6 100644
--- a/muttator/content/config.js
+++ b/muttator/content/config.js
@@ -37,7 +37,8 @@ const config = { //{{{
features: ["hints", "mail", "marks", "addressbook", "tabs"],
defaults: {
guioptions: "frb",
- showtabline: 1
+ showtabline: 1,
+ titlestring: "Muttator"
},
guioptions: {