Using GPG, Perl; HTML autoview
This commit is contained in:
parent
7c9254ea43
commit
99d37ebcca
6
.mailcap
6
.mailcap
@ -1,8 +1,8 @@
|
|||||||
# mailcap - MIME configuration file
|
# mailcap - MIME configuration file
|
||||||
|
|
||||||
text/html; w3m %s; nametemplate=%s.html
|
text/html; w3m -T text/html '%s'
|
||||||
text/html; w3m -dump %s; nametemplate=%s.html; \
|
text/html; w3m -T text/html -dump '%s'; copiousoutput
|
||||||
copiousoutput
|
|
||||||
text/*; cat; copiousoutput; edit=$VISUAL %s
|
text/*; cat; copiousoutput; edit=$VISUAL %s
|
||||||
message/rfc822; cat; copiousoutput; edit=$VISUAL %s
|
message/rfc822; cat; copiousoutput; edit=$VISUAL %s
|
||||||
|
|
||||||
|
12
.muttrc
12
.muttrc
@ -5,6 +5,9 @@ set record="+.Sent"
|
|||||||
set postponed="+.Drafts"
|
set postponed="+.Drafts"
|
||||||
set spoolfile="~/.mail"
|
set spoolfile="~/.mail"
|
||||||
|
|
||||||
|
auto_view text/html
|
||||||
|
alternative_order text/plain text text/enriched text/html
|
||||||
|
|
||||||
# Set the desired default "from" address for both header From and envelope-from
|
# Set the desired default "from" address for both header From and envelope-from
|
||||||
set reverse_name
|
set reverse_name
|
||||||
set from="nemunaire@nemunai.re"
|
set from="nemunaire@nemunai.re"
|
||||||
@ -21,6 +24,8 @@ source $alias_file
|
|||||||
|
|
||||||
source ~/.mutt/mls
|
source ~/.mutt/mls
|
||||||
|
|
||||||
|
set dsn_notify="failure,delay"
|
||||||
|
|
||||||
# set up the sidebar
|
# set up the sidebar
|
||||||
set sidebar_width=25
|
set sidebar_width=25
|
||||||
set sidebar_visible=yes
|
set sidebar_visible=yes
|
||||||
@ -38,9 +43,12 @@ macro pager M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
|
|||||||
|
|
||||||
macro compose A "<attach-message>?" "attach message(s) to this message"
|
macro compose A "<attach-message>?" "attach message(s) to this message"
|
||||||
|
|
||||||
|
# Include folder hooks defining Fcc
|
||||||
|
source ~/.mutt/folder-hooks
|
||||||
|
|
||||||
#GPG
|
#GPG
|
||||||
set fcc_clear # Keep fcc's clear of signatues and encryption.
|
set fcc_clear # Keep fcc's clear of signatues and encryption.
|
||||||
#source ~/.mutt/gpg.rc
|
source ~/.mutt/gpg.rc
|
||||||
set pgp_sign_as="0x6FDD4F15"
|
set pgp_sign_as="0x6FDD4F15"
|
||||||
|
|
||||||
set pgp_replysign
|
set pgp_replysign
|
||||||
@ -69,6 +77,7 @@ set forward_quote
|
|||||||
hdr_order Date From To Cc Bcc User-Agent
|
hdr_order Date From To Cc Bcc User-Agent
|
||||||
|
|
||||||
ignore *
|
ignore *
|
||||||
|
unignore Authentication-Results
|
||||||
unignore from: date subject to cc mail-followup-to
|
unignore from: date subject to cc mail-followup-to
|
||||||
unignore x-mailing-list: posted-to:
|
unignore x-mailing-list: posted-to:
|
||||||
unignore x-mailer: x-url reply-to
|
unignore x-mailer: x-url reply-to
|
||||||
@ -154,6 +163,7 @@ color quoted3 cyan default
|
|||||||
color sidebar_new yellow default
|
color sidebar_new yellow default
|
||||||
color sidebar_flagged brightred default
|
color sidebar_flagged brightred default
|
||||||
|
|
||||||
|
macro index,pager \eT '<change-folder>=.Amis.Thilp/<enter>'
|
||||||
bind index,pager \CP sidebar-scroll-up
|
bind index,pager \CP sidebar-scroll-up
|
||||||
#bind index,pager \CI sidebar-scroll-down
|
#bind index,pager \CI sidebar-scroll-down
|
||||||
bind index,pager \CO sidebar-open
|
bind index,pager \CO sidebar-open
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
VERBOSE=no
|
VERBOSE=no
|
||||||
SHELL=/bin/sh
|
SHELL=/bin/sh
|
||||||
SED=/bin/sed
|
SED=/bin/sed
|
||||||
|
PERL=/usr/bin/perl
|
||||||
PATH=/usr/local/bin:/usr/bin:/bin
|
PATH=/usr/local/bin:/usr/bin:/bin
|
||||||
MAILDIR=/home/nemunaire/.mail
|
MAILDIR=/home/nemunaire/.mail
|
||||||
DEFAULT=$MAILDIR/
|
DEFAULT=$MAILDIR/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user