forked from meli/meli
1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/src
Manos Pitsidianakis 58889bcadd
pager: Add show_extra_headers option
Show custom set headers on pager, if existent.

Quoting meli.conf(5):

> show_extra_headers [String]           (optional) Extra headers to
>                                      display, if present, in the
>                                      default header preamble of
>                                      the pager.  This setting is
>                                      useful especially when used
>                                      per-folder or per-account.
>                                      For example, if you use
>                                      ‘rss2email’ (See r2e(1)) the
>                                      e-mail you will receive will
>                                      have the ‘X-RSS-Feed’ header
>                                      by default.  You can show
>                                      them only in the folder
>                                      where you keep your feed
>                                      items:
>
>                                      [accounts."personal".mailboxes]
>                                      INBOX = {}
>                                      "INBOX/Sent" = { sort_order=0 }
>                                      "INBOX/Feeds" = { pager.show_extra_headers = ["X-RSS-Feed"] }
>                                      (empty)
3 days ago
..
command Clippy fixes 1 month ago
components pager: Add show_extra_headers option 3 days ago
conf pager: Add show_extra_headers option 3 days ago
plugins Rename MeliError struct to Error 6 months ago
terminal melib: implement mailto RFC properly 4 days ago
types Set file extensions to temp files, use `open` in macos 4 days ago
args.rs docs: add edit-config in manpages 1 month ago
command.rs Clippy fixes 1 month ago
components.rs Clippy fixes 1 month ago
conf.rs mail/compose: add configurable custom hooks with shell commands 2 weeks ago
jobs.rs Clippy fixes 1 month ago
lib.rs Clippy fixes 1 month ago
mailcap.rs Set file extensions to temp files, use `open` in macos 4 days ago
main.rs Clippy fixes 1 month ago
managesieve.rs Clippy fixes 1 month ago
plugins.rs Rename MeliError struct to Error 6 months ago
sqlite3.rs Replace old logging module with the `log` create 1 month ago
state.rs melib: implement mailto RFC properly 4 days ago
terminal.rs Clippy fixes 1 month ago
types.rs Clippy fixes 1 month ago