]> git.madduck.net Git - etc/mutt.git/commitdiff

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:

Change attribution when message is obviously German
authormartin f. krafft <madduck@madduck.net>
Fri, 18 Jan 2019 18:33:30 +0000 (07:33 +1300)
committermartin f. krafft <madduck@madduck.net>
Fri, 18 Jan 2019 18:33:30 +0000 (07:33 +1300)
.mutt/confvars
.mutt/muttrc

index 07bbcefe2023b7e4bd745cdde4a2edc9b7fd6faf..aa8ff2d1f5b2889fc819c7610b6a2cd0356abbd3 100644 (file)
@@ -292,7 +292,7 @@ set alias_file="$my_confdir/aliases"
 # reply. For a full listing of defined printf(3)-like sequences see the section
 # on $index_format.
 # 
-set attribution="Quoting \"%n\", who wrote on %{%Y-%m-%d} at %{%H:%M %Z}:"
+set attribution="$my_attribution_en"
 
 
 # 3.19. attribution_locale
index 5127f1f0f94a0acb4faa2214713254af00f3462f..faa17aff8822dfa6e02cae1b256686acc4820bf0 100644 (file)
@@ -2,6 +2,9 @@
 
 set my_confdir="$HOME/.mutt"
 
+set my_attribution_de="Zitiere aus E-Mail von \"%n\" vom %{%Y-%m-%d} um %{%H:%M Uhr %z}:"
+set my_attribution_en="Quoting \"%n\", who wrote on %{%Y-%m-%d} at %{%H:%M Uhr %z}:"
+
 source $my_confdir/confvars
 source $my_confdir/colours
 source $my_confdir/headers
@@ -27,3 +30,4 @@ source "test -f $my_mutt_mailboxes && cat $my_mutt_mailboxes|"
 
 set alias_file="$my_confdir/aliases"
 source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|"
+message-hook '~b "(Danke|Grü(ß|ss)e|Gru(ß|ss)|LG|Liebe|geehrte|Herr|Frau)"' 'set attribution="$my_attribution_de"'