wasm-demo/src
Manos Pitsidianakis 996abd323f
Add print setting action
Add experimental print setting action. The command is of the form:

  print account_name listing.index_style

account_name is currently ignored.

The path, e.g. listing.index_style is split by "." and fed to
DotAddressable lookup trait method. The method checks the first segment
in the path if it matches any of the struct's fields, and then calls the
field's lookup method.
2020-07-17 13:33:40 +03:00
..
components ThreadListing: don't print previous link on root envelopes 2020-07-17 13:33:40 +03:00
conf Add print setting action 2020-07-17 13:33:40 +03:00
execute Add print setting action 2020-07-17 13:33:40 +03:00
plugins melib: add supports_search() method to MailBackend 2020-07-17 00:02:02 +03:00
terminal Fix clippy lints 2020-07-06 15:27:08 +03:00
types Fix clippy lints 2020-07-06 15:27:08 +03:00
bin.rs Fix clippy lints 2020-07-06 15:27:08 +03:00
components.rs Add optional feature to save SVG screenshot 2020-06-12 01:37:57 +03:00
conf.rs Add print setting action 2020-07-17 13:33:40 +03:00
execute.rs Add print setting action 2020-07-17 13:33:40 +03:00
jobs.rs jobs: add spawn_blocking() method 2020-07-16 22:53:16 +03:00
mailcap.rs Remove some needless clones and stuff (thanks to Clippy) 2020-07-13 21:36:55 +03:00
managesieve.rs imap: remove blocking imap backend, replace with async 2020-07-06 15:27:08 +03:00
plugins.rs Remove some needless clones and stuff (thanks to Clippy) 2020-07-13 21:36:55 +03:00
sqlite3.rs sqlite3: make reindex operation async 2020-07-17 00:02:14 +03:00
state.rs Add print setting action 2020-07-17 13:33:40 +03:00
terminal.rs Fix clippy lints 2020-07-06 15:27:08 +03:00
types.rs Add smtp client support for sending mail in UI 2020-07-15 15:24:01 +03:00
unix.rs MailBackend: change more methods to Futures 2020-07-06 15:26:00 +03:00
workers.rs Spawn workers on demand 2020-06-11 12:01:11 +03:00