diff options
author | David Runge <dave@sleepmap.de> | 2016-10-13 21:01:19 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-10-13 21:01:19 +0200 |
commit | 3da99ae0e976d574f9ae0d76d32708d6fb101a6e (patch) | |
tree | fa1d0037e89726d168913ee2395f207b5414ab43 | |
parent | 9bc88d7c6e0f4b3b1c82f06d1d8eab5c3a924a36 (diff) | |
download | dotfiles-3da99ae0e976d574f9ae0d76d32708d6fb101a6e.tar.gz dotfiles-3da99ae0e976d574f9ae0d76d32708d6fb101a6e.tar.bz2 dotfiles-3da99ae0e976d574f9ae0d76d32708d6fb101a6e.tar.xz dotfiles-3da99ae0e976d574f9ae0d76d32708d6fb101a6e.zip |
.mutt/khard.rc: Make khard display the output by first_name first.
-rw-r--r-- | .mutt/khard.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/khard.rc b/.mutt/khard.rc index 3afeeb8..12c9b39 100644 --- a/.mutt/khard.rc +++ b/.mutt/khard.rc @@ -1,5 +1,5 @@ # auto-completing mails when pressing tab in "new mail" dialog using khard address books -set query_command= "khard email -p -s first_name %s" +set query_command= "khard email -p -s last_name -d first_name %s" bind editor <Tab> complete-query bind editor ^T complete |