mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 23:14:12 +01:00
Add 'titlestring' to Muttator.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -37,7 +37,8 @@ const config = { //{{{
|
||||
features: ["hints", "mail", "marks", "addressbook", "tabs"],
|
||||
defaults: {
|
||||
guioptions: "frb",
|
||||
showtabline: 1
|
||||
showtabline: 1,
|
||||
titlestring: "Muttator"
|
||||
},
|
||||
|
||||
guioptions: {
|
||||
|
||||
Reference in New Issue
Block a user