List Info

Thread: Mutt weirdness




Mutt weirdness
user name
2005-10-04 22:15:14
I did "portupgrade -ar" last night. When I tried
to use mutt this 
morning, it was behaving weirdly. Mutt wasn't one of the
upgrades.

Anything involving the display at the bottom of the mutt
screen doesn't 
work. If I type "c" to change the mailbox, nothing
happens. If I type 
"d", I can mark a mail for deletion, but I can't
quit mutt because 
quitting requires a message at the bottom of the screen
asking if I want 
to delete the messages marked for deletion. Typing
"y" has no effect. I 
have to unmark the mail in order to quit.

I'm using 5.2.1. A list of the updated ports follows. I have
no idea 
which one's may be causing the problem.

XFree86-Server-4.5.0_1      <  needs updating (port has
4.5.0_3)
docbook-xsl-1.68.1          <  needs updating (port has
1.69.1)
gd-2.0.33_1,1               <  needs updating (port has
2.0.33_2,1)
gtk-2.6.8                   <  needs updating (port has
2.6.10_1)
libwmf-0.2.8.3              <  needs updating (port has
0.2.8.4)
libxml2-2.6.21              <  needs updating (port has
2.6.22)
netpbm-10.26.14             <  needs updating (port has
10.26.16)
openssl-0.9.7g              <  needs updating (port has
0.9.8)
p5-Compress-Zlib-1.37       <  needs updating (port has
1.39)
p5-Digest-1.10              <  needs updating (port has
1.12)
p5-MIME-Tools-5.417,2       <  needs updating (port has
5.418,2)
p5-Scalar-List-Utils-1.14,1  <  needs updating (port has
1.17,1)
p5-Test-Simple-0.60         <  needs updating (port has
0.61)
p5-Time-HiRes-1.72,1        <  needs updating (port has
1.74,1)
pure-ftpd-1.0.20_3          <  needs updating (port has
1.0.20_4)
t1lib-5.0.1,1               <  needs updating (port has
5.1.0,1)
tiff-3.7.3                  <  needs updating (port has
3.7.4)
tightvnc-1.2.9              <  needs updating (port has
1.2.9_1)
unzip-5.52_1                <  needs updating (port has
5.52_2)
xterm-204                   <  needs updating (port has
205_1)

I've tried googling for "mutt" and "bottom of
screen", which is all I 
can think of, but no luck.

Thanks in advance for any suggestions.
Bob Hall
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"
Mutt weirdness
user name
2005-10-04 22:51:26
On Tue, Oct 04, 2005 at 06:15:14PM -0400, Bob Hall wrote:
> I did "portupgrade -ar" last night. When I
tried to use mutt this 
> morning, it was behaving weirdly. Mutt wasn't one of
the upgrades.

I'm pretty sure this command isn't recursive:

0-15:47 djhmito /usr/ports/mail/mutt> make run-depends-list
/usr/ports/converters/libiconv
/usr/ports/devel/gettext
/usr/ports/misc/mime-support
/usr/ports/security/openssl

> XFree86-Server-4.5.0_1      <  needs updating (port
has 4.5.0_3)
> docbook-xsl-1.68.1          <  needs updating (port
has 1.69.1)
> gd-2.0.33_1,1               <  needs updating (port
has 2.0.33_2,1)
> gtk-2.6.8                   <  needs updating (port
has 2.6.10_1)
> libwmf-0.2.8.3              <  needs updating (port
has 0.2.8.4)
> libxml2-2.6.21              <  needs updating (port
has 2.6.22)
> netpbm-10.26.14             <  needs updating (port
has 10.26.16)
> openssl-0.9.7g              <  needs updating (port
has 0.9.8)
> p5-Compress-Zlib-1.37       <  needs updating (port
has 1.39)
> p5-Digest-1.10              <  needs updating (port
has 1.12)
> p5-MIME-Tools-5.417,2       <  needs updating (port
has 5.418,2)
> p5-Scalar-List-Utils-1.14,1  <  needs updating (port
has 1.17,1)
> p5-Test-Simple-0.60         <  needs updating (port
has 0.61)
> p5-Time-HiRes-1.72,1        <  needs updating (port
has 1.74,1)
> pure-ftpd-1.0.20_3          <  needs updating (port
has 1.0.20_4)
> t1lib-5.0.1,1               <  needs updating (port
has 5.1.0,1)
> tiff-3.7.3                  <  needs updating (port
has 3.7.4)
> tightvnc-1.2.9              <  needs updating (port
has 1.2.9_1)
> unzip-5.52_1                <  needs updating (port
has 5.52_2)
> xterm-204                   <  needs updating (port
has 205_1)

OpenSSL?

ARE YOU RUNNING IN AN XTERM?  It may be that the newer xterm
has some
weird curses intereaction ... last week or so I hit a
situation where if
I change font size in xterm, the window resizes, and if I
drag to resize
the window, the geometry is in pixels instead of characters.
 Huh?  This
vintag of xterm sucks rocks, and I wouldn't be surprised if
it was
plaguing your mutt as well. ;)

-danny

-- 
http://dannyman.toldme.co
m/
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"
Mutt weirdness
user name
2005-10-04 23:14:35
On 2005-10-04 18:15, Bob Hall <rjhjrcox.net> wrote:
> I did "portupgrade -ar" last night. When I
tried to use mutt this
> morning, it was behaving weirdly. Mutt wasn't one of
the upgrades.

Is your new mutt binary linked to libslang?  You can check
with ldd:

    $ ldd `which mutt` | grep -i slang
    $

I've seen some pretty silly effects whenever my mutt port
was installed
WITH_SLANG=yes.  Now my pkgtools.conf file includes (among
other
things):

    MAKE_ARGS = {
      'mail/mutt-devel*' => [
          'WITH_MUTT_NCURSES=YES',
          'WITHOUT_MUTT_HTML=YES',
          'WITHOUT_MUTT_SGMLFORMAT=YES',
      ],
    }
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"
Mutt weirdness
user name
2005-10-05 00:56:53
On Tue, Oct 04, 2005 at 03:51:26PM -0700, Danny Howard
wrote:
> On Tue, Oct 04, 2005 at 06:15:14PM -0400, Bob Hall
wrote:
> > I did "portupgrade -ar" last night. When
I tried to use mutt this 
> > morning, it was behaving weirdly. Mutt wasn't one
of the upgrades.
> 
> I'm pretty sure this command isn't recursive:
> 
> 0-15:47 djhmito /usr/ports/mail/mutt> make
run-depends-list
> /usr/ports/converters/libiconv
> /usr/ports/devel/gettext
> /usr/ports/misc/mime-support
> /usr/ports/security/openssl

Thanks. The run-depends-list was the clue I needed. I added
that to my
clue notebook. Downgraded openssl and all is well.  
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )