I hereby claim:
- I am glyph on github.
- I am glyph (https://keybase.io/glyph) on keybase.
- I have a public key whose fingerprint is 06AB F638 E878 CD29 1264 18AB 7EC2 8125 0FBC 4A07
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
tell application "System Events" to tell process "Mail" | |
set mainWindow to a reference to the first window | |
set rootSplitter to a reference to the first splitter group of the mainWindow | |
set firstSplitter to a reference to the last splitter group of the rootSplitter | |
set scrollArea to a reference to the last scroll area of the firstSplitter | |
set scrollGroup to a reference to the first group of the scrollArea | |
if number of groups of the scrollGroup is greater than 1 then | |
set maybeRemoteContentGroup to a reference to the first group of the scrollGroup | |
# When you get an error like | |
# ('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed') | |
# when using twisted, autobahn, etc... | |
# on macos | |
# than you may have to install trust roots | |
# Do this by using brew: | |
# (install brew) | |
brew update | |
brew install [email protected] # this must match the current version that the macOS cryptography wheel is built against |