feat: mail
This commit is contained in:
@@ -53,5 +53,7 @@ VINYL = app_config.get("vinyl", {"enable": False})
|
||||
BATTERY = app_config.get("battery", {"enable": False})
|
||||
WINDOW_TITLE = app_config.get("window_title", {"enable": True})
|
||||
STYLIX = app_config.get("stylix", {"enable": False})
|
||||
CALENDAR = app_config.get("calendar", {"enable": True, "khal_path": "khal"})
|
||||
NOTMUCH = app_config.get("notmuch", {"enable": True, "notmuch_path": "notmuch", "emacsclient_command": "emacsclient"})
|
||||
BAR_HEIGHT = app_config.get("height", 40)
|
||||
DEV = app_config.get("dev", False)
|
||||
|
||||
Reference in New Issue
Block a user