mirror of
https://github.com/soywod/himalaya.git
synced 2025-04-22 17:23:27 +00:00
add wiki entry about new msgs counter (#121)
This commit is contained in:
parent
ef1a22d986
commit
66abac61fa
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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());
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit ba6069d5ab69ec53f13d25413e75ff65915383f3
|
||||
Subproject commit 230c6d79386947e7bf731a82492ada642100afde
|
Loading…
Add table
Reference in a new issue