]> Sergey Matveev's repositories - dotfiles.git/blobdiff - mutt/bin/sent
Newer mu and combined back/sent folders
[dotfiles.git] / mutt / bin / sent
diff --git a/mutt/bin/sent b/mutt/bin/sent
new file mode 100755 (executable)
index 0000000..218097e
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+alts=$(perl -lane '
+    next unless /^alternates/;
+    push @alts, "f:$F[1]";
+    sub END { print join " or ", @alts };
+' ~/.mutt/accounts/*)
+mfind date:2m.. "($alts)"
+mutt -f =search-sent