mailboxes /var/spool/mail/ink auto_view text/html # colors, most importantly color header cyan default '^CC.* ' color header green default '^Date.* ' color header brightgreen default '^To.* ' color header brightmagenta default '^Subject.* ' color header yellow default '^X-.*' color header brightred default '^From.* ' color header brightblue default '^X-Spam-Level.* ' color signature blue white color quoted magenta white color attachment green white color status black white color index brightmagenta black '.*bugzilla-daemon.*' # get headers in order ignore List Delivered-To In-Reply-To Precedence X-Mailer Mailing-List ignore Organization User-Agent Importance X-UID X-Keywords Errors-to ignore X-Priority X-MSMail X-Mime X-Accept-Language X-BeenThere ignore X-Mailman-Version X-Spam-Status X-Spam-Checker-Version hdr_order date from to cc subject X-Spam-Level x- # various settings set from="ink@inconnu.isu.edu" set alternates=".*kell.*@.*isu\.edu\" set abort_nosubject=no set edit_headers=yes set editor="pico" set fast_reply=yes set folder="~/mail" set followup_to=no set keep_flagged=yes set mbox_type="mbox" set move=no set quit=ask-yes set record="~/mail/sent-mail" set pager_stop=yes set record="=sent-mail-`date +%b-%Y`" set nosave_name set postponed=~/postponed-msgs set hdr_format="%Z %3C %{%b %d} %-19.19L (%5c) %s" # Pine-like keybindings follow: bind index v display-message bind index p previous-undeleted bind index n next-undeleted bind index ' ' next-page bind index c mail bind index g change-folder bind index l change-folder bind index w search bind index % print-message bind index x sync-mailbox bind index $ sort-mailbox bind index a tag-prefix bind index \; tag-entry bind index next-page bind index select-entry macro index l/var/spool/mail/ink\r macro index z l~T\r bind pager n next-undeleted bind pager p previous-undeleted bind pager % print-message bind pager \n noop # PINE prints "No default action for this menu." bind pager previous-line bind pager next-line bind pager exit bind pager t create-alias bind compose  send-message #lists gentoo-core set pgp_decode_command="gpg --no-secmem-warning %?p?--passphrase-fd 0? --no-verbose --batch --output - %f" set pgp_verify_command="gpg --no-secmem-warning --no-verbose --batch --output - --verify %s %f" set pgp_decrypt_command="gpg --no-secmem-warning --passphrase-fd 0 --no-verbose --batch --output - %f" set pgp_sign_command="/usr/bin/pgpewrap /usr/bin/gpg --no-secmem-warning --no-verbose --batch --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" set pgp_clearsign_command="/usr/bin/pgpewrap /usr/bin/gpg --no-secmem-warning --no-verbose --batch --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" set pgp_encrypt_only_command="/usr/bin/pgpewrap /usr/bin/gpg --no-secmem-warning --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust --encrypt-to 0xCD512540 -- -r %r -- %f" set pgp_encrypt_sign_command="/usr/bin/pgpewrap /usr/bin/gpg --no-secmem-warning --charset utf-8 --passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" set pgp_import_command="gpg --no-secmem-warning --no-verbose --import -v %f" set pgp_export_command="gpg --no-secmem-warning --no-verbose --export --armor %r" set pgp_verify_key_command="gpg --no-secmem-warning --no-verbose --batch --fingerprint --check-sigs %r" set pgp_list_pubring_command="gpg --no-secmem-warning --no-verbose --batch --with-colons --list-keys %r" set pgp_list_secring_command="gpg --no-secmem-warning --no-verbose --batch --with-colons --list-secret-keys %r" set pgp_autosign=yes set pgp_sign_as=0xCD512540 set pgp_replyencrypt=yes set pgp_timeout=1800 set pgp_good_sign="^gpg: Good signature from" source .mutt_addresses