[MlMt] Bcc list
Randy Bush
randy at psg.com
Sat Jul 2 15:00:45 EDT 2022
From: Travis Risner <deeptinker at fastmail.com>
> #!/bin/bash
> # Set the default bcc for various email addresses for MailMate
>
> # Desired behaviour:
> # Received BCC when replying
> # a at gmail.com a at fastmail.com
> # b at gmail.com b at fastmail.com
> # a at fastmail.com a at fastmail.com
> # b at fastmail.com b at fastmail.com
>
> defaults write com.freron.MailMate MmDefaultBccHeader -dict
> “a at gmail.com" “a at fastmail.com" “b at gmail.com" “b at fastmail.com"
> “a at fastmail.com" “a at fastmail.com" “b at fastmail.com"
> “b at fastmail.com"
my version of that woud be
!#/bin/sh
defaults write com.freron.MailMate MmDefaultBccHeader -dict \
"randy at psg.com" "randy at psg.com" \
"randy at iij.ad.jp" "randy at iij.ad.jp" \
"randy at arrcus.com" "randy at arrcus.com"
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
More information about the mailmate
mailing list