Re: test ( http-task )

"Thomas Schweikle" <[email protected]>
Newsgroups gmane.linux.suse.domino
Message-ID <OF2E479063.CFF94FD1-ONC1256B99.00645E4B-C1256B99.006738DE@fiducia.de>
An:     [email protected]
Kopie:  [email protected] 
Thema:  [suse-domino] Antwort: Re: [suse-domino] test ( http-task )

> Does anybody of you co Notes-Mail-Client-Users know how to get it
> to be suse mailinglist etiquettes conform?
> I am adding the ">" for quotes by hand and have to watch out for
> the maxsize of single lines by hand too...
>
> Is there a way to be accepted in the mutt and pine world???

Without some work on these scripts? No!

I didn't find a reliable way to add '>' in front of every line.
Problem: Notes breaks lines before they will be sent. It is your
tune to keep line length bejond that point. I've been able to manage
to break lines, but I wasn't to make this as reliable as it should be.

An other problem, the "Re:"-, "Antwort:"-, "AW:"-Problem I could
solve: change the script found in "Reply" and "Reply with history".
Search for field "subject". Then find function "Default Value"

Cange the function there to be something like given below:
ReplyPrefixINI := @Environment("MailStReplyPrefix");
ReplyPrefix := @If(ReplyPrefixINI = ""; "Antwort"; ReplyPrefixINI);
Subj := @If(Subject = ""; Topic; Subject);
Repl := @Trim(@Left(Subj; ":"));
Pref := @If(Repl = ""; ReplyPrefix; Repl);
@If(@UpperCase(Repl) = @UpperCase(Pref); Subj; Pref + ": " + Subj)

This new function does check if "ReplyPrefixINI" is set to some default. 
If not it takes "Antwort". If yes, it'll take the value from 
"MailStReplyPrefix" found in "notes.ini" (I've set it there to be "Re:" 
;-). Next it checks for a colon in "Subject". If no colon is found, then 
"ReplyPrefix" plus a colon will be prepended. Else the subject line is 
left as is.

Would be nice if lotus could integrate this script into there default 
templates... (but mountains might move faster).

But if you need this carret-stuff now, try out Notes 6 beta. You'll find 
it on http://www.notes.net/ .

-- 
Thomas


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.