Mike Leone ([EMAIL PROTECTED]) muttered:
> Hello. I seem to not be understanding something about viewing HTML email in
> mut.
Hm right. Your mixing things up.
> I have these entries in my muttrc:
>
> set mailcap_path = ~/.mutt/.mailcap:/etc/mailcap
>
> And my ~/.mutt/.mailcap has
Forgot my setup :)
alternative_order text/plain text/enriched text/html
auto_view text/html
set mailcap_path="/etc/mailcap:/usr/local/etc/mailcap"
/usr/local/etc/mailcap:
# this is used when (v)iewing the html - browsable links
text/html; w3m -v -F -T text/html %s
# this is the auto_view entry -
I have this perl program to write folder hooks so I can return to
the same place in the mailboxes screen from the index screen,
instead of always to the first line:
#!/usr/bin/perl
use strict;
my @mailboxes = glob("Mail/*");
foreach my $mailbox ( @mailboxes )
On Sat, Oct 19, 2002 at 10:17:26PM +0800, Greg Matheson wrote:
> I source it in /etc/Muttrc with this line:
>
> source /etc/mutt/indexhooks.pl|/
>
> to put output into Muttrc, following the direction in the manual,
>
> If the filename ends with a vertical bar (|), then filename is
>
"All mail clients suck. This one just sucks less." :-)
I'm new to the list and wanted to say "Hi!" to everybody.
I'm also new to mutt, vim and even Linux.
Previously I used to handle all my mail under Windows.
The program of my choice was The Bat! - IMHO the best mail client
for Windows. OK. Enou
On Sat, Oct 19, 2002 at 09:29:37PM +0200, Jacek Wojaczynski wrote:
> Headers to hide:
>
> !X-Mime
> !X-MSMail
> !X-Priority
> !X-Complaints
>
> So I could see all important to me X-headers and hide those stupid
> ones...
>
> Possible in mutt?
Of course, and even better:
ignore *
unignore date
* Jacek Wojaczynski <[EMAIL PROTECTED]> [2002-10-19 21:29:37 +0200]:
> "All mail clients suck. This one just sucks less." :-)
>
> I'm new to the list and wanted to say "Hi!" to everybody.
>
Me too. Imagine my consternation when the *first* message I see says
Mutt sucks.
>
> 1. Displaying of X-
* Jacek Wojaczynski:
> 3. In The Bat! I had a filter which colored all replies to my mails.
> It based on References: header and my unique Message-ID.
> Possible in mutt?
you can use patterns for 'color index', refer to man muttrc for details
on that.
> 7. C - copies messages to a different fol
On Sat, Oct 19, 2002 at 23:02:15 +0200, Ralf Hildebrandt wrote:
> On Sat, Oct 19, 2002 at 09:29:37PM +0200, Jacek Wojaczynski wrote:
> > 3. In The Bat! I had a filter which colored all replies to my mails.
> > It based on References: header and my unique Message-ID.
> > Possible in mutt?
>
> Dunno
Jacek Wojaczynski wrote:
> 4. Folders - it really sucks! I even cannot see how many read/unread
> messages there are in a particular folder if I don't enter it...
Sounds like you haven't listed your mailboxes in .muttrc:
mailboxes !
mailboxes =mutt =procmail-user =linux-kernel =vim-user
mailboxe
Hi Jacek,
* Jacek Wojaczynski <[EMAIL PROTECTED]> [19. Okt. 2002]:
[...]
> 3. In The Bat! I had a filter which colored all replies to my mails.
> It based on References: header and my unique Message-ID.
> Possible in mutt?
color index default color7 '~h
"^references:[[:blank:]].*pit.id-43118.user
On Sat, 19 Oct 2002, Ralf Hildebrandt wrote:
> On Sat, Oct 19, 2002 at 09:29:37PM +0200, Jacek Wojaczynski
> wrote:
>
> > 3. In The Bat! I had a filter which colored all replies to
> > my mails. It based on References: header and my unique
> > Message-ID. Possible in mutt?
>
> Dunno. Probably.
12 matches
Mail list logo