summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-17 15:02:38 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-17 15:02:38 +0300
commitb69bc219c30b4690e83ade5346cc0f4bade7e511 (patch)
treedb65b38a147012b8bf5ff100ed2b42df7a6c88c7 /docs
parentbb51d3657918065bd0c6ba1d712415e2298e5ed3 (diff)
README.md: Add screenshots and update text
Diffstat (limited to 'docs')
-rw-r--r--docs/samples/sample-config.toml117
-rw-r--r--docs/samples/themes/orca.toml62
-rw-r--r--docs/samples/themes/spooky.toml44
-rw-r--r--docs/samples/themes/watermelon.toml48
-rw-r--r--docs/screenshots/compact.svg1
-rw-r--r--docs/screenshots/compose.svg1
-rw-r--r--docs/screenshots/main.svg1
7 files changed, 274 insertions, 0 deletions
diff --git a/docs/samples/sample-config.toml b/docs/samples/sample-config.toml
new file mode 100644
index 00000000..367310a7
--- /dev/null
+++ b/docs/samples/sample-config.toml
@@ -0,0 +1,117 @@
+## Look into meli.conf(5) for all valid configuration options, their
+## descriptions and default values
+##
+## The syntax for including other configuration files is enclosed in `:
+##`include("account_one")`
+##`include("./account_two")`
+##`include("/home/absolute/path/to/shortcuts/config.toml")`
+##
+##
+## Setting up a Maildir account
+#[accounts.account-name]
+#root_mailbox = "/path/to/root/mailbox"
+#format = "Maildir"
+#index_style = "Conversations" # or [plain, threaded, compact]
+#identity="email@address.tld"
+#display_name = "Name"
+#subscribed_mailboxes = ["INBOX", "INBOX/Sent", "INBOX/Drafts", "INBOX/Junk"]
+#
+## Set mailbox-specific settings
+# [accounts.account-name.mailboxes]
+# "INBOX" = { rename="Inbox" }
+# "drafts" = { rename="Drafts" }
+# "foobar-devel" = { ignore = true } # don't show notifications for this mailbox
+#
+## Setting up an mbox account
+#[accounts.mbox]
+#root_mailbox = "/var/mail/username"
+#format = "mbox"
+#index_style = "Compact"
+#identity="username@hostname.local"
+#
+## Setting up an IMAP account
+#[accounts."imap"]
+#root_mailbox = "INBOX"
+#format = "imap"
+#server_hostname="mail.server.tld"
+#server_password="pha2hiLohs2eeeish2phaii1We3ood4chakaiv0hien2ahie3m"
+#server_username="username@server.tld"
+#server_port="993" # imaps
+#server_port="143" # STARTTLS
+#use_starttls=true #optional
+#index_style = "Conversations"
+#identity = "username@server.tld"
+#display_name = "Name Name"
+### match every mailbox:
+#subscribed_mailboxes = ["*" ]
+### match specific mailboxes:
+##subscribed_mailboxes = ["INBOX", "INBOX/Sent", "INBOX/Drafts", "INBOX/Junk"]
+#
+## Setting up an account for an already existing notmuch database
+#[accounts.notmuch]
+#root_mailbox = "/path/to/folder" # where .notmuch/ directory is located
+#format = "notmuch"
+#index_style = "conversations"
+#identity="username@server.tld"
+#display_name = "Name Name"
+# # notmuch mailboxes are virtual, they are defined by their alias and the notmuch query that corresponds to their content.
+# [accounts.notmuch.mailboxes]
+# "INBOX" = { query="tag:inbox", subscribe = true }
+# "Drafts" = { query="tag:draft", subscribe = true }
+# "Sent" = { query="from:username@server.tld from:username2@server.tld", subscribe = true }
+##
+#[pager]
+#filter = "COLUMNS=72 /usr/local/bin/pygmentize -l email"
+#pager_context = 0 # default, optional
+#headers_sticky = true # default, optional
+#
+#[notifications]
+#script = "notify-send"
+#xbiff_file_path = "path" # for use with xbiff(1)
+#play_sound = true # default, optional
+#sound_file = "path" # optional
+#
+###shortcuts
+#[shortcuts.composing]
+#edit_mail = 'e'
+#
+##Thread view defaults:
+#[shortcuts.compact-listing]
+#exit_thread = 'i'
+#
+#[shortcuts.contact-list]
+#create_contact = 'c'
+#edit_contact = 'e'
+#
+##Mail listing defaults
+#[shortcuts.listing]
+#prev_page = "PageUp"
+#next_page = "PageDown"
+#prev_mailbox = 'K'
+#next_mailbox = 'J'
+#prev_account = 'l'
+#next_account = 'h'
+#new_mail = 'm'
+#set_seen = 'n'
+#
+##Pager defaults
+#
+#[shortcuts.pager]
+#scroll_up = 'k'
+#scroll_down = 'j'
+#page_up = "PageUp"
+#page_down = "PageDown"
+#
+#[composing]
+##required for sending e-mail
+#send_mail = 'msmtp --read-recipients --read-envelope-from'
+##send_mail = { hostname = "smtp.mail.tld", port = 587, auth = { type = "auto", username = "user", password = { type = "command_eval", value = "gpg2 --no-tty -q -d ~/.passwords/user.gpg" } }, security = { type = "STARTTLS" } }
+#editor_command = 'vim +/^$' # optional, by default $EDITOR is used.
+#
+#
+#[pgp]
+#auto_sign = false # always sign sent messages
+#auto_verify_signatures = true # always verify signatures when reading signed e-mails
+#
+#[terminal]
+#theme = "dark" # or "light"
diff --git a/docs/samples/themes/orca.toml b/docs/samples/themes/orca.toml
new file mode 100644
index 00000000..7f5aab42
--- /dev/null
+++ b/docs/samples/themes/orca.toml
@@ -0,0 +1,62 @@
+[terminal.themes.orca]
+color_aliases = { "neon_green" = "#6ef9d4", "darkgrey" = "#4a4a4a", "neon_purple" = "#df2f94" }
+"theme_default" = { fg = "White", bg = "Black", attrs = "Default" }
+"mail.listing.attachment_flag" = { fg = "$neon_green", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.compact.even" = { fg = "$darkgrey", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.compact.even_highlighted" = { fg = "theme_default", bg = "Grey58", attrs = "theme_default" }
+"mail.listing.compact.even_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.compact.even_unseen" = { fg = "Black", bg = "Grey78", attrs = "theme_default" }
+"mail.listing.compact.odd" = { fg = "$darkgrey", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.compact.odd_highlighted" = { fg = "theme_default", bg = "Grey58", attrs = "theme_default" }
+"mail.listing.compact.odd_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.compact.odd_unseen" = { fg = "Black", bg = "Grey78", attrs = "theme_default" }
+"mail.listing.conversations" = { fg = "$darkgrey", bg = "theme_default", attrs = "Default" }
+"mail.listing.conversations.date" = { fg = "$neon_purple", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations.from" = { fg = "$darkgrey", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations.highlighted" = { fg = "theme_default", bg = "Grey58", attrs = "theme_default" }
+"mail.listing.conversations.padding" = { fg = "Black", bg = "Black", attrs = "theme_default" }
+"mail.listing.conversations.selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.conversations.subject" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations.unseen" = { fg = "Black", bg = "Grey78", attrs = "theme_default" }
+"mail.listing.conversations.unseen_padding" = { fg = "Black", bg = "Black", attrs = "theme_default" }
+"mail.listing.plain.even" = { fg = "theme_default", bg = "Grey19", attrs = "theme_default" }
+"mail.listing.plain.even_highlighted" = { fg = "theme_default", bg = "Grey58", attrs = "theme_default" }
+"mail.listing.plain.even_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.plain.even_unseen" = { fg = "Black", bg = "Grey78", attrs = "theme_default" }
+"mail.listing.plain.odd" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.plain.odd_highlighted" = { fg = "theme_default", bg = "Grey58", attrs = "theme_default" }
+"mail.listing.plain.odd_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.plain.odd_unseen" = { fg = "Black", bg = "Grey78", attrs = "theme_default" }
+"mail.listing.tag_default" = { fg = "Black", bg = "$neon_green", attrs = "theme_default" }
+"mail.listing.thread_snooze_flag" = { fg = "Red", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar" = { fg = "$darkgrey", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar_highlighted" = { fg = "Grey7", bg = "White", attrs = "theme_default" }
+"mail.sidebar_highlighted_account" = { fg = "$darkgrey", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar_highlighted_account_name" = { fg = "White", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar_account_name" = { fg = "$darkgrey", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar_highlighted_account_index" = { fg = "mail.sidebar_index", bg = "mail.sidebar_highlighted_account", attrs = "theme_default" }
+"mail.sidebar_highlighted_account_unread_count" = { fg = "mail.sidebar_unread_count", bg = "mail.sidebar_highlighted_account", attrs = "theme_default" }
+"mail.sidebar_highlighted_index" = { fg = "mail.sidebar_index", bg = "mail.sidebar_highlighted", attrs = "theme_default" }
+"mail.sidebar_highlighted_unread_count" = { fg = "mail.sidebar_highlighted", bg = "mail.sidebar_highlighted", attrs = "theme_default" }
+"mail.sidebar_index" = { fg = "Grey46", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar_unread_count" = { fg = "Grey46", bg = "theme_default", attrs = "theme_default" }
+"mail.view.body" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.view.headers" = { fg = "DodgerBlue1", bg = "theme_default", attrs = "theme_default" }
+"mail.view.thread.indentation.a" = { fg = "theme_default", bg = "#EC4436", attrs = "theme_default" }
+"mail.view.thread.indentation.b" = { fg = "theme_default", bg = "#D301F9", attrs = "theme_default" }
+"mail.view.thread.indentation.c" = { fg = "theme_default", bg = "#314EFB", attrs = "theme_default" }
+"mail.view.thread.indentation.d" = { fg = "theme_default", bg = "#068ACD", attrs = "theme_default" }
+"mail.view.thread.indentation.e" = { fg = "theme_default", bg = "#019589", attrs = "theme_default" }
+"mail.view.thread.indentation.f" = { fg = "theme_default", bg = "#68A033", attrs = "theme_default" }
+"pager.highlight_search" = { fg = "White", bg = "Teal", attrs = "Bold" }
+"pager.highlight_search_current" = { fg = "White", bg = "NavyBlue", attrs = "Bold" }
+"status.bar" = { fg = "White", bg = "Black", attrs = "theme_default" }
+"status.notification" = { fg = "Plum1", bg = "DarkRed", attrs = "theme_default" }
+"tab.bar" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"tab.focused" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"tab.unfocused" = { fg = "$darkgrey", bg = "Black", attrs = "theme_default" }
+"widgets.form.field" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"widgets.form.highlighted" = { fg = "theme_default", bg = "Grey58", attrs = "theme_default" }
+"widgets.form.label" = { fg = "theme_default", bg = "theme_default", attrs = "Bold" }
+"widgets.list.header" = { fg = "Black", bg = "White", attrs = "Bold" }
+"widgets.options.highlighted" = { fg = "theme_default", bg = "Grey", attrs = "theme_default" }
diff --git a/docs/samples/themes/spooky.toml b/docs/samples/themes/spooky.toml
new file mode 100644
index 00000000..b04ed06a
--- /dev/null
+++ b/docs/samples/themes/spooky.toml
@@ -0,0 +1,44 @@
+[terminal.themes.spooky]
+"theme_default" = { fg = "#333", bg = "#fe9b13", attrs = "Default" }
+"mail.listing.attachment_flag" = { fg = "LightSlateGrey", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.compact.even" = { fg = "theme_default", bg = "#bf200e", attrs = "theme_default" }
+"mail.listing.compact.odd" = { fg = "theme_default", bg = "#fa4113", attrs = "theme_default" }
+"mail.listing.compact.even_highlighted" = { fg = "theme_default", bg = "Yellow6", attrs = "theme_default" }
+"mail.listing.compact.odd_highlighted" = { fg = "theme_default", bg = "Yellow6", attrs = "theme_default" }
+"mail.listing.compact.even_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.compact.odd_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.compact.even_unseen" = { fg = "Black", bg = "Orange3", attrs = "theme_default" }
+"mail.listing.compact.odd_unseen" = { fg = "Black", bg = "Orange3", attrs = "theme_default" }
+"mail.listing.conversations.date" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations.from" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations.highlighted" = { fg = "theme_default", bg = "Grey58", attrs = "theme_default" }
+"mail.listing.conversations.padding" = { fg = "Grey15", bg = "Grey15", attrs = "theme_default" }
+"mail.listing.conversations.selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.conversations.subject" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations.unseen" = { fg = "Black", bg = "Grey78", attrs = "theme_default" }
+"mail.listing.conversations.unseen_padding" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.plain.even" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.plain.odd" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.plain.even_unseen" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.plain.odd_unseen" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.plain.even_highlighted" = { fg = "theme_default", bg = "Yellow6", attrs = "theme_default" }
+"mail.listing.plain.odd_highlighted" = { fg = "theme_default", bg = "Yellow6", attrs = "theme_default" }
+"mail.listing.plain.even_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.plain.odd_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.thread_snooze_flag" = { fg = "Red", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar_highlighted_account" = { fg = "White", bg = "Orange3", attrs = "theme_default" }
+"mail.sidebar_highlighted_account_index" = { fg = "mail.sidebar_index", bg = "mail.sidebar_highlighted_account", attrs = "theme_default" }
+"mail.sidebar_highlighted_account_unread_count" = { fg = "mail.sidebar_unread_count", bg = "mail.sidebar_highlighted_account", attrs = "theme_default" }
+"mail.sidebar_highlighted" = { fg = "Grey7", bg = "White", attrs = "theme_default" }
+"mail.sidebar_highlighted_index" = { fg = "mail.sidebar_index", bg = "mail.sidebar_highlighted", attrs = "theme_default" }
+"mail.sidebar_highlighted_unread_count" = { fg = "mail.sidebar_highlighted", bg = "mail.sidebar_highlighted", attrs = "theme_default" }
+"mail.sidebar_index" = { fg = "Grey46", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar_unread_count" = { fg = "Grey46", bg = "theme_default", attrs = "theme_default" }
+"mail.view.body" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.view.headers" = { fg = "DodgerBlue1", bg = "theme_default", attrs = "theme_default" }
+"status.bar" = { fg = "White", bg = "#A21500", attrs = "theme_default" }
+"tab.bar" = { fg = "theme_default", bg = "#332300", attrs = "theme_default" }
+"tab.unfocused" = { fg = "theme_default", bg = "#A26F00", attrs = "theme_default" }
+"tab.focused" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
diff --git a/docs/samples/themes/watermelon.toml b/docs/samples/themes/watermelon.toml
new file mode 100644
index 00000000..45acb843
--- /dev/null
+++ b/docs/samples/themes/watermelon.toml
@@ -0,0 +1,48 @@
+[terminal.themes.watermelon]
+color_aliases = { "JewelGreen" = "#157241", "PinkLace" = "#FFD5FD", "TorchRed" = "#F50431", "ChelseaCucumber" = "#6CA94A", "ScreaminGreen" = "#8FFF52", "SunsetOrange" = "#f74b41", "Melon" = "#fdbcb4", "BlueStone" = "#005F5F", "HotPink" = "#FF74D7" }
+"theme_default" = { fg = "$TorchRed", bg = "$PinkLace", attrs = "Default" }
+"widgets.list.header" = { fg = "$PinkLace", bg = "$TorchRed", attrs = "Bold" }
+"mail.listing.attachment_flag" = { fg = "LightSlateGrey", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.tag_default" = { bg = "$Melon", attrs = "Bold" }
+"mail.listing.compact.even" = { fg = "White", bg = "$ChelseaCucumber", attrs = "Bold" }
+"mail.listing.compact.odd" = { fg = "$PinkLace", bg = "$JewelGreen", attrs = "theme_default" }
+"mail.listing.compact.even_unseen" = { fg = "$JewelGreen", bg = "$ScreaminGreen", attrs = "theme_default" }
+"mail.listing.compact.odd_unseen" = { fg = "$JewelGreen", bg = "$ScreaminGreen", attrs = "theme_default" }
+"mail.listing.compact.even_highlighted" = { fg = "$JewelGreen", bg = "$SunsetOrange", attrs = "theme_default" }
+"mail.listing.compact.odd_highlighted" = { fg = "$JewelGreen", bg = "$SunsetOrange", attrs = "theme_default" }
+"mail.listing.compact.even_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.compact.odd_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.conversations.date" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations.from" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations.highlighted" = { fg = "$JewelGreen", bg = "$SunsetOrange", attrs = "theme_default" }
+"mail.listing.conversations.padding" = { fg = "$TorchRed", bg = "Grey15", attrs = "theme_default" }
+"mail.listing.conversations.selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.conversations.subject" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.conversations.unseen" = { fg = "Black", bg = "mail.listing.compact.even_unseen", attrs = "theme_default" }
+"mail.listing.conversations.unseen_padding" = { fg = "$BlueStone", bg = "mail.listing.conversations.unseen", attrs = "theme_default" }
+"mail.listing.plain.even" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.plain.odd" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.listing.plain.even_unseen" = { fg = "theme_default", bg = "mail.listing.compact.even_unseen", attrs = "theme_default" }
+"mail.listing.plain.odd_unseen" = { fg = "theme_default", bg = "mail.listing.compact.odd_unseen", attrs = "theme_default" }
+"mail.listing.plain.even_highlighted" = { fg = "$JewelGreen", bg = "$SunsetOrange", attrs = "theme_default" }
+"mail.listing.plain.odd_highlighted" = { fg = "$JewelGreen", bg = "$SunsetOrange", attrs = "theme_default" }
+"mail.listing.plain.even_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.plain.odd_selected" = { fg = "theme_default", bg = "LightCoral", attrs = "theme_default" }
+"mail.listing.thread_snooze_flag" = { fg = "Red", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar_highlighted_account" = { fg = "White", bg = "$TorchRed", attrs = "theme_default" }
+"mail.sidebar_highlighted_account_index" = { fg = "mail.sidebar_index", bg = "mail.sidebar_highlighted_account", attrs = "theme_default" }
+"mail.sidebar_highlighted_account_unread_count" = { fg = "mail.sidebar_unread_count", bg = "mail.sidebar_highlighted_account", attrs = "theme_default" }
+"mail.sidebar_highlighted" = { fg = "Grey7", bg = "White", attrs = "theme_default" }
+"mail.sidebar_highlighted_index" = { fg = "mail.sidebar_index", bg = "mail.sidebar_highlighted", attrs = "theme_default" }
+"mail.sidebar_highlighted_unread_count" = { fg = "mail.sidebar_highlighted", bg = "mail.sidebar_highlighted", attrs = "theme_default" }
+"mail.sidebar_index" = { fg = "Grey46", bg = "theme_default", attrs = "theme_default" }
+"mail.sidebar_unread_count" = { fg = "Grey46", bg = "theme_default", attrs = "theme_default" }
+"mail.view.body" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.view.headers" = { fg = "DodgerBlue1", bg = "theme_default", attrs = "theme_default" }
+"status.bar" = { fg = "$PinkLace", bg = "$TorchRed", attrs = "theme_default" }
+"status.notification" = { fg = "theme_default", bg = "theme_default", attrs = "Default" }
+"tab.bar" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"tab.unfocused" = { fg = "$PinkLace", bg = "$HotPink", attrs = "theme_default" }
+"tab.focused" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
diff --git a/docs/screenshots/compact.svg b/docs/screenshots/compact.svg
new file mode 100644
index 00000000..f16adfae
--- /dev/null
+++ b/docs/screenshots/compact.svg
@@ -0,0 +1 @@
+<svg baseProfile="full" height="937" version="1.1" viewBox="0 0 1592 937" width="1592" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css">#t{font-family:'DejaVu Sans Mono',monospace;font-style:normal;font-size:14px;} text {dominant-baseline: text-before-edge; white-space: pre;} .f{fill:#e5e5e5;} .b{fill:#000;} .c0 {fill:#000;} .c1 {fill:#cd0000;} .c2 {fill:#00cd00;} .c3 {fill:#cdcd00;} .c4 {fill:#00e;} .c5 {fill:#cd00cd;} .c6 {fill:#00cdcd;} .c7 {fill:#e5e5e5;} .c8 {fill:#7f7f7f;} .c9 {fill:#f00;} .c10 {fill:#0f0;} .c11 {fill:#ff0;} .c12 {fill:#5c5cff;} .c13 {fill:#f0f;} .c14 {fill:#0ff;} .c15 {fill:#fff;}.f7{fill:#008080;}.f5{fill:#121212;}.f6{fill:#24292e;}.f3{fill:#303030;}.f1{fill:#767676;}.f4{fill:#8787af;}.f0{fill:#949494;}.f2{fill:#c6c6c6;}</style></defs><svg height="935" id="t" preserveAspectRatio="xMidYMin slice" viewBox="0 0 1592 935" width="1592" xmlns="http://www.w3.org/2000/svg"><rect class="b" height="100%" width="100%" x="0" y="0"/><defs><g id="1"><text class="f" textLength="48" x="8">mail </text><text class="c15" textLength="112" x="56"> contact list </text><text class="f" textLength="8" x="168"> </text><text class="c15" textLength="64" x="176"> status </text><text class="f" textLength="8" x="240"> </text><text class="c15" textLength="48" x="248"> grid </text><text class="f" textLength="1296" x="296"> </text></g><g id="2"><text class="f" font-weight="bold" textLength="104" x="0">fastmail-jmap</text><text class="f" textLength="64" x="104"> </text><text class="f" textLength="224" x="168">0 5 minutes ago </text><text class="f" font-style="italic" textLength="384" x="392">Myrmidons Support &lt;no-reply@myrmidons.com&gt;</text><text class="f" textLength="816" x="776"> We couldn&apos;t process your Myrmidons payment </text></g><g id="3"><text class="f1" textLength="8" x="0">0</text><text class="f" textLength="48" x="8"> Inbox</text><text class="f1" font-weight="bold" textLength="16" x="56"> 5</text><text class="f" textLength="96" x="72"> </text><text class="c0" textLength="224" x="168">1 1 hour ago </text><text class="c0" font-style="italic" textLength="256" x="392">Odin.com &lt;shop@email.odin.com&gt;</text><text class="c0" textLength="200" x="648"> </text><text class="f" textLength="16" x="848"> </text><text class="c0" textLength="728" x="864"> Feedback on your new products __________ </text></g><g id="4"><text class="f1" textLength="8" x="0">1</text><text class="f" textLength="160" x="8"> Archive </text><text class="f" textLength="224" x="168">2 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring triggered: Memory Utilization is running high - mail.sisyphus.tld</text></g><g id="5"><text class="f1" textLength="8" x="0">2</text><text class="f" textLength="384" x="8"> Drafts 3 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring resolved: Memory Utilization is running high - mail.sisyphus.tld </text></g><g id="6"><text class="f1" textLength="8" x="0">3</text><text class="f" textLength="160" x="8"> Sent </text><text class="f" textLength="224" x="168">4 1 day ago </text><text class="f" font-style="italic" textLength="384" x="392">green ebbs without any dams &lt;noreply@alban.gr&gt;</text><text class="f" textLength="816" x="776"> Αυτό το καλοκαίρι, γνώρισε τα θεματικά Μουσεία του ΠΙΟΠ και κέρδισε x30 greeens! </text></g><g id="7"><text class="f1" textLength="8" x="0">4</text><text class="f" textLength="384" x="8"> Spam 5 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring triggered: Memory Utilization is running high - mail.sisyphus.tld</text></g><g id="8"><text class="f1" textLength="8" x="0">5</text><text class="f" textLength="160" x="8"> Trash </text><text class="f" textLength="224" x="168">6 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring resolved: Memory Utilization is running high - mail.sisyphus.tld </text></g><g id="9"><text class="f" textLength="224" x="168">7 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring triggered: Memory Utilization is running high - mail.sisyphus.tld</text></g><g id="a"><text class="f" font-weight="bold" textLength="128" x="0">personal account</text><text class="f" textLength="40" x="128"> </text><text class="f" textLength="224" x="168">8 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring resolved: Memory Utilization is running high - mail.sisyphus.tld </text></g><g id="b"><text class="f1" textLength="8" x="0">0</text><text class="f" textLength="48" x="8"> INBOX</text><text class="f1" font-weight="bold" textLength="16" x="56"> 3</text><text class="f" textLength="320" x="72"> 9 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring triggered: Memory Utilization is running high - mail.sisyphus.tld</text></g><g id="c"><text class="f1" textLength="8" x="0">1</text><text class="f" textLength="160" x="8"> Drafts </text><text class="f" textLength="224" x="168">10 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring resolved: Memory Utilization is running high - mail.sisyphus.tld </text></g><g id="d"><text class="f1" textLength="8" x="0">2</text><text class="f" textLength="384" x="8"> Lists 11 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring triggered: Memory Utilization is running high - mail.sisyphus.tld</text></g><g id="e"><text class="f1" textLength="8" x="0">3</text><text class="f" textLength="160" x="8"> meli </text><text class="f" textLength="224" x="168">12 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring resolved: Memory Utilization is running high - mail.sisyphus.tld </text></g><g id="f"><text class="f1" textLength="8" x="0">4</text><text class="f" textLength="72" x="8"> orbitan</text><text class="f1" font-weight="bold" textLength="32" x="80"> 245</text><text class="f" textLength="280" x="112"> 13 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring triggered: Memory Utilization is running high - mail.sisyphus.tld</text></g><g id="10"><text class="f1" textLength="8" x="0">5</text><text class="f" textLength="160" x="8"> Sent </text><text class="f" textLength="224" x="168">14 1 day ago </text><text class="f" font-style="italic" textLength="376" x="392">Aegean Airlines &lt;newsletter@news.aegeanair.com&gt;</text><text class="f" textLength="824" x="768"> Follow your bag quiz: Play and get a discount for your ideal holidays in Greece! </text></g><g id="11"><text class="f1" textLength="8" x="0">6</text><text class="f" textLength="384" x="8"> foobar 15 1 day ago </text><text class="f" font-style="italic" textLength="240" x="392">Pronto &lt;no-reply@prontee.com&gt;</text><text class="f" textLength="960" x="632"> This Important information, answers limbs, turning of </text></g><g id="12"><text class="f" textLength="224" x="168">16 1 day ago </text><text class="f" font-style="italic" textLength="408" x="392">Maharaj Sawan Singh Ji &lt;notifications@github.com&gt;</text><text class="f" textLength="792" x="800"> Re: [bppefugh/itext-count] 2015-03-02: Add matter by its correct digit called physicist</text></g><g id="13"><text class="f" font-weight="bold" textLength="160" x="0">personal account ima</text><text class="f" textLength="232" x="160"> 17 1 day ago </text><text class="f" font-style="italic" textLength="384" x="392">Myrmidons Support &lt;no-reply@myrmidons.com&gt;</text><text class="f" textLength="816" x="776"> We couldn&apos;t process your Myrmidons payment </text></g><g id="14"><text class="f1" textLength="8" x="0">0</text><text class="f" textLength="160" x="8"> INBOX </text><text class="f" textLength="1424" x="168">18 2 days ago Hs-no.reply@e-prescription.gr (6) Έκδοση ________ ______________ </text></g><g id="15"><text class="f1" textLength="8" x="0">1</text><text class="f" textLength="1584" x="8"> Drafts 19 2 days ago monit@sisyphus.tld monit alert -- Resource limit matched mail.sisyphus.tld </text></g><g id="16"><text class="f1" textLength="8" x="0">2</text><text class="f" textLength="160" x="8"> Lists </text><text class="f" textLength="1424" x="168">20 2 days ago monit@sisyphus.tld monit alert -- Resource limit succeeded mail.sisyphus.tld </text></g><g id="17"><text class="f1" textLength="8" x="0">3</text><text class="f" textLength="72" x="8"> orbitan</text><text class="f1" font-weight="bold" textLength="32" x="80"> 235</text><text class="f" textLength="1480" x="112"> 21 2 days ago monit@sisyphus.tld monit alert -- Resource limit matched mail.sisyphus.tld </text></g><g id="18"><text class="f1" textLength="8" x="0">4</text><text class="f" textLength="160" x="8"> meli </text><text class="f" textLength="224" x="168">22 2 days ago </text><text class="f" font-style="italic" textLength="400" x="392">Odin.com &lt;noreply.invitations@trustpilotmail.com&gt;</text><text class="f" textLength="800" x="792"> We don't know what's in www.odin.com </text></g><g id="19"><text class="f1" textLength="8" x="0">5</text><text class="f" textLength="384" x="8"> Sent 23 3 days ago </text><text class="f" font-style="italic" textLength="256" x="392">Odin.com &lt;shop@email.odin.com&gt;</text><text class="f" textLength="960" x="648"> 🔻 LAST DAY OF SALE – Get 20% extra OFF! 🔻 </text></g><g id="1a"><text class="f1" textLength="8" x="0">6</text><text class="f" textLength="160" x="8"> foobar </text><text class="f" textLength="224" x="168">24 3 days ago </text><text class="f" font-style="italic" textLength="232" x="392">GitLab &lt;gitlab@mg.gitlab.com&gt;</text><text class="f" textLength="968" x="624"> meli | Pipeline #173328033 has been fixed for master | ce45cf5f </text></g><g id="1b"><text class="f1" textLength="8" x="0">7</text><text class="f" textLength="384" x="8"> work 25 3 days ago </text><text class="f" font-style="italic" textLength="232" x="392">GitLab &lt;gitlab@mg.gitlab.com&gt;</text><text class="f" textLength="968" x="624"> meli | Pipeline #173325454 has failed for master | 28c072ea </text></g><g id="1c"><text class="f" textLength="224" x="168">26 3 days ago </text><text class="f" font-style="italic" textLength="384" x="392">Myrmidons Support &lt;no-reply@myrmidons.com&gt;</text><text class="f" textLength="72" x="776"> </text><text class="f4" textLength="16" x="848">📎</text><text class="f" textLength="736" x="856"> We couldn&apos;t process your Myrmidons payment </text></g><g id="1d"><text class="c15" font-weight="bold" textLength="80" x="0">university</text><text class="f" textLength="312" x="80"> 27 4 days ago </text><text class="f" font-style="italic" textLength="336" x="392">The Spider Shop &lt;info@thespidershop.co.uk&gt;</text><text class="f" textLength="864" x="728"> TSS Full Livestock List &amp; Special Offers </text></g><g id="1e"><text class="f1" textLength="8" x="0">0</text><text class="f5" textLength="48" x="8"> Inbox</text><text class="f5" font-weight="bold" textLength="24" x="56"> 24</text><text class="f5" textLength="80" x="80"> </text><text class="f" textLength="8" x="160"> </text><text class="f" textLength="224" x="168">28 5 days ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring resolved: Memory Utilization is running high - mail.sisyphus.tld </text></g><g id="1f"><text class="f1" textLength="8" x="0">1</text><text class="c15" textLength="152" x="8"> Drafts </text><text class="f" textLength="232" x="160"> 29 6 days ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring triggered: Memory Utilization is running high - mail.sisyphus.tld</text></g><g id="20"><text class="f1" textLength="8" x="0">2</text><text class="c15" textLength="48" x="8"> Junk</text><text class="f1" font-weight="bold" textLength="32" x="56"> 133</text><text class="c15" textLength="72" x="88"> </text><text class="f" textLength="8" x="160"> </text><text class="f" textLength="224" x="168">30 6 days ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring resolved: Memory Utilization is running high - mail.sisyphus.tld </text></g><g id="21"><text class="f1" textLength="8" x="0">3</text><text class="c15" textLength="152" x="8"> Lists </text><text class="f" textLength="232" x="160"> 31 6 days ago </text><text class="f" font-style="italic" textLength="376" x="392">Myrmidons &lt;support@support.myrmidons.com&gt;</text><text class="f" textLength="824" x="768"> Myrmidons monitoring triggered: Memory Utilization is running high - mail.sisyphus.tld</text></g><g id="22"><text class="f1" textLength="8" x="0">4</text><text class="c15" textLength="152" x="8"> Qemu-block </text><text class="f" textLength="8" x="160"> </text><text class="f" textLength="224" x="168">32 6 days ago </text><text class="f" font-style="italic" textLength="240" x="392">Pronto &lt;no-reply@prontee.com&gt;</text><text class="f" textLength="960" x="632"> People, especially with masses Rising ocean waves </text></g><g id="23"><text class="f1" textLength="8" x="0">5</text><text class="c15" textLength="152" x="8"> neomutt-devel </text><text class="f" textLength="232" x="160"> 33 6 days ago </text><text class="f" font-style="italic" textLength="216" x="392">GitHub &lt;noreply@github.com&gt;</text><text class="f" textLength="272" x="608"> </text><text class="c15" font-weight="bold" textLength="64" x="880">[GitHub]</text><text class="f" textLength="648" x="944"> A third-party OAuth application has been added to your account </text></g><g id="24"><text class="f1" textLength="8" x="0">6</text><text class="c15" textLength="152" x="8"> ntua </text><text class="f" textLength="8" x="160"> </text><text class="f" textLength="224" x="168">34 6 days ago </text><text class="f" font-style="italic" textLength="232" x="392">GitLab &lt;gitlab@mg.gitlab.com&gt;</text><text class="f" textLength="968" x="624"> gitlab.com sign-in from new location </text></g><g id="25"><text class="f1" textLength="8" x="0">7</text><text class="c15" textLength="152" x="8"> Sent </text><text class="f" textLength="232" x="160"> 35 6 days ago </text><text class="f" font-style="italic" textLength="408" x="392">MEGARON - THE ATHENS CONCERT HALL &lt;info@megaron.gr&gt;</text><text class="f" textLength="792" x="800"> Το Μέγαρο στον Κήπο </text></g><g id="26"><text class="f1" textLength="8" x="0">8</text><text class="c15" textLength="152" x="8"> sent-mail </text><text class="f" textLength="8" x="160"> </text><text class="f" textLength="1424" x="168">36 2020-07-29 12:03:38 noreply@services.gov.gr Εξουσιοδότηση - GOV.GR BETA </text></g><g id="27"><text class="f" textLength="224" x="168">37 2020-07-29 07:15:13 </text><text class="f" font-style="italic" textLength="440" x="392">Alper KAYA Orman Muhafaza Memuru &lt;alperkaya@ogm.gov.tr&gt;</text><text class="f" textLength="760" x="832"> RE: Ενημέρωση λογαριασμού </text></g><g id="28"><text class="f" font-weight="bold" textLength="48" x="0">vagary</text><text class="f" textLength="120" x="48"> </text><text class="f" textLength="224" x="168">38 2020-07-29 00:56:40 </text><text class="f" font-style="italic" textLength="280" x="392">Giteabot &lt;notifications@github.com&gt;</text><text class="f" textLength="208" x="672"> </text><text class="c15" font-weight="bold" textLength="128" x="880">[go-gitea/gitea]</text><text class="f" textLength="584" x="1008"> Release v1.12.3 - v1.12.3: * BUGFIXES </text></g><g id="29"><text class="f1" textLength="8" x="0">0</text><text class="f" textLength="1584" x="8"> testing_account 39 2020-07-28 19:17:19 monit@sisyphus.tld monit alert -- Resource limit succeeded mail.sisyphus.tld </text></g><g id="2a"><text class="f1" textLength="8" x="0">1</text><text class="f" textLength="160" x="8"> puppies </text><text class="f" textLength="1424" x="168">40 2020-07-28 19:13:19 monit@sisyphus.tld monit alert -- Resource limit matched mail.sisyphus.tld </text></g><g id="2b"><text class="f" textLength="224" x="168">41 2020-07-28 14:07:56 </text><text class="f" font-style="italic" textLength="376" x="392">Aegean Airlines &lt;newsletter@news.aegeanair.com&gt;</text><text class="f" textLength="824" x="768"> Only 3 days left! Fly to Greece with 50% off! </text></g><g id="2c"><text class="f" textLength="224" x="168">42 2020-07-28 07:48:15 </text><text class="f" font-style="italic" textLength="440" x="392">Alper KAYA Orman Muhafaza Memuru &lt;alperkaya@ogm.gov.tr&gt;</text><text class="f" textLength="760" x="832"> RE: Ενημέρωση λογαριασμού </text></g><g id="2d"><text class="f" textLength="224" x="168">43 2020-07-27 20:06:53 </text><text class="f" font-style="italic" textLength="240" x="392">Pronto &lt;no-reply@prontee.com&gt;</text><text class="f" textLength="960" x="632"> Music Weekly: Sette Note In Nero, Ghost Of Tsushima, and Dolls </text></g><g id="2e"><text class="f" textLength="224" x="168">44 2020-07-27 15:17:09 </text><text class="f" font-style="italic" textLength="384" x="392">green ebbs without any dams &lt;noreply@alban.gr&gt;</text><text class="f" textLength="816" x="776"> green news! Τα νέα και οι προσφορές του Ιουλίου </text></g><g id="2f"><text class="f" textLength="224" x="168">45 2020-07-27 12:26:01 </text><text class="f" font-style="italic" textLength="376" x="392">De Santis Damiano &lt;Damiano.DeSantis@aceaspa.it&gt;</text><text class="f" textLength="824" x="768"> RE: Ενημέρωση λογαριασμού </text></g><g id="30"><text class="f" textLength="224" x="168">46 2020-07-27 02:00:25 </text><text class="f" font-style="italic" textLength="328" x="392">Jani Eväkallio &lt;notifications@github.com&gt;</text><text class="f" textLength="160" x="720"> </text><text class="c15" font-weight="bold" textLength="136" x="880">[foambubble/foam]</text><text class="f" textLength="576" x="1016"> Release v0.3.1 - Fix &quot;Open Daily Note&quot; on Windows </text></g><g id="31"><text class="f" textLength="224" x="168">47 2020-07-26 19:43:38 </text><text class="f" font-style="italic" textLength="320" x="392">Odin.com &lt;customerservice_eu@odin.com&gt;</text><text class="f" textLength="136" x="712"> </text><text class="f4" textLength="16" x="848">📎</text><text class="f" textLength="736" x="856"> Your package is on its way! Order Confirmation &amp; Receipt (__________) </text></g><g id="32"><text class="f" textLength="224" x="168">48 2020-07-26 17:06:37 </text><text class="f" font-style="italic" textLength="240" x="392">Pronto &lt;no-reply@prontee.com&gt;</text><text class="f" textLength="960" x="632"> The final day of long periods of war... </text></g><g id="33"><text class="f" textLength="224" x="168">49 2020-07-26 16:13:34 </text><text class="f" font-style="italic" textLength="232" x="392">GitLab &lt;gitlab@mg.gitlab.com&gt;</text><text class="f" textLength="968" x="624"> meli | Pipeline #170871264 has been fixed for master | 997cb3d9 </text></g><g id="34"><text class="f" textLength="224" x="168">50 2020-07-26 15:18:20 </text><text class="f" font-style="italic" textLength="232" x="392">GitLab &lt;gitlab@mg.gitlab.com&gt;</text><text class="f" textLength="968" x="624"> meli | Pipeline #170866057 has failed for master | 0e41e7e0 </text></g><g id="35"><text class="f" textLength="224" x="168">51 2020-07-26 11:37:05 </text><text class="f" font-style="italic" textLength="320" x="392">Odin.com &lt;customerservice_eu@odin.com&gt;</text><text class="f" textLength="880" x="712"> Your order has been received! (__________) </text></g><g id="36"><text class="f" textLength="224" x="168">52 2020-07-26 10:17:51 </text><text class="f" font-style="italic" textLength="256" x="392">Odin.com &lt;shop@email.odin.com&gt;</text><text class="f" textLength="944" x="648"> We&apos;ve saved your items! </text></g><g id="37"><text class="c15" font-weight="bold" textLength="56" x="0">NORMAL </text><text class="c15" textLength="1536" x="56">| Mailbox: Inbox, Messages: 14025, New: 24 </text></g></defs><g><rect class="c8" height="18" width="113" x="56" y="0"/><rect class="c8" height="18" width="65" x="176" y="0"/><rect class="c