mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:13:55 -05:00
aly/thunderbird: draw tabs in titlebar
This commit is contained in:
parent
2cce4e6f03
commit
f53a47cc8c
|
@ -73,7 +73,7 @@ in {
|
|||
settings = {
|
||||
"calendar.timezone.useSystemTimezone" = true;
|
||||
"datareporting.healthreport.uploadEnabled" = false;
|
||||
"mail.tabs.drawInTitlebar" = false;
|
||||
"mail.tabs.drawInTitlebar" = true;
|
||||
"mailnews.default_sort_order" = 2; # descending, 1 for ascending
|
||||
"mailnews.default_sort_type" = 18; # sort by date
|
||||
"mailnews.message_display.disable_remote_image" = false;
|
||||
|
|
Loading…
Reference in a new issue