Compare commits
2 Commits
466074521a
...
605a215d8d
| Author | SHA1 | Date |
|---|---|---|
|
|
605a215d8d | |
|
|
01299d9aff |
|
|
@ -0,0 +1,35 @@
|
||||||
|
# abook addressbook file
|
||||||
|
|
||||||
|
[format]
|
||||||
|
program=abook
|
||||||
|
version=0.6.1
|
||||||
|
|
||||||
|
|
||||||
|
[0]
|
||||||
|
name=Nicolas Malin
|
||||||
|
email=nicolas.malin@nereide.fr<mailto:nicolas.malin@nereide.fr
|
||||||
|
|
||||||
|
[1]
|
||||||
|
name=郭 运鹏
|
||||||
|
email=puata123@outlook.com
|
||||||
|
|
||||||
|
[2]
|
||||||
|
name=Gaetan
|
||||||
|
email=gaetan.chaboussie@nereide.fr
|
||||||
|
|
||||||
|
[3]
|
||||||
|
name=dev-ofbiz
|
||||||
|
email=dev@ofbiz.apache.org
|
||||||
|
|
||||||
|
[4]
|
||||||
|
name=Laura PORTENSEIGNE
|
||||||
|
email=laura.portenseigne@gmail.com
|
||||||
|
|
||||||
|
[5]
|
||||||
|
name=gestion@nereide.biz
|
||||||
|
email=gestion@nereide.biz
|
||||||
|
|
||||||
|
[6]
|
||||||
|
name=info-real@listes.nereide.fr
|
||||||
|
email=info-real@listes.nereide.fr
|
||||||
|
|
||||||
|
|
@ -53,7 +53,7 @@ bind pager k previous-line
|
||||||
#bind pager l view-attachments
|
#bind pager l view-attachments
|
||||||
bind index d delete-message
|
bind index d delete-message
|
||||||
bind index U undelete-message
|
bind index U undelete-message
|
||||||
bind index L limit
|
macro index L "<pipe-message>sed -e /^From/d -e s/To:/From:/ | abook --add-email<return>" "add the to: address to abook?"
|
||||||
#bind index l display-message
|
#bind index l display-message
|
||||||
bind index <space> collapse-thread
|
bind index <space> collapse-thread
|
||||||
#bind browser h goto-parent
|
#bind browser h goto-parent
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue