Skip to content

JDuffe/mutt-address-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programmierprojekt W25 – Mutt Adressbuch

Building the program

autoreconf -if
./configure
make

Contact file

The contact file is located in the home directory: ~/contacts

Syntax

contact
name = alice
mail = alice@example.com
address,privat = my street 1
custom field = value

Necessary mutt configuration

~/.config/mutt/muttrc

set query_command="book -q '%s'"
set editor="book -m '%s'"
set edit_headers = yes
macro index a "|book -a\n" 'add sender to book'

Default shortcut for query completion is ^T.

About

Mirrored from GitLab

Resources

Stars

Watchers

Forks

Contributors

Languages