]> git.madduck.net Git - etc/neomutt.git/blob - .config/neomutt/neomuttrc

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

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.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

import of config from mutt
[etc/neomutt.git] / .config / neomutt / neomuttrc
1 set my_confdir="$HOME/.config/neomutt"
2
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}:"
5
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
14
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
22
23 mailto_allow cc in-reply-to references subject body
24
25 source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|"
26
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"
31
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
39 #
40 #bind index,pager \` modify-labels
41 #macro index,pager \Ct "<modify-labels>!todo<enter>" "Toggle the 'todo' tag"
42 #
43 #index-format-hook  date  "~d<1d"    "%{%H:%M%Z}"
44 #index-format-hook  date  "~A"       "%d"
45 #
46 #tag-transforms "unread"  "N"   \
47 #               "replied" "r "  \
48 #               "archive" "➥ "  \
49 #               "todo"    "T"   \
50 #               "deleted" "␡" \
51 #               "invites" "CAL"
52 #
53 #tag-formats "inbox"   "GI" \
54 #            "unread"  "GU" \
55 #            "replied" "GR" \
56 #            "sent"    "GS" \
57 #            "todo"    "Gt" \
58 #            "deleted" "GD" \
59 #            "invites" "Gi"
60 #
61 #set index_format="%4C %?GU?%GU& ?%?GR?%GR& ?%?GI?%GI& ? %-10@date@ %-15.15F %4c%?M?/[%M]? %?H?[%H] ?%s"
62 #
63 #set pager_format="<%a> %*  %J (%P)"