Mailinglist Archive: opensuse (2348 mails)
| < Previous | Next > |
Re: [opensuse] Kalvin Weng is out of the office.
- From: Randall R Schulz <rschulz@xxxxxxxxx>
- Date: Tue, 1 Apr 2008 07:53:48 -0700
- Message-id: <200804010753.49023.rschulz@xxxxxxxxx>
On Monday 31 March 2008 21:50, David C. Rankin wrote:
The way to break threading is to remove the In-Reply-To header. Changing
the subject may confuse substandard mailers such as Outlook.
(KMail's "Thread Messages also by Subject" seems to do nothing at
all...)
This would be considered harassment, would it not? (And YAAL, so you
should know.)
RRS
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
...
Just make sure you change the subject a little to break threading as
well. Something like
The way to break threading is to remove the In-Reply-To header. Changing
the subject may confuse substandard mailers such as Outlook.
(KMail's "Thread Messages also by Subject" seems to do nothing at
all...)
#!/bin/bash
for ((i=1;i<1000;i++)); do
This would be considered harassment, would it not? (And YAAL, so you
should know.)
...
echo "$MYMESSAGE" | mail -s "$MYSUBJECT" $ADDRESS
done
--
David C. Rankin
RRS
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |