]> 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:

do not hardcode mailplate path
authormartin f. krafft <madduck@madduck.net>
Mon, 22 Oct 2007 14:50:18 +0000 (16:50 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 22 Oct 2007 14:50:18 +0000 (16:50 +0200)
.mutt/alternates
.mutt/lists
.mutt/muttrc
.mutt/spam

index 9785cd665ff51704d04ba0414a1b6dedd38412e9..d33602a41030f2c9681644119a0dab1cc9cb57ab 100644 (file)
@@ -12,10 +12,10 @@ alternates krafft@ifi\.u(ni)?zh\.ch
 alternates krafft@ailab\.ch
 alternates m(artin.)?krafft@sudetia\.de
 alternates mkrafft@aerasec\.de
-alternates .+@(mass|pobox|usenet|forward)\.madduck\.net
+alternates .+@(pobox|usenet)\.madduck\.net
 alternates (([ph]ost|web)master|root|abuse)@(.+\.)?madduck\.net
 alternates (([ph]ost|web)master|root|abuse)@(.+\.)?ailab\.ch
-alternates (madduck|changes|errata|feedback)@debian-?(system|book)\.info
+alternates (madduck|changes|errata|feedback|contact|info)@debian-?(system|book)\.info
 alternates (([ph]ost|web)master|root|abuse)@debian-?(system|book)\.info
 alternates (([ph]ost|web)master|root|abuse)@(.+\.)?martin-krafft\..+
 alternates .+@martin-krafft\..+
@@ -28,8 +28,7 @@ alternates .+@belligerence\.net
 alternates ma(rtin|dduck)@alpinflegel\.de
 alternates ma(rtin|dduck)@krafftwerk\..+
 alternates martin@krafft.(de|ch)
-alternates .+@blog\.madduck\.net
-alternates .+@(rw|int|home)\.madduck\.net
-alternates (contact|info|feedback|errata)@debiansystem.info
+alternates comments\+.+@blog\.madduck\.net
+#alternates .+@(rw|int|home)\.madduck\.net
 
 # vim:ft=muttrc
index 6bfbc5573b32390107dc62d44c43d8e0f637f058..0ed5223980815363a5a32a519864e9ea2c6584d3 100644 (file)
@@ -204,7 +204,8 @@ subscribe vcs-home@lists.madduck.net
 subscribe vcs-pkg@lists.madduck.net
 #subscribe video4linux-list@redhat.com
 #subscribe vim-multibyte@vim.org
-#subscribe vim@vim.org
+subscribe vim(@vim.org|_use@googlegroups\.com)
+subscribe pkg-vim-maintainers@lists.alioth.debian.org
 #subscribe vuln-dev@securityfocus.com
 #subscribe wein@lists.madduck.net
 #subscribe xen-hosting-discuss@xen-hosting.org
index ad5aebe413297121ad0614dae90780941112438e..23d95a2edba51ec746cd2143cd6c09a4d6d15cc4 100644 (file)
@@ -3711,7 +3711,7 @@ set sig_dashes=no
 # For the default value it would be:
 # 
 # ~f joe | ~s joe
-# 
+set simple_search="~L %s | ~s %s"
 # 
 # set smart_wrap=yes
 #
index 88eec81e65c08fae46fd141589d2d18746b4aa21..215654dba02ffb479e20a135c2c33bc707f0f938 100644 (file)
@@ -1,4 +1,4 @@
 nospam *
-spam "^X-Spam: yes \\(crm114:([-.0-9]+) SA:([-.0-9]+)\\)$" "%2|%1"
+spam "^X-Spam: (yes|disagree|unsure) \\(crm114:((sp|h)am/)?([-.0-9]+) SA:((sp|h)am/)?([-.0-9]+)\\)$" "%7|%4"
 
 # vim:ft=muttrc