X-Git-Url: https://git.madduck.net/etc/neomutt.git/blobdiff_plain/a6ac44586209b9b0be5add1bef270451f3dcb677..4d1afcd5cc3e282554877a10d6be81931ef0cc03:/.config/neomutt/neomuttrc?ds=sidebyside diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc new file mode 100644 index 0000000..3c02cde --- /dev/null +++ b/.config/neomutt/neomuttrc @@ -0,0 +1,63 @@ +set my_confdir="$HOME/.config/neomutt" + +set my_attribution_de="Hinsichtlich folgendem, das \"%n\" am %{%Y-%m-%d} um %{%H:%M Uhr %Z} schrieb:" +set my_attribution_en="Regarding the following, written by \"%n\" on %{%Y-%m-%d} at %{%H:%M Uhr %Z}:" + +source $my_confdir/confvars +source $my_confdir/colours +source $my_confdir/headers +source $my_confdir/alternates +source $my_confdir/keybindings +source $my_confdir/lists +source $my_confdir/spam +#source $my_confdir/hooks + +auto_view text/html text/calendar +#auto_view application/x-gunzip application/x-tar-gz application/x-tar application/x-gtar +#auto_view application/postscript +alternative_order multipart/mixed multipart/related text/html text/enriched text/* +#alternative_order text/plain text/enriched text/html +#alternative_order text/enriched text/plain text application/postscript image/* +mime_lookup application/octet-stream + +mailto_allow cc in-reply-to references subject body + +source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|" + +#virtual-mailboxes "all" "notmuch://?query=*" +#virtual-mailboxes "unread" "notmuch://?query=tag:unread" +#virtual-mailboxes "read" "notmuch://?query=not:tag:unread" +#virtual-mailboxes "spam" "notmuch://?query=tag:spam" + +#bind index,pager X change-vfolder +#bind index,pager + entire-thread +## generate virtual folder from query +#bind index,pager \eX vfolder-from-query +## generate virtual folder from query with time window +#bind index < vfolder-window-backward +#bind index > vfolder-window-forward +# +#bind index,pager \` modify-labels +#macro index,pager \Ct "!todo" "Toggle the 'todo' tag" +# +#index-format-hook date "~d<1d" "%{%H:%M%Z}" +#index-format-hook date "~A" "%d" +# +#tag-transforms "unread" "N" \ +# "replied" "r " \ +# "archive" "➥ " \ +# "todo" "T" \ +# "deleted" "␡" \ +# "invites" "CAL" +# +#tag-formats "inbox" "GI" \ +# "unread" "GU" \ +# "replied" "GR" \ +# "sent" "GS" \ +# "todo" "Gt" \ +# "deleted" "GD" \ +# "invites" "Gi" +# +#set index_format="%4C %?GU?%GU& ?%?GR?%GR& ?%?GI?%GI& ? %-10@date@ %-15.15F %4c%?M?/[%M]? %?H?[%H] ?%s" +# +#set pager_format="<%a> %* %J (%P)"