add wiki entry about new msgs counter (#121)

This commit is contained in:
Clément DOUIN
2021-05-08 13:18:41 +02:00
parent ef1a22d986
commit 66abac61fa
3 changed files with 3 additions and 2 deletions
+2
View File
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Mailbox attributes [#134]
- Wiki entry about new messages counter [#121]
### Changed
@@ -239,6 +240,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#89]: https://github.com/soywod/himalaya/issues/89
[#96]: https://github.com/soywod/himalaya/issues/96
[#100]: https://github.com/soywod/himalaya/issues/100
[#121]: https://github.com/soywod/himalaya/issues/121
[#122]: https://github.com/soywod/himalaya/issues/122
[#123]: https://github.com/soywod/himalaya/issues/123
[#125]: https://github.com/soywod/himalaya/issues/125
-1
View File
@@ -251,7 +251,6 @@ impl Config {
.or_else(|| self.watch_cmds.as_ref())
.map(|cmds| cmds.to_owned())
.unwrap_or_default();
debug!("cmds: {:?}", cmds);
thread::spawn(move || {
debug!("batch execution of {} cmd(s)", cmds.len());
+1 -1
Submodule wiki updated: ba6069d5ab...230c6d7938