diff options
Diffstat (limited to '.config/neomutt/neomuttrc')
-rwxr-xr-x | .config/neomutt/neomuttrc | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 1f85eb8..d1a8634 100755 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -1,7 +1,4 @@ - -# rgoncalves.se - -# personal informations +#set folder = "~/.mail" set my_password = "" set my_server = "" set my_user = "" @@ -22,7 +19,21 @@ set smtp_url = "smtps://$my_user@$my_server:$my_password@smtp.$my_server" set ssl_verify_host = yes set ssl_force_tls = yes +# notmuch +#set virtual_spoolfile = yes +#set nm_query_type = threads +#set nm_default_url = "notmuch:///home/qwd/.mail" + # mailboxes +mailboxes `python3 ~/.bin/get-mailbox-imap \ +imap.$MAIL_SERVER \ +$MAIL_USERNAME@$MAIL_SERVER \ +$MAIL_PASSWORD` + +#mailboxes `get-mailbox-local ~/.mail INBOX` +#mailboxes `get-mailbox-local ~/.mail` +#virtual-mailboxes "Threads" "notmuch://?query=tag:f-sent" + set spoolfile = "+INBOX" set mbox = "+INBOX" set postponed = "+Drafts" @@ -31,11 +42,6 @@ set trash = "+Trash" set mail_check_stats = yes set imap_delim_chars = "aa" -mailboxes `python3 ~/.bin/get-mailbox-imap \ -imap.$MAIL_SERVER \ -$MAIL_USERNAME@$MAIL_SERVER \ -$MAIL_PASSWORD` - # dl set mail_check = 90 set sleep_time = 0 @@ -61,13 +67,10 @@ set index_format = "%4C %Z %{$date_format} %-15.15L (%?l?%4l&%4c?) %s" set quote_regex = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" set reply_regex = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*" set send_charset = "utf-8:iso-8859-1:us-ascii" - set signature = "~/.signature" set header_cache = "~/.cache/neomutt" set message_cachedir = "$header_cache" - -# auto_view text/html -# alternative_order text/plain text/html +set mail_check_stats # headers ignore * @@ -82,13 +85,14 @@ set strict_threads ="yes" set collapse_unread = no # sidebar +set mbox_type = maildir set sidebar_visible = yes set sidebar_short_path = yes set sidebar_sort_method = "unsorted" set sidebar_delim_chars = "/" set sidebar_format = "%D %?F?[%F]?%* %4N|%4S" set sidebar_folder_indent = yes -set sidebar_indent_string = "> " +set sidebar_indent_string = "> " # keybinds bind editor <space> noop @@ -124,9 +128,3 @@ bind index,pager,browser u half-up # colors color hdrdefault color07 default -#color quoted color08 default - -# notmuch -#set virtual_spoolfile = yes -#set nm_query_type = threads -#virtual-mailboxes "INBOX" "notmuch://?query=tag:inbox" |