All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 set my_confdir="$HOME/.config/neomutt"
3 set my_attribution_de="Hinsichtlich folgendem, das \"%n\" am %{%Y-%m-%d} um %{%H:%M Uhr %Z} schrieb:"
4 set my_attribution_en="Regarding the following, written by \"%n\" on %{%Y-%m-%d} at %{%H:%M Uhr %Z}:"
6 source $my_confdir/confvars
7 source $my_confdir/colours
8 source $my_confdir/headers
9 source $my_confdir/alternates
10 source $my_confdir/keybindings
11 source $my_confdir/lists
12 source $my_confdir/spam
13 #source $my_confdir/hooks
15 auto_view text/html text/calendar
16 #auto_view application/x-gunzip application/x-tar-gz application/x-tar application/x-gtar
17 #auto_view application/postscript
18 alternative_order multipart/mixed multipart/related text/html text/enriched text/*
19 #alternative_order text/plain text/enriched text/html
20 #alternative_order text/enriched text/plain text application/postscript image/*
21 mime_lookup application/octet-stream
23 mailto_allow cc in-reply-to references subject body
25 source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|"
27 #virtual-mailboxes "all" "notmuch://?query=*"
28 #virtual-mailboxes "unread" "notmuch://?query=tag:unread"
29 #virtual-mailboxes "read" "notmuch://?query=not:tag:unread"
30 #virtual-mailboxes "spam" "notmuch://?query=tag:spam"
32 #bind index,pager X change-vfolder
33 #bind index,pager + entire-thread
34 ## generate virtual folder from query
35 #bind index,pager \eX vfolder-from-query
36 ## generate virtual folder from query with time window
37 #bind index < vfolder-window-backward
38 #bind index > vfolder-window-forward
40 #bind index,pager \` modify-labels
41 #macro index,pager \Ct "<modify-labels>!todo<enter>" "Toggle the 'todo' tag"
43 #index-format-hook date "~d<1d" "%{%H:%M%Z}"
44 #index-format-hook date "~A" "%d"
46 #tag-transforms "unread" "N" \
53 #tag-formats "inbox" "GI" \
61 #set index_format="%4C %?GU?%GU& ?%?GR?%GR& ?%?GI?%GI& ? %-10@date@ %-15.15F %4c%?M?/[%M]? %?H?[%H] ?%s"
63 #set pager_format="<%a> %* %J (%P)"
65 macro compose B "<enter-command> source '$my_confdir/buildmimetree.py setup|'<enter><enter-command> source \$my_mdwn_postprocess_cmd_file<enter>" "Convert message into a modern MIME tree with inline images"