Re: Shell script help for Mutt and script newbie.

2002-05-12 Thread Joel Hammer
I don't know what is causing this error. I just cut and pasted your script into vi and it saved without trouble. What command are you using to save the script? Have you tried to remove some offending trailing charcters (invisible) from the end of your file? For example, go to the end of your pf

Re: Shell script help for Mutt and script newbie.

2002-05-12 Thread Maximilian Szengel
On Sun, May 12, 2002 at 08:05:53PM +0700, Brian Durant wrote: Hi again, Hi, I am trying to write two, two line shell scripts in connection with Mutt, iSpell and newsbody, which is part of  spellutils-0.7. I would like to place them in /usr/local/bin. Try

Re: Shell script help for Mutt and script newbie.

2002-05-12 Thread Joel Hammer
That file name worked for me. To copy into vi, there are two ways. If you have your mouse working, just highlight the text with the mouse, go to vi, go into the insert mode, and right click or double click the stuff in. If no mouse, then, save your text to a file, go to vi: :r file If you are

Re: Shell script help for Mutt and script newbie (SOLVED).

2002-05-12 Thread Brian Durant
On Sunday 12 May 2002 20:45, Joel Hammer wrote: - That file name worked for me. - - To copy into vi, there are two ways. - - If you have your mouse working, just highlight the text with the mouse, - go to vi, go into the insert mode, and right click or double click the - stuff in. - - If no

index color wierdness

2002-05-12 Thread Mike Erickson
THE PROBLEM: When I open a folder, often the message just below my cursor will be orange. When I scroll down, they turn back to yellow (like all the other new messages), but when I scroll back up, every message I pass turns orange again. I have trimmed my index color settings to just those

Re: Anybody using xclip successfully?

2002-05-12 Thread Joel Hammer
I don't know which script you are referring to. If you pasted my script into start_browser.sh, why don't you send me start_browser.sh and I'll look at it and try running it on my box. And, you don't need to limit this shell to run just from mutt. I run this script from any application running in

Re: index color wierdness

2002-05-12 Thread Martin Karlsson
* Mike Erickson [EMAIL PROTECTED] [2002-05-12 11.53 -0700]: THE PROBLEM: When I open a folder, often the message just below my cursor will be orange. When I scroll down, they turn back to yellow (like all the other new messages), but when I scroll back up, every message I pass turns

Re: Anybody using xclip successfully?

2002-05-12 Thread Cameron Simpson
On 08:49 12 May 2002, Joel Hammer [EMAIL PROTECTED] wrote: | I use xclick, but not just with mutt. I have a netscape icon on my control | panel with the following executable property: | | /usr/local/bin/DisplayHTML | | The program DisplayHTML is as follows: | | #!/bin/bash | a=`ps ax | grep

How do I move a mail message from one folder to another?

2002-05-12 Thread s4565
Hi How can I move a message from one folder to another? Cheers Tony

Re: How do I move a mail message from one folder to another?

2002-05-12 Thread Patrick
* [EMAIL PROTECTED] [EMAIL PROTECTED] [05-12-02 20:07]: Hi How can I move a message from one folder to another? RTFM, it's in there more than one time. I would search for move, copy, save, etc. -- Patrick Shanahan Registered Linux User #207535 @ http://counter.li.org

Re: How do I move a mail message from one folder to another?

2002-05-12 Thread s4565
Hi How can I move a message from one folder to another? RTFM, it's in there more than one time. I would search for move, copy, save, etc. Is there a way to move a number of messages at once from one folder to another?

Re: How do I move a mail message from one folder to another?

2002-05-12 Thread Ken Weingold
On Mon, May 13, 2002, [EMAIL PROTECTED] wrote: Hi How can I move a message from one folder to another? RTFM, it's in there more than one time. I would search for move, copy, save, etc. Is there a way to move a number of messages at once from one folder to another? Tagging,

bind ^H to backward-char in editor

2002-05-12 Thread Jim Osborn
I want to use Control-H to move the cursor to the left in Mutt's line editor, as I have it in all my other tools. Since the default action for ^H in the editor is backspace, I tried bind editor \ch noop bind editor \ch backward-char to no avail---still get backspace, not backward-char. Then