mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
Merge branch 'master' of ssh://notmuchmail.org/git/notmuch
This commit is contained in:
commit
d143757a54
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ while read sym; do
|
|||
;;
|
||||
esac
|
||||
done
|
||||
sed -n 's/^\s*\(notmuch_[a-z_]*\)\s*(.*/\t\1;/p' $HEADER
|
||||
sed -n 's/^[[:space:]]*\(notmuch_[a-z_]*\)[[:space:]]*(.*/ \1;/p' $HEADER
|
||||
printf "local: *;\n};\n"
|
||||
|
|
Loading…
Reference in a new issue