Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2014 18:24:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194662] mail/mutt 1.5.23 consistently freezes
Message-ID:  <bug-194662-13-mIqH5enK7l@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194662-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194662-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194662

--- Comment #3 from Dmitry Chagin <dchagin@FreeBSD.org> ---
ouch, sure:
FreeBSD dchagin.static.corbina.net 11.0-CURRENT FreeBSD 11.0-CURRENT #93
r273708+3ca71ce(lemul)-dirty: Sun Oct 26 23:38:47 MSK 2014    
root@dchagin.static.corbina.net:/home/rootobj/home/dchagin/head/sys/YOY  amd64

.muttrc:
#
set folder = "~/.mail"
set record = "~/.mail/sent-mail"
set delete=yes
set fast_reply=yes
set reply_to=yes
set markers=no
set mark_old=no
set pager_stop=yes

set confirmappend=no
set include=yes
set editor="vim"

mailboxes =inbox
mailboxes =FreeBSD-arch
mailboxes =FreeBSD-acpi
mailboxes =FreeBSD-hackers
mailboxes =FreeBSD-current
mailboxes =FreeBSD-drivers
mailboxes =FreeBSD-bugs
mailboxes =FreeBSD-stable
mailboxes =FreeBSD-amd64
mailboxes =FreeBSD-i386
mailboxes =FreeBSD-fs
mailboxes =FreeBSD-x11
mailboxes =FreeBSD-net
mailboxes =FreeBSD-smp
mailboxes =FreeBSD-emulation
mailboxes =FreeBSD-announce
mailboxes =FreeBSD-threads
mailboxes =FreeBSD-cvs-src
mailboxes =FreeBSD-svn-src-all
mailboxes =FreeBSD-src-committers
mailboxes =FreeBSD-ru-committers
mailboxes =FreeBSD-all-developers
mailboxes =FreeBSD-wireless
mailboxes =FreeBSD-usb
mailboxes =FreeBSD-toolchain
mailboxes =sent-mail
mailboxes =linux-kernel
mailboxes =glibc

set sort=threads
set realname="Chagin Dmitry"

ignore *
unignore        from: subject to cc date hdr_order

set send_charset="us-ascii:koi8-r:utf-8"

macro index P "!grab_mail"
macro pager P "!grab_mail"


# Binding
bind pager <backspace> previous-page
bind pager - previous-line
bind pager \eOm previous-line
bind pager + next-line
bind pager \eOk next-line
bind pager \eOM next-line
bind pager \e[1~ top
bind pager \e[4~ bottom
bind pager <up> previous-line
bind pager <down> next-line

bind index <backspace> previous-entry
bind index - previous-entry
bind index \eOm previous-entry
bind index + next-entry
bind index \eOk next-entry
bind index \eOM display-message
bind index \e[H first-entry
bind index \e[F last-entry
bind index \e[1~ first-entry
bind index \e[4~ last-entry

bind alias <space> select-entry
bind alias x exit
bind attach x exit
bind browser x exit

# What order to show them
unhdr_order *
hdr_order Date: From: To: Reply-To: Cc: Subject:

# On to the colors
color attachment white default
color header green default "^message-id:"
color header green default "^x-mailer:"
color header green default "^user-agent:"
color header blue default "^date: "
color header brightblue default "^from: "
color header green default "^subject: "
color header brightblue default "^to: "
color header brightblue default "^cc: "
color header brightblue default "^reply-to: "
color index green default ~F
color index red default ~D
color index blue default ~T
color index brightblue default ~N
color indicator brightwhite blue
color markers red default
color quoted magenta default
color signature brightblue default
color status brightwhite green
color tilde cyan default
color tree blue default
color body black default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]"

set folder_format="%3C %F %N %12s %u %t %d %f"
set index_format="%4C %Z %{%b %d} %-15.15F (%4l) %s"


# decode application/pgp
set pgp_decode_command="/usr/local/bin/gpg --charset utf-8 %?p?--passphrase-fd
0? --no-verbose --quiet --batch --output - %f"

# verify a pgp/mime signature
set pgp_verify_command="/usr/local/bin/gpg --no-verbose --quiet --batch
--output - --verify %s %f"

# decrypt a pgp/mime attachment
set pgp_decrypt_command="/usr/local/bin/gpg --passphrase-fd 0 --no-verbose
--quiet --batch --output - %f"

# create a pgp/mime signed attachment
# set pgp_sign_command="/usr/local/bin/gpg-2comp --comment '' --no-verbose
--batch --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u
%a? %f"
set pgp_sign_command="/usr/local/bin/gpg --no-verbose --batch --quiet --output
- --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"


# create a application/pgp signed (old-style) message
# set pgp_clearsign_command="/usr/local/bin/gpg-2comp --comment '' --no-verbose
--batch --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a?
%f"
set pgp_clearsign_command="/usr/local/bin/gpg --charset utf-8 --no-verbose
--batch --quiet --output - --passphrase-fd 0 --armor --textmode --clearsign
%?a?-u %a? %f"

# create a pgp/mime encrypted attachment
# set pgp_encrypt_only_command="pgpewrap gpg-2comp -v --batch --output -
--encrypt --textmode --armor --always-trust -- -r %r -- %f"
set pgp_encrypt_only_command="pgpewrap /usr/local/bin/gpg --charset utf-8
--batch --quiet --no-verbose --output - --encrypt --textmode --armor
--always-trust -- -r %r -- %f"

# import a key into the public key ring
set pgp_import_command="/usr/local/bin/gpg --no-verbose --import -v %f"

# export a key from the public key ring
set pgp_export_command="/usr/local/bin/gpg --no-verbose --export --armor %r"

# verify a key
set pgp_verify_key_command="/usr/local/bin/gpg --verbose --batch --fingerprint
--check-sigs %r"

# read in the public key ring
set pgp_list_pubring_command="/usr/local/bin/gpg --no-verbose --batch --quiet
--with-colons --list-keys %r"


# read in the secret key ring
set pgp_list_secring_command="/usr/local/bin/gpg --no-verbose --batch --quiet
--with-colons --list-secret-keys %r"

set pgp_good_sign="^gpg: Good signature from"

set pgp_autosign=yes

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194662-13-mIqH5enK7l>