]> Sergey Matveev's repositories - feeder.git/blob - doc/usage/browse.texi
F1: next unread mailbox
[feeder.git] / doc / usage / browse.texi
1 @node Browse
2 @section Browse
3
4 Generate @file{mutt.rc} and run it with:
5
6 @example
7 $ ./feeds-browse.sh
8 @end example
9
10 @file{mutt.rc} should contain all feeds mailboxes with human readable
11 labels/titles.
12
13 Also it contains contains @code{auto_view text/html}, that expects
14 proper @file{mailcap} configuration file with @code{text/html} entry to
15 exists. Mutt has some built-in default search paths for, but you can
16 override them with @env{$MAILCAPS} environment variable. There is
17 example @file{contrib/mailcap}.
18
19 Mutt will be started in mailboxes browser mode (I will skip many entries):
20
21 @verbatim
22   1   N [  1|101] 2021-02-17 20:41 Cryptology ePrint Archive/
23   3     [  0|  8] 2021-12-02 19:28 Thoughts/
24  32     [  0|  8] 2021-02-17 19:32 apenwarr/
25 101     [ 10| 50] 2021-02-14 13:40 Блог Stargrave на русском comments/
26 102     [  0| 51] 2021-02-17 19:37 Блог Stargrave на русском/
27 316     [  0| 44] 2021-02-17 19:33 Eaten By A Grue: Infocom, Text Adventures, and Interactive Fiction/
28 @end verbatim
29
30 ePrint has new entries since last downloading/parsing. Stargrave's blog
31 comments have nothing new, but still ten unread entries.
32
33 If we open "Eaten By A Grue" mailbox, then will see its entries:
34
35 @verbatim
36    1     [2021-01-30 11:00] Zork Zero: The Revenge of Megaboz (0,8K)
37    2     [2021-06-12 11:01] Journey: The Quest Begins (0,8K)
38    3     [2021-04-28 11:00] Eaten By A Cruise (0,8K)
39 [...]
40 ---Mutt: feeds/monsterfeet.com_grue.rss [Nachr:44 60K]---
41 @end verbatim
42
43 Press @code{q} to return to mailbox browser again. This is made for
44 convenience, because you will often switch your mailboxes (feeds), but
45 @code{q} quits Mutt by default.
46
47 Press @code{A} to mark all messages read. And again this is made for
48 convenience. It will mark both new (@strong{N}) and old-but-unread
49 (@strong{O}) messages as read. You will see left tag-marks near each
50 message to understand what was touched.
51
52 Press @code{o} in pager mode to open links and enclosures URLs. Your
53 message will be piped to @command{cmd/x-urlview.sh}, that will show all
54 @code{X-URL} and @code{X-Enclosure} links.
55
56 Press @code{F1} to go to next unread mailbox.