Re: Extra line added on edit message

2000-12-29 Thread Abhay Ghaisas
Suresh Ramasubramanian [EMAIL PROTECTED] wrote -- Abhay Ghaisas proclaimed on mutt-users that: I think I misled you with the clean-up part. The script does not clean-up the mail-box by removing mails; I invoke it on individual mails to do clean-up like removing the pesky

Re: Extra line added on edit message

2000-12-29 Thread Conor Daly
exit 0 unless (defined($ARGV[0]) defined($ARGV[1])); Does perl use the usual convention of "argv[0]" is the name the script/program was called with or sometrhing different (The line above suggests different to me)? TIA -- Conor Daly [EMAIL PROTECTED] Domestic Sysadmin :-)

Re: Extra line added on edit message

2000-12-29 Thread Charles Curley
On Fri, Dec 29, 2000 at 10:42:11PM +, Conor Daly muttered: exit 0 unless (defined($ARGV[0]) defined($ARGV[1])); Does perl use the usual convention of "argv[0]" is the name the script/program was called with or sometrhing different (The line above suggests different to me)? Something

Re: Extra line added on edit message

2000-12-28 Thread Abhay Ghaisas
Suresh Ramasubramanian [EMAIL PROTECTED] wrote -- On Thursday 28 December 2000 11:34, Abhay Ghaisas wrote: [snip] piled up at the end of the message. Is this done with some reason or is it just a bug? Looks like a harmless feature to me :) Quite harmless when hand-editing the messages;

Re: Extra line added on edit message

2000-12-28 Thread Suresh Ramasubramanian
Abhay Ghaisas proclaimed on mutt-users that: I think I misled you with the clean-up part. The script does not clean-up the mail-box by removing mails; I invoke it on individual mails to do clean-up like removing the pesky advertisements that some mailing list hosts like e-groups add. Also

Re: Extra line added on edit message

2000-12-28 Thread David Champion
On 2000.12.28, in [EMAIL PROTECTED], "Suresh Ramasubramanian" [EMAIL PROTECTED] wrote: I am using some scripts for cleaning up some mails by setting editor variable to script name. And, every time I try it, new lines get added at end. Could you share this script? Or you could

Extra line added on edit message

2000-12-27 Thread Abhay Ghaisas
Hi, When I do edit-message ('e' in index menu by default), I get the message in my editor. It seems like there is an extra newline added at the end of the message. Thus, if I repeatedly keep on editing my message and saving it (by force) without any changes, blank lines get piled up at the end

Re: Extra line added on edit message

2000-12-27 Thread Suresh Ramasubramanian
On Thursday 28 December 2000 11:34, Abhay Ghaisas wrote: When I do edit-message ('e' in index menu by default), I get the message in my editor. It seems like there is an extra newline added at the end of the message. Thus, if I repeatedly keep on editing my I can duplicate this piled up