1
0
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:
Doug Kearns
2009-07-15 17:59:57 +10:00
parent dbf017bf21
commit f57d0c05a9
5 changed files with 43 additions and 41 deletions

View File

@@ -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

View File

@@ -37,7 +37,8 @@ const config = { //{{{
features: ["hints", "mail", "marks", "addressbook", "tabs"],
defaults: {
guioptions: "frb",
showtabline: 1
showtabline: 1,
titlestring: "Muttator"
},
guioptions: {