Commit Graph

12 Commits

Author SHA1 Message Date
Jon Gjengset
ce57248de2
Use UIDs instead of sequence numbers
The previous scheme caused some messages to not produce notifications
when message sequence numbers were re-used. UIDs are never re-used, so
this is not an issue.
2017-05-15 16:24:07 -04:00
Jon Gjengset
71dc1da551
update and clippy 2017-05-12 17:16:21 -04:00
Jon Gjengset
2e45a178a1
Skip OK Completed line 2017-05-12 17:12:58 -04:00
Jon Gjengset
2d26841eb9
new rustfmt 2017-05-12 17:12:40 -04:00
Jon Gjengset
ae72225a09
Be better about handling header errors 2017-05-03 21:41:22 -04:00
Jon Gjengset
e7d5cece4d
Don't query for no uids 2017-05-03 21:40:21 -04:00
Jon Gjengset
e744077fa6
Handle FETCH uids on multiple lines 2017-05-03 21:39:23 -04:00
Jon Gjengset
fc5c58aefa
Need newer openssl to work with latest openssl 2017-05-03 21:35:58 -04:00
Jon Gjengset
3d078a59ce
rustfmt 2017-05-03 21:32:44 -04:00
Jon Gjengset
90b1602ad1
Retry connect, and connect in parallel 2017-03-02 22:27:23 -05:00
Jon Gjengset
81d61ce82c
Use lib for notifications
Should help with #2, and maybe #1, at least if the comment by @hoodie in
https://github.com/hoodie/notify-rust/issues/10 comes to fruition.
Certainly a step up from running notify-send manually.
2017-03-02 14:28:33 -05:00
Jon Gjengset
2a14a41a30
First draft 2017-03-02 01:21:01 -05:00