diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-07-15 17:59:57 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-07-15 17:59:57 +1000 |
commit | f57d0c05a90abf0b42a770b2d42dd2ae446a7baa (patch) | |
tree | 4fd3a8f61a1a61af98f3c02ab1c02425fd49be4b /muttator | |
parent | dbf017bf21c2d3722ce02bcf634dc2e30970947c (diff) | |
download | pentadactyl-f57d0c05a90abf0b42a770b2d42dd2ae446a7baa.tar.gz |
Add 'titlestring' to Muttator.
Diffstat (limited to 'muttator')
-rw-r--r-- | muttator/NEWS | 1 | ||||
-rw-r--r-- | muttator/content/config.js | 3 |
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: { |