I missed.
>
> send-hook fred "set signature=~/.signature-fred"
> send-hook ethel "set signature=~/.signature-ethel"
> send-hook lucy "set signature=~/.signature-lucy"
> send-hook ricky "set signature=~/.signature-ricardo"
> #send-hook * "set signature=~/.signature"
So put this last one first.
--
Jim Toth
[EMAIL PROTECTED]
mark_old = no
> BTW: is it possible to see in the index if there are marked messages
> ("!" flag) in a mailbox?
I don't think so.
--
Jim Toth
[EMAIL PROTECTED]
ot;
Warning; not tested, and IANAPG[1].
That way, when you hit , mutt will substitute whatever you put
in the Reply-To: field.
[1] I am not a procmail guru
--
Jim Toth
[EMAIL PROTECTED]
"And remember, Abraham Lincoln did not die in vain. He died in
Washington, DC." --The Firesign Theatre
h the N
> flag?
color index ~N
should do it.
--
Jim Toth
[EMAIL PROTECTED]
/
(which prepends the given directory name to the suggested file name).
So if you wanted to save the files to, say, the directory
~/mutt/RTFM
you would change the the macro above to
macro attach s S^A~/mutt/RTFM/
--
Jim Toth
[EMAIL PROTECTED]
Replace what obviously needs to be replaced, and
of course you can exclude as much as you like by adding additional
! -name ""
parts, and of course even exclude wildcard expressions, and do regular
expression excluding with ! -regex
HTH
--
Jim Toth
[EMAIL PROTECTED]
"Abra
On Tue, Apr 04, 2000 at 12:54:03PM -0400, Bennett Todd ([EMAIL PROTECTED])
said:
> 2000-04-04-12:37:56 Jim Toth:
> > Assuming you have gnu find:
> > mailboxes `find ~/Mail ! -name sent -type f -printf '%p ' | sed
> > 's?/home/jtoth/?=?g'`
>
> If
etely obvious that
> already provides this functionality; I've RTFM'd, RTFFAQ'd, and
> done some surfing -- either it's not there or my caffeine level
> is far below that required for cogent thought.
--
Jim Toth
[EMAIL PROTECTED]
;re
talking about here--where mail goes.
% nslookup -type=MX mutt.org
mutt.orgpreference = 30, mail exchanger = turing.cs.hmc.edu
mutt.orgpreference = 10, mail exchanger = ns.gbnet.net
mutt.orgpreference = 20, mail exchanger = ford.gbnet.org
[...]
> a ping
d
read mail from +fred to go to +barney, you'd specify
mbox-hook 'fred' '+barney'
So what you probably want is more like:
set mbox=+inbox
save-hook '~h ^From.*palleria' +Friends/vito
save-hook '~h ^From.*colosimo' +Friends/franco
(You can drop the .* at
o the docs, I don't use the auto-move feature
> myself...)
This'll teach me to try to read the docs and reply about a feature I
don't use (mainly because it doesn't exist) before I'm awake. :-)
> --
[...]
> The facts, although interesting, are irrelevant.
Yeah, th
On Mon, May 01, 2000 at 05:57:58AM -0400, Jim Toth ([EMAIL PROTECTED]) said:
>
> Your best bet for getting this to work might be something like
>
> set mbox='|formail -s procmail .mutt-procmailrc'
>
> where .mutt-procmailrc has recipes detailing where each message
On Mon, May 01, 2000 at 10:11:39AM -0500, [EMAIL PROTECTED] said:
> Forget it, sorry. I had vim configured, when I am using vi.
If you were trying to use gvim (and want to), try
set editor="gvim -f"
--
Jim Toth
[EMAIL PROTECTED]
too much,
> or am I just doing something wrong?
Lynx doesn't see .html on the end and assumes it must be text. Try
changing it to:
text/html; /usr/bin/lynx -force_html %s
--
Jim Toth
[EMAIL PROTECTED]
"Abraham Lincoln did not die in vain. He died in Washington, DC."
--The Firesign Theatre
recipe to fix this.
Or you could convince the people sending this to fix their MUA.
Or perhaps the horse will learn to sing.
--
Jim Toth
[EMAIL PROTECTED]
lthough I
don't know if it works on 0.95 (which you seem to be using).
In fact, I think I do something like this somewhere...
--
Jim Toth
[EMAIL PROTECTED]
different strings, to no affect
> so far. Am I on the right track?
I believe "alternates" is the variable you're looking for. "from"
would also be useful.
--
Jim Toth
[EMAIL PROTECTED]
"Since the advent of the ILOVEYOU worm, I will never again trust
e-mail sent in a Manila envelope." -- John Coughlin
asically, the
variable (with documentation) would go in init.h. It also tells you
to subscribe to mutt-dev to ask about such things.
I'm hoping I get to play with the code at some point reasonably soon,
but I've been telling myself that for over a year now...
--
Jim Toth
[EMAIL PROTECTED]
ias
with #@skytel.com as the address (or rather, whatever it really
is), and the name as "Buddy's Pager", the name will be displayed as
you want.
At least, this is what I do for that sort of thing.
--
Jim Toth
[EMAIL PROTECTED]
you don't
want the same Reply-to: normally.
so
mutt -s "Some subject" [EMAIL PROTECTED] < automatic_message
with whatever it is you specify to get the different muttrc, if needed.
--
Jim Toth
[EMAIL PROTECTED]
e this situation and then either
> alert me about it or take some default action (ie. use the
> [EMAIL PROTECTED] address by default)?
I think reverse_name is what you're looking for. You might have to
set alternates also.
--
Jim Toth
[EMAIL PROTECTED]
{bignachos.com}INBOX.mbox
or some such?
If you can change to it, what do you have the move variable set to?
It sounds like you're expecting it to be set to ask-no.
--
Jim Toth
[EMAIL PROTECTED]
om the
> size of the individual mails.
In the mailbox. They aren't stored as separate files unless you
explicitly save them elsewhere.
--
Jim Toth
[EMAIL PROTECTED]
would be deleted.
> Unfortunately, this seems to be no longer the case with Mutt 1.3.18. :(
>
> Is there an option to get the old behaviour?
I believe this is a known bug which is fixed in CVS.
--
Jim Toth
[EMAIL PROTECTED]
or that ? Google resturns nothing helpful..
I have
set ispell="/usr/local/bin/aspell --mode=email check"
It's always worked for me. Worked on this message (although it didn't
like your last name for some reason--recommended "Pranks" as the first
possibility.)
--
Jim Toth
[EMAIL PROTECTED]
fined (aliases,
send-hooks, etc.)
--
Jim Toth
[EMAIL PROTECTED]
nd >>> lines display as 'normal'
> text.
>
[snip color configuration]
> (all the other colors work) /usr/local/src/mutt-1.2.5 and I compiled
> with make && make install
What's your quote_regexp set to?
--
Jim Toth
[EMAIL PROTECTED]
On Wed, Jun 13, 2001 at 10:13:02PM -0700, Igor Pruchanskiy
([EMAIL PROTECTED]) said:
> On Tue 12 Jun 2001, Jim Toth wrote:
> > I have
> >
> > set ispell="/usr/local/bin/aspell --mode=email check"
>
> For some reason misspelled words are not highlighted. Do
something like this
and having it not work because mutt wouldn't run if it wasn't attached
to a terminal. But that can probably be worked around using screen or
something similar that can run detached (but shouldn't need to be
worked around, IMHO).
--
Jim Toth
[EMAIL PROTECTED]
DISPLAY set in your environment?
--
Jim Toth
[EMAIL PROTECTED]
(oops, meant to send this to the list--sorry about the double copy)
On Mon, Jun 18, 2001 at 01:52:40PM -0400, Brian Hechinger ([EMAIL PROTECTED]) said:
> On Mon, Jun 18, 2001 at 01:31:12PM -0400, Jim Toth wrote:
> >
> > What is your editor set to in mutt?
>
> vim.
>
iso-8859-1, 2.2K]
> > > A 2 flu5xben_pentium4_01.xls [applica/vnd.ms-exc, base64, 25K]
> > >
> >
> > Could it be that you have an auto_view setting for
> > 'application/vnd.ms...' and mutt is trying to invoke the app for
> > viewing the
just the list).
[1] Actually, I guess they must be, otherwise MFT: would have had your
address, too.
--
Jim Toth
[EMAIL PROTECTED]
On Mon, Jul 30, 2001 at 09:45:55AM -0400, Jim Toth ([EMAIL PROTECTED])
said:
[snip]
> * ^From.*mutt-users
> {
> :0 fw
> |formail -i Mail-Followup-To:
>
> :0:
> mutt-users
> }
>
> Tested:
[...]
I should mention here, I suppose, that the procmail fragm
=test -n "$DISPLAY"
> application/pdf; /usr/bin/X11/gv '%s'; test=test -n "$DISPLAY"
> text/html; /usr/bin/html2text '%s'; copiousoutput; description=HTML Text
Well, maybe not.
I'd try commenting out that gnome-help-browser line, anyway.
--
Jim Toth
[EMAIL PROTECTED]
cape -remote 'openURL(%s)'; test=RunningNetscape
> # Wenn Netscape nicht läuft, aber X läuft, starte Netscape, um das
> # Objekt anzuzeigen
> text/html; netscape %s; test=RunningX
--
Jim Toth
[EMAIL PROTECTED]
"set noresolve;d;set resolve" "Delete then go to next new msg"
(untested)
I usually, before reading new messages, limit to new messages with the
~N tag (see patterns in the mutt manual).
--
Jim Toth
[EMAIL PROTECTED]
"Since the advent of the ILOVEYOU worm, I will never again trust
e-mail sent in a Manila envelope." -- John Coughlin
sending to them and a
set pgp_traditional=no
(setting it to how it should be) afterwards.
And mock them for not implementing the standard. :-)
--
Jim Toth
[EMAIL PROTECTED]
I brake for hallucinations
38 matches
Mail list logo