I've been thinking about switching to sup a few times, but the inability to sync changes back to the IMAP server is a deal breaker to me. If I mark an email as read in sup, I don't want it to show up as unread on my phone. If I delete an email on the phone, I don't want it to stay in sup. I know there's been a branch of sup that synced IMAP flags from the local repo to the server, solving at least the read status pro…
FWIW, I never considered that a serious limitation. On my phone, I don’t want to read email. It’s a sub-par experience, especially if you’re used to Sup/Gmail/Notmuch. You can’t just go back to “regular” email clients anymore :). As for using multiple computers: with sup I used to run it in screen and attach that screen session whenever I needed it. With notmuch, I can just tell it to run notmuch(1) on a remote machi…
Sup: The Hacker's Mail User Agent
11–20 of 31 posts
Re: Sup: The Hacker's Mail User Agent
#12Earlier quoted context omitted.
How does this go beyond what you can do with mutt? Plus mutt handles IMAP out of the box.
It mimics the gmail look & feel, i.e. one line of text represents one thread in your inbox, and when you open it, you get all the messages of the thread (with read messages collapsed), instead of precisely one message. Edit: also fast (!) full-text search thanks to Xapian, tags instead of folders
Too bad, I was really excited about this.
Re: Sup: The Hacker's Mail User Agent
#13Earlier quoted context omitted.
How does this go beyond what you can do with mutt? Plus mutt handles IMAP out of the box.
It mimics the gmail look & feel, i.e. one line of text represents one thread in your inbox, and when you open it, you get all the messages of the thread (with read messages collapsed), instead of precisely one message. Edit: also fast (!) full-text search thanks to Xapian, tags instead of folders
folder-hook . "exec collapse-all"
set sort=threads
set sort_aux=last-date-received
Re: Sup: The Hacker's Mail User Agent
#14I now do something crazy with maildir sync via mbsync and then mutt. Works pretty well. This lets me use push mail from an EAS (Kerio or Z-push) server on the iPhone to get push email, as well as getting mail on a few computers, all with full local archives. I just use the mail server for webmail in the cases I need to use it, but kerio's webmail is pretty crap.
Unclear what benefit sup gives over mutt. Mutt's killer feature is folder hooks, I think. I can't think of anything which can't be done with folder hooks, other than maybe tags, which I just solve with full-text search.
Re: Sup: The Hacker's Mail User Agent
#15Re: Sup: The Hacker's Mail User Agent
#16Earlier quoted context omitted.
How does this go beyond what you can do with mutt? Plus mutt handles IMAP out of the box.
It mimics the gmail look & feel, i.e. one line of text represents one thread in your inbox, and when you open it, you get all the messages of the thread (with read messages collapsed), instead of precisely one message. Edit: also fast (!) full-text search thanks to Xapian, tags instead of folders
Re: Sup: The Hacker's Mail User Agent
#17When I was using NetBSD in 2001 I actually liked the built-in "mail" command to read email. It was very minimal. Sadly, I could never figure out how to handle attachments with it.
Maybe this wasn't the case back then, but with the mailx the comes with modern Linux distros you can attach files using the -a flag
Re: Sup: The Hacker's Mail User Agent
#18Re: Sup: The Hacker's Mail User Agent
#19I've been thinking about switching to sup a few times, but the inability to sync changes back to the IMAP server is a deal breaker to me. If I mark an email as read in sup, I don't want it to show up as unread on my phone. If I delete an email on the phone, I don't want it to stay in sup. I know there's been a branch of sup that synced IMAP flags from the local repo to the server, solving at least the read status pro…
Re: Sup: The Hacker's Mail User Agent
#20Earlier quoted context omitted.
It mimics the gmail look & feel, i.e. one line of text represents one thread in your inbox, and when you open it, you get all the messages of the thread (with read messages collapsed), instead of precisely one message. Edit: also fast (!) full-text search thanks to Xapian, tags instead of folders
> It mimics the gmail look & feel, i.e. one line of text represents one thread in your inbox folder-hook . "exec collapse-all" set sort=threads set sort_aux=last-date-received
# Collapse all threads by default, except if
# there's new mail in one.
unset collapse_unread
folder-hook . "exec collapse-all"
# Toggle collapsed threads with za, like in vim.
bind index za collapse-thread