Re: signature send-hook problem

2000-03-09 Thread Jim Toth
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]

Re: keeping "new" flag

2000-03-27 Thread Jim Toth
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]

Re: changing To: in a reply

2000-03-27 Thread Jim Toth
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

Re: Mutt colors

2000-04-01 Thread Jim Toth
h the N > flag? color index ~N should do it. -- Jim Toth [EMAIL PROTECTED]

Re: Specifiying directory to save attachments.

2000-04-01 Thread Jim Toth
/ (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]

Re: Mailboxes

2000-04-04 Thread Jim Toth
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

Re: Mailboxes

2000-04-04 Thread Jim Toth
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

Re: wish: ~n in "limit" menu

2000-04-12 Thread Jim Toth
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: 2 mutt-users lists ?!?!?!

2000-04-25 Thread Jim Toth
;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

Re: problems with mbox-hook

2000-05-01 Thread Jim Toth
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

Re: problems with mbox-hook

2000-05-01 Thread Jim Toth
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

Re: problems with mbox-hook

2000-05-01 Thread Jim Toth
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

Re: Abort unmodified message

2000-05-02 Thread Jim Toth
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]

Re: viewing html emails in mutt

2000-05-02 Thread Jim Toth
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

Re: HTML-attachments seen as octet-stream despite of mailcap

2000-10-31 Thread Jim Toth
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]

Re: Matching the '^From ' line (using mbox format)

2000-11-08 Thread Jim Toth
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]

Re: Why doesn't mutt know me anymore?

2000-11-15 Thread Jim Toth
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

Re: `ask-send' variable?

2000-12-07 Thread Jim Toth
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]

Re: Stupid (maybe) question

2001-01-11 Thread Jim Toth
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]

Re: Including Reply-To address when invoking mutt from a shell script

2001-03-27 Thread Jim Toth
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]

Re: Reply From

2001-04-02 Thread Jim Toth
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]

Re: Saving read messages to mbox over IMAP

2001-04-30 Thread Jim Toth
{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]

Re: removing the attachments from the mailboxes

2001-05-21 Thread Jim Toth
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]

Re: Generating a References header when replying

2001-05-26 Thread Jim Toth
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]

Re: aspell

2001-06-12 Thread Jim Toth
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]

Re: Re-read muttrc?

2001-06-13 Thread Jim Toth
fined (aliases, send-hooks, etc.) -- Jim Toth [EMAIL PROTECTED]

Re: mutt syntax highlighting

2001-06-14 Thread Jim Toth
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]

Re: aspell

2001-06-14 Thread Jim Toth
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

Re: filtering Mail when using imap with mutt

2001-06-14 Thread Jim Toth
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]

Re: Mutt hangs on Subject

2001-06-18 Thread Jim Toth
DISPLAY set in your environment? -- Jim Toth [EMAIL PROTECTED]

Re: Mutt hangs on Subject

2001-06-18 Thread Jim Toth
(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. >

Re: speed problem

2001-06-20 Thread Jim Toth
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

Re: List mail - replying across the board? not good.

2001-07-30 Thread Jim Toth
just the list). [1] Actually, I guess they must be, otherwise MFT: would have had your address, too. -- Jim Toth [EMAIL PROTECTED]

Re: List mail - replying across the board? not good.

2001-07-30 Thread Jim Toth
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

Re: mailcap aggravation

2001-07-30 Thread Jim Toth
=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]

Re: mailcap aggravation

2001-07-30 Thread Jim Toth
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]

Re: My first macro..not quite doing what I want

2001-09-11 Thread Jim Toth
"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

Re: [notify@networksolutions.com: [NIC-011017.2f17] NOTIFY CC554-ORG]

2001-10-19 Thread Jim Toth
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