Updating screen when new mail arrives on samba share

2002-09-30 Thread Joel Hammer
I run mutt (Mutt 1.2.5i (2000-07-28)) on machine A but my mailbox is on machine B. I share the mail directory on machine B via samba to machine A. (I know, using samba to talk between two linux boxes seems odd, but, samba is necessary for the windows boxes so I use it for everyone.) Sitting at

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 Joel Hammer
undoes the undos. If you don't use vi, you are missing 1/2 the benefit of linux! Joel On Sun, May 12, 2002 at 08:31:11PM +0700, Brian Durant wrote: On Sunday 12 May 2002 20:17, Joel Hammer wrote: - I don't know what is causing this error. I just cut and pasted your script - into vi and it saved

Re: Anybody using xclip successfully?

2002-05-12 Thread Joel Hammer
, but that problem is really bad because it messes up the mutt pager window. I could add a 2 /dev/null, but I'd rather understand what's happening. Any help is appreciated! Ciao, Marco Fioretti On Sun, May 12, 2002 08:55:54 at 08:55:54AM -0400, Joel Hammer wrote: Opps

Re: sent mails

2002-04-24 Thread Joel Hammer
This seems to work for me in my .muttrc file. fcc-hook . ~/Mail/sent-mail Joel On Wed, Apr 24, 2002 at 11:08:57PM +0200, Peter Hennicke wrote: Hello, how can I tell mutt to keep the sent mails? When the mail is sent, it is gone - for ever:( Unfortunately I can't see what I sent to somebody

Re: limit to subjects with only CAPITALS

2002-04-17 Thread Joel Hammer
Have you tried this pattern? [^a-z] Joel On Thu, Apr 18, 2002 at 04:14:18AM +0200, Sven Guckes wrote: How do you limit to subjects in CAPS only, ie containing not a single lowercase letter? caveat: the subjects may have other characters - but all the letters are uppercase. note: a

Re: /var/spool/mail/.... is not a mailbox

2002-04-14 Thread Joel Hammer
What do you get with: file /var/spool/mail/user I get: /var/spool/mail/jlh: mail text Joel On Sun, Apr 14, 2002 at 08:45:06PM -0300, skidley wrote: When I started mutt after a new install I get /var/spool/mail/myusername is not a mailbox. I've never seen such a thing. So I ran fetchmail and it

Re: /var/spool/mail/.... is not a mailbox

2002-04-14 Thread Joel Hammer
I can duplicate your problem if I put some garbage like as the first line of my mail box file. That is, file reports a mail box but mutt complains it is not. Joel On Sun, Apr 14, 2002 at 09:17:23PM -0300, skidley wrote: Joel Hammer wrote: What do you get with: file /var/spool/mail/user

Re: Command line send

2002-04-10 Thread Joel Hammer
Yes. mutt does the same thing. I believe that mutt even has an extra command line option or two. read: man mutt man mail Joel On Tue, Apr 09, 2002 at 09:33:02PM -0400, Carl Stehman wrote: Does Mutt have a command line option to send an e-mail message directly from the command line like cat

Re: Opening html links in text mail

2002-03-14 Thread Joel Hammer
, 2002 at 10:09:09PM -0500, Joel Hammer wrote: Is there a way to run a shell script which would automatically read in the current contents of the clipboard, thus avoiding the need for the mouse click? I used to have a program that did this on an earlier version of HP-UX, so

Re: Opening html links in text mail

2002-03-14 Thread Joel Hammer
This really is way cool. With KDE, I just dragged the script file onto my bottom panel. Now, I just highlight the link in mutt, hit the icon on the bottom panel, and netscape starts up, etc. Linux is an acquired taste. Joel On Thu, Mar 14, 2002 at 06:53:17PM -0500, Joel Hammer wrote: Yes

Opening html links in text mail

2002-03-13 Thread Joel Hammer
I use mutt, linux, and kde. One of the problems I have had with mutt is opening links to internet sites in my email. I used to highlight and copy the address into the browser (netscape). But, this seems a bit clumsy. It was clumsy, in fact. So, I have a better way now. I thought I would pass this

Re: Opening html links in text mail

2002-03-13 Thread Joel Hammer
wrote: Hallo, On Wed, Mar 13, 2002 at 10:09:09:PM -0500 Joel Hammer wrote: One of the problems I have had with mutt is opening links to internet sites in my email. Hmm, I use 'UrlView' which is much more flexible, usable and also extensible. Regards, Rocco -- BOFH excuse #351

Re: orange editor

2002-03-11 Thread Joel Hammer
Those commands work fine here. No orange stuff. Maybe try: df. or cf; On Mon, Mar 11, 2002 at 12:09:48PM +0100, Todd Kokoszka wrote: Hi, I happily use vi as my editor with mutt. However, when I started using commands like d/. or c/; and the +like (changing or deleting a line until a

Displaying all mail after a limit command

2002-03-10 Thread Joel Hammer
After I used the limit command (l) to find certain emails, I am at a lost for going back to my original view of all the mail. I suppose I could open up the mailbox again, but that seems wrong. Any insight appreciated, Joel

Re: Problems sending large attachments

2002-03-08 Thread Joel Hammer
I don't use a modem anymore, but: It seems very unlikely that this is a limitation of linux. You would not be the first one to notice this problem. Does this happen with ftp? What is the error message you are getting? Maybe your ISP doesn't like what your linux modem driver is doing. This link

Re: HTML mail

2002-03-07 Thread Joel Hammer
Have you just tried pressing v from the main page before you open up the letter? Joel On Thu, Mar 07, 2002 at 10:23:42AM -0800, Michael Montagne wrote: How do folks handle HTML mail. If I receive an attached HTML file (and HTML email, I think), autoview will decode it and I'll see it in the

Controlling headers displayed in vi pager

2002-03-06 Thread Joel Hammer
Since going to vi as my pager, I don't see all the headers I used to be able to see with the builtin pager. Is there a way to force mutt to show me all the headers in my vi pager? Joel

Re: avoid dangerous mappings!

2002-03-06 Thread Joel Hammer
Well, I still find a single stroke command to exit the vi as a pager quite useful. I could have a separate .vimrc for the vi as pager; however, I am trying to maintain a single set of commands for using vi (vim). So, maybe this will suffice for a quick exit: map Z :w! /tmp/vi-backup :q! Joel

Re: external page: vi

2002-03-05 Thread Joel Hammer
Well, I switched to vi (vim, actually) as the For page a vi junkie, this is really much better (And, for a person who doesn't really understand how to use mutt right) I though I would pass along some helpful points in case anyone else wants to do this To start vi, I use the following set pager

Re: unable to send mails....

2002-03-05 Thread Joel Hammer
I am confused too, but: My linux box uses sendmail with mutt I don't know how to configure mutt to use another mail server! It looks like your mail relay machine can't figure out who 1921681130 is, which I assume is the machine sending the mail Do you have a static ip? Is there a DNS which ought

external page: vi

2002-03-03 Thread Joel Hammer
Is is possible and advantageous to use vi as an external pager? Joel

Re: external page: vi

2002-03-03 Thread Joel Hammer
and back. I've also got fmt and par going to reformat messy emails quickly. I guess I will try it and see if it makes things more pleasant. Thanks for the help. Joel On Sun, Mar 03, 2002 at 09:10:04PM -0500, Daniel Eisenbud wrote: On Sun, Mar 03, 2002 at 08:46:41PM -0500, Joel Hammer [EMAIL

Re: external page: vi

2002-03-03 Thread Joel Hammer
I suppose I could learn more about mutt and make the pager easier for me to use, but, I am trying to do the unix thing, and just learn to use a few basic tools well and solve diverse problems with them (The man with a hammer syndrome) I am working hard to improve my vi and sed skills right now It

Re: My Mutt Won't Bark

2002-03-02 Thread Joel Hammer
This might help I use several mail boxes and some useful aliases alias m1='mutt' alias m2='mutt -f ~/Mail/Caldera' alias m3='mutt -f ~/Mail/Discuss' alias m4='mutt -F ~/muttrc-vi' alias m5='mutt -F ~/muttrc-vi -f ~/Mail/linux_users' So, try mutt ~f ~/Mail/suse-linux It is not easy being a mutt

Re: unable to send mails....

2002-03-01 Thread Joel Hammer
Does this happen just with mutt? What do you see in your logs? (/var/log/mail) Joel On Fri, Mar 01, 2002 at 03:39:45PM +0530, Kanagesh wrote: Hi, I'm using Mutt to send and receive emails I am on a network, which is connected to the internet I am able to receive emails from both within

Re: How to avoid and handle looong lines

2002-02-26 Thread Joel Hammer
I never heard of gq before. On Mon, Feb 25, 2002 at 11:02:27PM -0500, parv wrote: in message [EMAIL PROTECTED], wrote Joel Hammer thusly... I don't have a mutt solution. You can just hit the reply button and get the letter in vim. Then, in the command mode, you can reformat it easily

Re: How to avoid and handle looong lines

2002-02-25 Thread Joel Hammer
I don't have a mutt solution. You can just hit the reply button and get the letter in vim. Then, in the command mode, you can reformat it easily with: !}fmt You can map this sequence to a key. I use g. This is very convenient. Joel On Mon, Feb 25, 2002 at 06:50:04PM -0900, Tim Johnson wrote:

Re: SMTP Authorization

2002-02-23 Thread Joel Hammer
I came in late to this conversation, but.. Have you tried just to telnet to your pop server and see what happens? For example, here is a typical transcript from a telnet session to my pop server. telnet netmail.home.com 110 Trying 24.0.95.143... Connected to femail.sdc1.sfba.home.com. Escape

Re: SMTP Authorization

2002-02-23 Thread Joel Hammer
Don't you want set pop_user=jerryvb? Joel On Sat, Feb 23, 2002 at 12:44:33PM -0800, Jerry Van Brimmer wrote: So what's wrong with my .muttrc file? How do I get this puppy working? # POP # set pop_user = [EMAIL PROTECTED]

Re: html email

2002-01-26 Thread Joel Hammer
I thought NT stands for New Technology. MS is always trying to make their customers forget about the last operating system. Joel Hr Well, as it is an NT dominated environment, anybody know what NT stands for? No Thoughts

Re: problems in sending mail Hi, I am having problem of sendmail outside my organisation. It doesn't return any error after sending mail but mails are not delivered at all. Is it the problem of sendmail ??. I am new to this and I am not able to figure oproblems in sending mails

2002-01-17 Thread Joel Hammer
The first place to look is /var/log/mail Joel On Thu, Jan 17, 2002 at 07:18:57PM +0530, Jyothi wrote: Hi, I am having problem of sending mail outside my organisation. It doesn't return any error after sending mail but mails are not delivered at all. Is it the problem of sendmail ??. I am

Re: problems in sending mail

2002-01-17 Thread Joel Hammer
. Joel Hammer wrote: The first place to look is /var/log/mail Joel On Thu, Jan 17, 2002 at 07:18:57PM +0530, Jyothi wrote: Hi, I am having problem of sending mail outside my organisation. It doesn't return any error after sending mail but mails are not delivered

Re: Using mutt in command line ..

2001-12-27 Thread Joel Hammer
Read man mutt. echo My message | mutt -s ImportantLetter -a Attachment [EMAIL PROTECTED] You can cat a file to mutt as well. Joel On Thu, Dec 27, 2001 at 09:32:05AM -0400, Ivan Castillo Escobar wrote: Hi! Somebody can tell me how to write the exact command to send a mail with an attachment

Re: Writing bullets/lists in vim

2001-12-27 Thread Joel Hammer
I am not sure how to do that just with vi but: Since you can easily pass your document through a unix command filter, you could just write your own sed command to do that for you and bind it to a key with map. eg. :1,5 !tr a-z A-Z makes line 1 to 5 uppercase. or :1,10 !sed s/^[a-z].*/ / Might

Re: Good vim configuration?

2001-12-25 Thread Joel Hammer
You can do anything you want to your docment with shell commands. eg. :1,5 !fmt will close up lines 1 to 5. or: !}fmt will do the same to the next paragraph break (blank line). info fmt will show you some options. You could write a very short script to do just want you want and bind it to a key.

Can't save read messages

2001-11-19 Thread Joel Hammer
Does anyone know why in some mailboxes I don't get an opportunity to save my read messags to an archive file on exiting the mailbox? Joel

World writable directory error with procmail

2001-08-23 Thread Joel Hammer
About two days ago procmail just stopped working. Here is the error I see in /var/log/mail: sendmail[5115]: RAA05114: forward /home/jlh/.forward: World writable directory I have read the sendmail book on .forward and permissions. Here are the permissions of the various involved files (jlh is

Re: World writable directory error with procmail: Solved

2001-08-23 Thread Joel Hammer
On Thu, Aug 23, 2001 at 06:44:44PM -0400, Joel Hammer wrote: On Thu, Aug 23, 2001 at 06:21:57PM -0400, Joel Hammer wrote: About two days ago procmail just stopped working. Here is the error I see in /var/log/mail: sendmail[5115]: RAA05114: forward /home/jlh/.forward: World writable

Re: procmail

2001-08-23 Thread Joel Hammer
On Sat, Aug 18, 2001 at 08:26:56PM +0200, Azzazel wrote: Hi, Does anybody use procmail for sorting incoming mail? proc won't sort messages (I've tired test explained on faq page). Or, maybe I shell use fetchmail for receiving messagess? I rediscovered one reason why procmail won't sort.

Re: Check a mailbox for new mail w/o using access time

2001-08-20 Thread Joel Hammer
I think that chattr +A will do want you want. Joel

Re: procmail

2001-08-18 Thread Joel Hammer
proc won't sort messages (I've tired test explained on faq page). Or, maybe I shell use fetchmail for receiving messagess? Do you have a .forward file in your home directory? [jlh@cc846558-a jlh]$ cat .forward |exec /usr/bin/procmail Then, do you have mistakes in your .procmailrc file.

test command in mailcap not recognizing %s

2001-07-27 Thread Joel Hammer
I don't know how to make mutt distinguish between pdf and word (doc) documents. They both show up as octet stream. So, I am trying to put a test command into my mailcap file to test which type of file is attached, doc or pdf. I am not having much luck, so I think I need some help. Here is my