From: Travis Risner <[email protected]>

>       #!/bin/bash
>       # Set the default bcc for various email addresses for MailMate
> 
>       # Desired behaviour:
>       # Received                      BCC when replying
>       # [email protected]                   [email protected]
>       # [email protected]                   [email protected]
>       # [email protected]                [email protected]
>       # [email protected]                [email protected]
> 
>       defaults write com.freron.MailMate MmDefaultBccHeader -dict
>       “[email protected]" “[email protected]" “[email protected]" 
> “[email protected]"
>       “[email protected]" “[email protected]" “[email protected]"
>       “[email protected]"

my version of that woud be

    !#/bin/sh

    defaults write com.freron.MailMate MmDefaultBccHeader -dict \
        "[email protected]" "[email protected]" \
        "[email protected]" "[email protected]" \
        "[email protected]" "[email protected]"

but it ALWAYS bccs

i was trying to affect the list offered when select bcc.

>> when i select Bcc, it presents a list.  is there something i can do
>> to have the first entry in that select list be the From: address?

thanks, though.  have put in back pocket for use some day.

randy
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate

Reply via email to