Geary

From wikinotes

Geary is a mobile friendly mail-client.
It does not support maildir.

Install

sudo pacman -S geary gnome-keyring

you must add the following to your .xinitrc file.

# ~/.xinitrc
export GNOME_KEYRING_SOCKET
export GNOME_KEYRING_PID

## This was the trickiest. I found the correct settings to use while running the 
## following in XFCE 
		export | grep SSH_AUTH_SOCK
## (Where the gnome-keyring ran with little tweaking) The following settings 
## are what I ended up using:

export SSH_AUTH_SOCK="/tmp/gpg-gXLJ5S/S.gpg-agent.ssh"