# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 10
# self = https://watcher.sour.is/conv/mniqw3q
Testing out Jenny. If this works I will setup Jenny with mutt.
@jason Works! 😇
@jason Works! 😇
@jason Works! 😇
@prologic That is good even though I do see mutt getting confusing with all the replies and threads.
@jason Do you have mutt’s threading view turned on?


set sort = threads
set sort_aux = date-sent
set strict_threads = yes


I find this to be very non-confusing. 🤔
@jason Do you have mutt’s threading view turned on?


set sort = threads
set sort_aux = date-sent
set strict_threads = yes


I find this to be very non-confusing. 🤔
@jason Do you have mutt’s threading view turned on?


set sort = threads
set sort_aux = date-sent
set strict_threads = yes


I find this to be very non-confusing. 🤔
@movq
Yes I have threading on. I wanted to put new posts at the top with set sort_aux = reverse-last-date-sent but that that makes the threads do the newest first not bellow the reply. So all replies are in a top newest order. But I can just use sort date_sent and then go to the end to go to the newest post.=
@movq