]> code.delx.au - dotfiles/commitdiff
Mutt: Default search is to, from and subject
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 8 Apr 2008 02:58:36 +0000 (12:58 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 8 Apr 2008 02:58:36 +0000 (12:58 +1000)
.mutt/general

index 8cad72b51a6f87d5aa527c09ced0a984466bcb01..390b78f8c2d8d6ea2e753348e9915e99bf2fb683 100644 (file)
@@ -12,3 +12,6 @@ set keep_flagged=yes
 # Don't confirm when appending to an existing mailbox
 set confirmappend=no
 
+# Default searches by to, from and subject
+set simple_search='~t %s | ~f %s | ~s %s'
+