diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b76f3..372e83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/config/model.rs b/src/config/model.rs index 31b7a33..8a612b4 100644 --- a/src/config/model.rs +++ b/src/config/model.rs @@ -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()); diff --git a/wiki b/wiki index ba6069d..230c6d7 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit ba6069d5ab69ec53f13d25413e75ff65915383f3 +Subproject commit 230c6d79386947e7bf731a82492ada642100afde