unignore * ignore Return-Path: Received: Mime-Version: Status: X-Status: 'From ' ignore Content-Length: Lines: Content-Type: Content-Transfer-Encoding: Content-Disposition: ignore List- X-DSPAM- DKIM-Signature: DomainKey-Signature: Authentication-Results: ignore Precedence: Errors-To: Delivered-To: Originator: Sender: X-Listprocessor-Version: ignore X-Bugzilla- X-Sieve: X-Original-To: X-Virus X-Spam X-SA X-Loop X-Mnemonic X-Sender ignore X-DKIM X-Auth Face X-Face X-Grey X-CRM X-Policy X-Mailman X-Scanned X-Hashcash hdr_order From: To: Subject: Date: Message-id: mailboxes ~/Mail/* ~/Maildir set from=pasky@ucw.cz alternates '^pasky@(suse|kam\.mff\.cuni)\.cz$' alternates '^pbaudis@(suse\.(cz|de)|novell\.com)$' send-hook . 'unmy_hdr From:' send-hook '~t artum@googlegroups.com$' 'my_hdr From: Petr Baudis ' #send-hook '~t ((^tz\|[^@]*libc[^@]*\|^generic-abi\|^austin-group-l)@.*\|(suse\.(cz\|de)\|opensuse.org\|novell\.com\|kernel\.org\|eglibc.org))$' 'my_hdr From: Petr Baudis ' #send-hook '~C ((^tz\|[^@]*libc[^@]*\|^generic-abi\|^austin-group-l)@.*\|(suse\.(cz\|de)\|opensuse.org\|novell\.com\|kernel\.org\|eglibc.org))$' 'my_hdr From: Petr Baudis ' set mime_forward=ask-yes set spoolfile=~/Maildir/ set autoedit set edit_headers unset mark_old set include=yes set pager_context=1 set pager_stop=yes set postponed==postponed set timeout=60 set charset="utf8" set record=~/Mail/sent set rfc2047_parameters=yes set send_charset=us-ascii:iso-8859-2:utf-8 set sort=date-received set quit=ask-no set read_inc=200 set write_inc=200 #set net_inc=50 set index_format="%4C %Z %{%b %d} %-15.15L (%4c) %s" # Color definitions color hdrdefault brightyellow black color quoted cyan black color quoted1 green black color quoted2 red black color quoted3 yellow black color quoted4 blue black color signature brightred black color indicator brightyellow red color error brightred black color status brightyellow blue color tree brightmagenta black # the thread tree in the index menu color tilde brightmagenta black color message brightcyan black color attachment brightmagenta black color search black green # how to hilite search patterns in the pager color header brightyellow red ^(From|Subject|To|Date): color body brightyellow black "(ftp|http)://[^ ]+" # point out URLs color body brightcyan black [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses color underline brightgreen black # attributes when using a mono terminal mono header underline ^(From|Subject): mono quoted bold message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-traditional-pgp" # notmuch integration: # 'L' performs a notmuch query, showing only the results macro index L "unset wait_keyread -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"" "show only messages matching a notmuch pattern" # 'a' shows all messages again (supersedes default binding) macro index a "all\n" "show all messages (undo limit)" #macro index L \ # "unset wait_key~/bin/mutt-notmuch --prompt search~/.cache/mutt_results" \ # "search mail (using notmuch)" #macro index \ # "unset wait_key~/bin/mutt-notmuch thread~/.cache/mutt_resultsset wait_key" \ # "search and reconstruct owning thread (using notmuch)"