commit e86c0626d2f05bc581de29cd3885bcc2423ba381
parent 0311314c312f65c93199f576a78cade09cd8c89c
Author: pyratebeard <root@pyratebeard.net>
Date: Sun, 14 Apr 2019 18:07:38 +0100
updated muttrc
Diffstat:
3 files changed, 82 insertions(+), 40 deletions(-)
diff --git a/mutt/.mutt/certificates b/mutt/.mutt/certificates
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc
@@ -1,35 +1,90 @@
-# '##::::'##:'##::::'##:'########:'########:
-# ###::'###: ##:::: ##:... ##..::... ##..::
-# ####'####: ##:::: ##:::: ##::::::: ##::::
-# ## ### ##: ##:::: ##:::: ##::::::: ##::::
-# ##. #: ##: ##:::: ##:::: ##::::::: ##::::
-# ##:.:: ##: ##:::: ##:::: ##::::::: ##::::
-# ##:::: ##:. #######::::: ##::::::: ##::::
-# ..:::::..:::.......::::::..::::::::..:::::
-#
-set imap_user = "root@pyratebeard.net"
-set imap_pass = ""
-set smtp_url = "smtp://root@pyratebeard.net@smtp.domain.com:587/"
-set from = "root@pyratebeard.net"
-set realname = "pyratebeard"
-set header_cache = "~/.mutt/cache/headers"
-set message_cachedir = "~/.mutt/cache/"
-set certificate_file = "~/.mutt/certificates"
-set folder = imaps://imap.domain.com
-set spoolfile = +INBOX
-mailboxes = +INBOX
+# ░█▄█░█░█░▀█▀░▀█▀░░
+# ░█░█░█░█░░█░░░█░░░
+# ░▀░▀░▀▀▀░░▀░░░▀░░░
+
+# imap
+set imap_user = ""
+set imap_pass = ""
unset imap_passive
-set imap_keepalive = 300
-set mail_check = 120
-set editor = vim
-set signature = "~/.mutt/sig"
-set sort=reverse-threads
-set sort_aux=date-received
+set imap_keepalive = 300
+
+# smtp
+set smtp_url = ""
+set smtp_authenticators=”login”
+
+# user details
+set from = ""
+set realname = "pyratebeard"
+
+# mailbox
+set header_cache = "~/.mutt/cache/headers"
+set message_cachedir = "~/.mutt/cache/"
+set certificate_file = "~/.mutt/certificates"
+set folder = imaps://imap.domain
+set spoolfile = +INBOX
+set record = "~/.mutt/sent"
+mailboxes = =INBOX =INBOX/action
+set mail_check = 120
+
+# colours
color normal default default
-color indicator white blue
+color indicator magenta black
color tree default default
color status white black
+# pgp
+source "~/.mutt/gpg.rc"
+set pgp_autosign = no
+set pgp_use_gpg_agent = yes
+
+# compose
+set editor = vim
+set askcc = yes
+set askbcc = yes
+set autoedit = yes
+set edit_headers = yes
+
+# display
+set index_format = "%Z %-30.30L %M %s"
+folder-hook . "push <collapse-all>\n"
+bind index - collapse-thread
+set sort=reverse-threads
+set sort_aux=date-received
+
# handling for multi-part and html messages
alternative_order text/plain text/html
auto_view text/html
+
+# sidebar
+set sidebar_visible = no
+set sidebar_folder_indent = yes
+set sidebar_indent_string = ".."
+set sidebar_short_path = yes
+bind index,pager B sidebar-toggle-visible
+
+# move the highlight to the previous mailbox
+bind index,pager \Cp sidebar-prev
+
+# move the highlight to the next mailbox
+bind index,pager \Cn sidebar-next
+
+# open the highlighted mailbox
+bind index,pager \Co sidebar-open
+
+# move the highlight to the previous page
+# this is useful if you have a LOT of mailboxes.
+bind index,pager <F3> sidebar-page-up
+
+# move the highlight to the next page
+# this is useful if you have a LOT of mailboxes.
+bind index,pager <F4> sidebar-page-down
+
+# move the highlight to the previous mailbox containing new, or flagged,
+# mail.
+bind index,pager <F5> sidebar-prev-new
+
+# move the highlight to the next mailbox containing new, or flagged, mail.
+bind index,pager <F6> sidebar-next-new
+
+# toggle the visibility of the sidebar.
+bind index,pager B sidebar-toggle-visible
diff --git a/mutt/.mutt/sig b/mutt/.mutt/sig
@@ -1,13 +0,0 @@
-
-pyratebeard
-
-Unix & Linux Engineer
-
-P: +353 85 726 6653 (IE)
-E: root@pyratebeard.net | dudleyb@protonmail.com
-W: http://pyratebeard.net
-L: Dublin, Ireland
-
-PGP: 7A8E 129D BE67 9DAB AEB3 37C5 C787 7C71 5113 A16D
-`curl http://pyratebeard.net/pgp_keys.asc | gpg --import`
-or find me at https://keybase.io/pyratebeard