[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mutt-dev
Subject:    bug#1026: marked as done (mutt-1.3.26i: message index display displays only message number)
From:       bugmaster () guug ! de (GUUG bug Tracking System)
Date:       2003-11-17 3:42:12
[Download RAW message or body]

Your message dated Sun, 16 Nov 2003 16:12:28 -0900
with message-id <a4bd01c3aca7$ddfac160$4a109f65@eqs>
and subject line Ihr Telefon Anruf
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Herr der Kaefer
(administrator, GUUG bugs database)

--------------------------------------
Received: (at submit) by bugs.guug.de; 6 Feb 2002 15:38:58 +0000
Received: from mgate2.uni-hannover.de ([130.75.2.5] ident=zzismail)
	by trithemius.gnupg.org with esmtp (Exim 3.12 #1 (Debian))
	id 16YU9y-0001K0-00
	for <submit@bugs.guug.de>; Wed, 06 Feb 2002 16:38:58 +0100
Received: from cad25.amp.uni-hannover.de by mgate2.uni-hannover.de 
          with LocalSMTP (PP) with ESMTP; Wed, 6 Feb 2002 16:28:41 +0100
Received: (from kreutzm@localhost) 
          by cad25.amp.uni-hannover.de (AIX4.3/8.9.3/8.8.8) id QAA07538;
          Wed, 6 Feb 2002 16:28:39 +0100
Date: Wed, 6 Feb 2002 16:28:39 +0100
From: Helge Kreutzmann <kreutzm@physik.uni-hannover.de>
Message-Id: <200202061528.QAA07538@cad25.amp.uni-hannover.de>
Subject: mutt-1.3.26i: message index display displays only message number
To: submit@bugs.guug.de
Bcc: 

Package: mutt
Version: 1.3.26i
Severity: normal

-- Please type your report below this line

The message index folder only shows the message number. If I change
the index_format to
set index_format="%4C %4C %Z %{%b %d} %-15.15L (%4l) %s"

I get the message number twice. But all other entries are blank.

So after starting mutt I get a screen:
q:Quit  d:Del  u:Undel  s:Save  m:Mail  r:Reply  g:Group  ?:Help                
   1    1                                                                       
   2    2                                                                       
(lines skipped)
  20   20                                                                       
  21   21                                                                       
---Mutt: /var/spool/mail/kreutzm [Msgs:47 New:39 Post:2 Inc:2 197K]---(threads/d

I tried various TERM entries but this did not change. I get the
exact same result when using slang instead of ncurses.


-- Build environment information

(Note: This is the build environment installed on the system
muttbug is run on.  Information may or may not match the environment
used to build mutt.)

- gcc version information
gcc
Reading specs from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix43-010414/specs
gcc version 2.9-aix43-010414

- CFLAGS
-Wall -pedantic -Wall -pedantic -O2 -fsigned-char

-- Mutt Version Information

Mutt 1.3.26i (2002-01-18)
Copyright (C) 1996-2001 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: AIX 4.3 (00D2E2C54C00) [using ncurses 5.2]
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK
+USE_POP  +USE_IMAP  -USE_GSS  -USE_SSL  -USE_SASL  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  +HAVE_GETADDRINFO  
ISPELL="/local/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/spool/mail"
PKGDATADIR="/opt/freeware/share/mutt"
SYSCONFDIR="/opt/freeware/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <mutt-dev@mutt.org>.
To report a bug, please use the flea(1) utility.


--- Begin /opt/freeware/etc/Muttrc
ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines
macro index \eb '/~b ' 'search in message bodies'
macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
macro generic <f1> "!less /opt/freeware/doc/mutt-1.3.26i/manual.txt\n" "Show Mutt documentation"
macro index   <f1> "!less /opt/freeware/doc/mutt-1.3.26i/manual.txt\n" "Show Mutt documentation"
macro pager   <f1> "!less /opt/freeware/doc/mutt-1.3.26i/manual.txt\n" "Show Mutt documentation"
macro generic "[11~" "!less /opt/freeware/doc/mutt-1.3.26i/manual.txt\n" "Show Mutt documentation"
macro index   "[11~" "!less /opt/freeware/doc/mutt-1.3.26i/manual.txt\n" "Show Mutt documentation"
macro pager   "[11~" "!less /opt/freeware/doc/mutt-1.3.26i/manual.txt\n" "Show Mutt documentation"
set index_format="%4C %4C %Z %{%b %d} %-15.15L (%4l) %s"
--- End /opt/freeware/etc/Muttrc


---------------------------------------
Received: (at 1026-done) by bugs.guug.de; 17 Nov 2003 03:18:53 +0000
>From kundenyvbgk@t-online.de Mon Nov 17 04:18:43 2003
Received: from isu217170.ilstu.edu ([138.87.217.170] helo=t-online.de)
	by trithemius.gnupg.org with smtp (Exim 3.35 #1 (Debian))
	id 1ALZuS-0000K1-00
	for <1026-done@bugs.guug.de>; Mon, 17 Nov 2003 04:18:40 +0100
Message-ID: <a4bd01c3aca7$ddfac160$4a109f65@eqs>
Reply-To: "Bank" <kundenyvbgk@t-online.de>
From: "Bank" <kundenyvbgk@t-online.de>
To: "Administrator" <1026-done@bugs.guug.de>
Subject: Ihr Telefon Anruf
Date: Sun, 16 Nov 2003 16:12:28 -0900
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_187_9998_23BA57A3.53F6BB0B"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-Spam-Status: No, hits=4.2 required=5.0
	tests=BAYES_60,FRONTPAGE,HTML_60_70,HTML_FONT_COLOR_BLUE,
	      HTML_FONT_COLOR_RED,HTML_SHOUTING3,HTML_WITH_BGCOLOR,
	      NORMAL_HTTP_TO_IP
	version=2.55
X-Spam-Level: ****
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)

This is a multi-part message in MIME format.



[Attachment #3 (text/html)]

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Schöne Grüße von Lucky Casino</title>
</head>

<body bgcolor="#000000" topmargin="0" leftmargin="0">

<div align="center">
  <center>
  <table border="0" width="72%" bgcolor="#000000">
    <tr>
      <td width="100%" align="center" bgcolor="#000000">
        <p align="left"><img src="http://www.elucky-casino.com/logo_3.jpg" \
width="210" height="136"><img src="http://www.elucky-casino.com/logo.gif" align="top" \
border="0" width="150" height="106"><img \
src="http://www.elucky-casino.com/header2.jpg" align="top" width="372" \
height="97"></td>  </tr>
    <tr>
      <td width="100%" align="center" bgcolor="#FFFFCC">

<p class="MsoNormal">&nbsp;</p>

<p class="MsoNormal"><font color="#000000"><span style="mso-bidi-font-size: 12.0pt; \
font-family: Arial"><font size="3"><b>Schöne Grüße von Lucky Casino, dem führenden \
Casino im Internet. <o:p>
</o:p>
</b></font>
</span><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial">
<o:p>
</o:p>
</span></font></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000">Wir haben für Sie ein Geschenk im Wert von
</font><b><font color="#FF0000"> 35 Euro</font></b><font color="#000000">  ( 70
DM ) in
Spielchips reserviert.&nbsp;</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000"> Einfach auf unserer Webseite <b> \
kostenlos</b> abholen.  </font><a target="_blank" \
href="http://www.elucky-casino.com"><font \
color="#0000FF">http://www.elucky-casino.com</font></a></span><font \
color="#000000"><span \
style="font-size:10.0pt;font-family:Arial"><o:p></span></font><span \
style="font-size:10.0pt;mso-bidi-font-size:12.0pt; font-family:Arial"><font \
color="#000000"></o:p>  </font></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000">Sie können somit einfach mal unser \
Online-Casino </font><font color="#FF0000"><b> kostenlos</b></font><font \
color="#000000"> kennen lernen. <o:p></font></span></p>
<p class="MsoNormal"><b><font color="#000000"><span style="font-size: 10.0pt; \
mso-bidi-font-size: 12.0pt; font-family: Arial">!! </span></font><span \
style="font-size:10.0pt;mso-bidi-font-size:12.0pt; font-family:Arial"><font \
color="#000000">Ohne selbst </font><font color="#FF0000">echtes</font><font \
color="#000000"> Geld einsetzen zu müssen !!</font></span></b></p>
<div align="center">
  <center>
  <table border="0" width="82%">
    <tr>
      <td width="100%" align="center">
        <p align="center">*********************************************************************</td>
  </tr>
    <tr>
      <td width="100%" align="center">
        <p class="MsoNormal" align="center"><span \
                style="font-size:10.0pt;font-family:Arial"><b>Als
        erstmaliger Spieler können Sie praktisch nur <font \
                color="#FF0000">echtes</font>
        Geld gewinnen !<span style="mso-spacerun: yes">&nbsp; </span>Wie ? <o:p>
        </o:p>
        </b></span></p>
        <p align="center"><span \
style="font-size:10.0pt;font-family:Arial;mso-fareast-font-family:&quot;Times New \
Roman&quot;; mso-ansi-language:DE;mso-fareast-language:DE;mso-bidi-language:AR-SA"><b>Es \
                ist
        ganz einfach. Wir <font color="#FF0000">schenken</font> allen neuen
        Spielern 35 Euro ( 70 DM ) in Spielchips.</b></span></td>
    </tr>
    <tr>
      <td width="100%" \
align="center">*********************************************************************</td>
  </tr>
  </table>
  </center>
</div>
<p class="MsoNormal"><font color="#000000"><span \
style="font-size:10.0pt;font-family:Arial">Sie brauchen nur auf unsere Webseite gehen \
</span><span style="font-size:10.0pt;mso-bidi-font-size: \
12.0pt;font-family:Arial">und das Casino starten. Fertig :-) </span><span \
style="mso-spacerun: yes">&nbsp;</span></font></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><a target="_blank" href="http://www.elucky-casino.com"><font \
color="#0000FF">http://www.elucky-casino.com</font></a></span><font \
color="#000000"><span style="font-size:10.0pt;font-family:Arial"><a target="_blank" \
href="http://208.187.160.50/1663/"><o:p> </a>
</span></font></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial"><font \
color="#000000">Auf Ihrem Casinokonto werden sofort 35 Euro ( 70 DM ) gutgeschrieben. \
Das Geld, das Sie gewinnen,<br> dürfen Sie selbstverständlich behalten. Sollten Sie \
verlieren, ist es auf Kosten des Casinos.<o:p>
</o:p>
<o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><b><font color="#000000"><font size="2"><span \
style="font-family: Arial">!! </span></font><font size="2"><span style="font-family: \
Arial">Sie gehen </span></font> </font><font size="2"><span style="font-family: \
Arial"><font color="#FF0000"> kein Risiko</font><font color="#000000"> ein. Also \
worauf warten Sie noch ?</font></span></font><font size="2" color="#000000"><span \
                style="font-family: Arial">
!!</span></font></b></p>
<div align="center">
  <center>
  <table border="0" width="82%">
    <tr>
      <td width="100%">
        <p align="center"><span style="font-size:10.0pt;font-family:Arial">Außerdem
haben Sie die Möglichkeit mit unseren Geschenk den aktuellen Casino Jackpot von
ca. <font color="#000000"><b>36.546 Euro</b></font> ( ca. 70.000 DM )<span \
style="mso-spacerun: yes">&nbsp; </span>zu knacken :-) <o:p>
        &nbsp;
</span></td>
    </tr>
  </table>
  </center>
</div>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000">Bei uns können Sie genau wie in Las Vegas im \
Casino spielen, sofort bares Geld gewinnen, und dass alles auf Ihrem Computer über \
das Internet. <o:p>
</o:p>
<o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000">Gewinne werden auf Ihrer Kreditkarte \
gutgeschrieben oder mittels Scheck innerhalb 24 Std. weltweit zugeschickt. <o:p>
</o:p>
<o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><a target="_blank" href="http://www.elucky-casino.com"><font \
color="#0000FF">http://www.elucky-casino.</font><font \
color="#000000"><o:p></font><font color="#0000FF">com</font></a></span></p> <div \
align="center">  <center>
  <table border="0" width="94%">
    <tr>
      <td width="100%">
        <p align="center">**********************************************************************************</td>
  </tr>
    <tr>
      <td width="100%">
        <p align="center"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><b><font color="#000000">!! Noch mal zur Erinnerung: Alle neuen \
Spieler erhalten </font><font color="#FF0000"> 35
Euro </font><font color="#000000">( 70 DM )</font><font color="#000000"> in Spiel \
Chips als </font><font color="#FF0000"> Geschenk</font><font color="#000000"> \
!<o:p>!&nbsp; </font>
        </b>
</span></td>
    </tr>
    <tr>
      <td width="100%">
        <p align="center">**********************************************************************************</td>
  </tr>
  </table>
  </center>
</div>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000">Sie können aber auch im Casino nur zum Spaß \
spielen. Wenn Sie nicht gerade Online sind. Oder wenn Sie vielleicht nur ein wenig \
üben wollen. <o:p>
</o:p>
<o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000">In einer faszinierenden Virtual Reality \
Umgebung können Sie mit anderen Spielern chatten, Freunde einladen und neue Freunde \
gewinnen. <o:p> </o:p>
<o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000">Erfahren Sie die Spannung des Spieles und
</font><font color="#FF0000"><b> gewinnen</b></font><font color="#000000"> Sie sofort
richtiges Geld auf Ihrem Computer.<span style="mso-spacerun: yes">&nbsp; </span><o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000"><b>!! Unsere Spiele sind alle komplett auf \
Deutsch !!<o:p> </o:p>
</b>
<o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><a target="_blank" href="http://www.elucky-casino.com"><font \
color="#0000FF">http://www.elucky-casino.</font><font \
color="#000000"><o:p></font><font color="#0000FF">com</font></a><font \
color="#000000"></o:p> </font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000">Was uns auszeichnet ist: Faires Spiel, \
Umfassende Sicherheit, Absolute Vertraulichkeit,<span style="mso-spacerun: \
yes">&nbsp; </span>24 Std.<span style="mso-spacerun: yes">&nbsp; </span>Auszahlungen, \
Unterstützung rund um die Uhr.<o:p> </o:p>
<o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000">Um viel Spaß mit anderen Leuten im Lucky \
Casino zu haben, besuchen Sie einfach mal unsere Webseite. Es wird ihnen bestimmt \
100% Spaß machen :-)<o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000"><o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><font color="#000000">mit freundlichen Grüßen, <o:p>
</o:p>
<o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span lang="IT" style="font-size:10.0pt;mso-bidi-font-size:
12.0pt;font-family:Arial;mso-ansi-language:IT"><font color="#000000">Ihr<span \
style="mso-spacerun: yes">&nbsp; </span>Lucky Casino Team<o:p>
</o:p>
<o:p>
</o:p>
</font>
</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial"><a target="_blank" href="http://www.elucky-casino.com"><font \
color="#0000FF">http://www.elucky-casino.com</font></a></span></p> <p \
class="MsoBodyText">&nbsp;</p> <p class="MsoBodyText">&nbsp;</p>
<p class="MsoBodyText"><span \
style="font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial"><font \
color="#000000">------------------------------------------------------------------------------------------------------------<br>
 Sie haben diesen Newsletter bekommen. Weil Sie oder ein anderer bei Lucky Casino
ihre Email Adresse registriert hat. Wenn Sie den Newsletter nicht mehr haben
wollen. </font> Dann schicken Sie uns bitte eine Email an <a \
href="mailto:abmelden@elucky-casino.com">abmelden@elucky-casino.com</a> <font \
                color="#000000"> <br>
-----------------------------------------------------------------------------------------------------------</font></span></p>
  <p>&nbsp;</td>
    </tr>
    <tr>
      <td width="100%">&nbsp;</td>
    </tr>
  </table>
  </center>
</div>

</body>

</html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic