Skip to content

A tiny script for querying OSX's Address Book from Mutt.

License

Notifications You must be signed in to change notification settings

mtzanidakis/abquery.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

abquery

A tiny shell script for querying OSX's Address Book (Contacts.app) from the Mutt email client.

I wrote it because contacts was not working correctly for me.

Installation & Mutt Configuration

Copy the script in your ~/.mutt directory and make it executable (chmod +x ~/.mutt/abquery.sh). Then, add the following lines in your ~/.mutt/muttrc (or ~/.muttrc, if you prefer) configuration file:

set query_command = "~/.mutt/abquery.sh '%s'"
bind editor <Tab> complete-query

Usage

Run mutt and press m to start a new message. Type the first letters of your contact's name or email address and hit 'Tab'. The same applies to all To:, Cc: and Bcc: prompts in Mutt.

License

This script is licensed under the ISC license.

About

A tiny script for querying OSX's Address Book from Mutt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages