astroidmail / astroid

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
http://astroidmail.github.io
Other
613 stars 65 forks source link

astroid crashes (late) on mistakes in keybinding #85

Open emdete opened 8 years ago

emdete commented 8 years ago

if a keybinding is double-used astroid crashes with

ERROR: key: l (thread_view.tag_message) is already user-configured in map with name: thread_view.up

(astroid:28845): glibmm-ERROR **: unhandled exception (type std::exception) in signal handler: what: key: l (thread_view.tag_message) is already user-configured in map with name: thread_view.up

zsh: trace trap astroid

which is kind of ugly. a tolerant behaviour or an early reject of the config at startup would be much appreciated.

gauteh commented 8 years ago

When #81 is ready it could be used to fix it.