> > The meaning of "q" is context dependent.
>
> Or you could just remap 'q' to Quit. Or use 'Q'.
What about CTRL-C...? Seems to work everywhere...
KEN
--
Kenneth J. Pronovici <[EMAIL PROTECTED]>
Personal Homepage: http://www.skyjammer.com/~pronovic/
"They that can give up essential liberty
> I'd have to figure out how to patch a source deb and rebuild it. I've
> never done that before, but..
Shouldn't be too big of a deal...something like:
apt-get source mutt
cd mutt*
dpkg-buildpackage -uc -b -d
dpkg --install mutt*.deb
...assuming the patches apply cleanly to the
> Also grepm (http://www.barsnick.net/sw/grepm.html) which interfaces
> grepmail with mutt.
Anyone have an alternate URL for this, or maybe just a tarball that you
could drop in an email to me? I don't seem to be able to get to this site
from either home or work.
Thanks...!
KEN
--
Kenneth J.
> I'm not familiar with the <( construct. What shell are you using?
Probably means < $(...) for the equivalent of > `...` in kshell...
KEN
msg21468/pgp0.pgp
Description: PGP signature
> I'm not quite sure if Kenneth is right.
>
> For a reference on the <( ... ) construct of the bash shell, enter
> this in a shell if you have the stand-alone `info' viewer installed:
>
> $ info --index-search="process substitution" bash
>
> In Emacs, type "C-h m bash i process substitution ".
> I know how to set colors in the pager while reading email, but where do
> you set colors for the editor (vim in my case)?
You use a Vim syntax file, i.e.
:set ft=mail
(just like how Vim highlights C or Perl code, it can also highlight
arbitrary patterns like emails).
Write me offline i
In my muttrc, I have
set index_format="%4C %Z %{%b %d} %-15.15L (%4l) %s"
The index for my $MAIL folder works fine. However, in the inbox folders
that I use for each of the mailing lists I subscribe to (i.e. where procmail
sorts the mail to), the format doesn't seem to be obeyed. The main
> sorts the mail to), the format doesn't seem to be obeyed. The main
> thing that's frustrating is that I don't see the %Z message info (like
> T for thread, etc.).
I think after digging around in /usr/doc/mutt, some more, I need to
modify my question... I think that probably, %Z is working, it
> Do you have the line
>
> set to_chars=" +TCF"
>
> in your .muttrc?
>
> [nothing]= not to you
> + = To you
> T = CC you
> F = From you
>
> hope this helps
I didn't, and yes (duh) it explains why I didn't see "T" in my mail list
folders (none of the messages were to me). I'll make thi
> Seems my foot was only half-way in... ;-) (see my previous post)
>
> I think I shall spend the next few hours Reading The Friendly Manual!
Yeah, don't feel bad. I'll join you.
KEN
--
Kenneth J. Pronovici <[EMAIL PROTECTED]>
Personal Homepage: http://www.skyjammer.com/~pronovic/
"They that
I thought I remembered seeing something about this in the list over the
last month, but I can't find it in the archives. Can someone tell me
how I can save an entire thread from my inbox to a different folder?
I thought I would just be able to tag the thread and save the tagged
messages, but I ca
> http://mutt.org/doc/manual/manual-6.html
>
> tag-thread ESC t tag/untag all messages in the current thread
> tag-prefix ; apply next command to tagged entries
Thanks, both of you. Had tag-prefix remapped and didn't realize it. That's
exactly what I needed.
KEN
--
Kenneth J. Pr
> what common editors (if any) support format=flowed? i'd be interested in
> setting 'text_flowed', but i'm betting vim doesn't do this correctly by
> default.
>
> anyone have a vim configuration that will do this?
Are you just looking for a way to have vim break lines at some
particular page wi
> Feedback is an important element of any user interface, GUI or
> text-based, UNIX or not.
Ok... so I'd have to agree... but why can't you just wrap aspell in a
script of your own, i.e.
> vi muttspell.sh
#!/bin/sh
aspell $*
echo "Aspell completed with return ($?)"
then,
> vi .
> then,
>
>> vi .muttrc
>
>ispell=muttspell.sh
>
> It seems like this would probably do what you want, right?
Ok, I get it. Errors and output disappear so fast that you can't
really see them, which I hadn't noticed before. Doing what I suggested
above would at least let you see th
> I was just reading about grepmail and was led to a wrapper for it
> specifically for mutt called grepm. Sounds like something that might be
> neat. After installing the software, how do I implement it in mutt?
> thanks.
I'm coming into this thread a little late, but if you have Python
availa
I generally want to sort my folders by thread/date, so I use this:
folder-hook "." set sort=threads
folder-hook "." set sort_aux=date-received
However, I have a folder called "debian-general", into which I have
procmail place everything from a few different Debian mailing lists.
In this fold
> > > I guess what I'm looking for is a way to sort by thread/subject/date
> > > rather than just thread/subject. It doesn't look like I can use sort
> > > and sort_aux to do this. Anyone have a suggestion for some other way to
> > > accomplish this (other than just using procmail to put these t
> I think a fixed maximum number would be easier to handle the question
> is just _which_ number this should be. Imagine a mixture of your and
> my scenery ... this could result in something like:
> sort=thread
> sort_aux=score
> sort_aux2=subject
> sort_aux3=date
>
> or
>
> sort=thread/score/s
> Aside from the (IMHO good) sense of the multiple sort fields just one
> comment to the original poster. Even if implemented, I think your
> problem wouldn't be solved.
>
> When sorting by "thread/subject/date" the subject has to be the same for
> sub-sorting by date. But in your case the subje
> threads=forward
> threads=reverse
> or
> threads=off
>
> and then sort and sort_aux are what's used for secondary and tertiary
> sorting, or primary and secondary if threads=off. Make sense to people?
I agree, and that would work for me.
KEN
msg24242/pgp0.pgp
Description: PGP signatur
> Ah, then she is messing something up. :) Outlook will complain, but
> it will do it. And it will quote properly if you set it to. Worked
> for me at my last job, where I had to use Outlook. Also make sure she
> is sending in plain text, and not that rich text crap.
As much as I'd like to b
22 matches
Mail list logo