Slashdot Mirror


Mutt 1.5.24 Released

kthreadd writes: Version 1.5.24 of the Mutt email client has been released. New features in this release includes among other things terminal status-line (TS) support, a new color object 'prompt', the ability to encrypt postponed messages and opportunistic encryption which automatically enables/disables encryption based on message recipients. SSLv3 is now also disabled by default.

8 of 38 comments (clear)

  1. ok by turkeydance · · Score: 3, Funny

    who let the dogs out?

  2. Mutt is my MUA of choice by Alain+Williams · · Score: 3, Insightful

    for 15+ years, after elm and before that mush. Not having to find and wiggle the mouse makes it fast, as does it being a CHUI (CHaracter UI) - especially when ssh-ed in from somewhere.

    1. Re:Mutt is my MUA of choice by caseih · · Score: 2

      Exactly. X11 has too many round trips to the server for things to be usable over anything but a LAN link. X2Go, however, can easily run Thunderbird remotely.

      That said, a terminal window is so darn handy that it's nice to have nice text-mode programs we can use from it. Especially when working with a remote system that doesn't even have the X11 client libraries installed.

  3. and yet another attempt is made. by nimbius · · Score: 5, Funny

    Every time i see someone at work using mutt, or its recommended online, my general inclination is to give it a go. This time will be different, and ill finally get the hang of one of the most powerful and flexible email clients ever written!

    2 months later ive deleted send mail, spawned 52 deleted mail boxes and permanently added 50 megs of /dev/urandom to my sig. I can send an email but it requires connecting to my localhost, which in turn connects to the server, then gets routed through my cat (the part that survived configuring) and across the internet to the receiving MTA. Fortunately for the past 20 or so messages, German chancellor Angela Merkel has kindly forwarded my correspondence to the intended recipient. Im hopeful I'll learn how to enable GPG and threads before food runs out.

    --
    Good people go to bed earlier.
  4. Does it offload work to the IMAP server yet? by Hobart · · Score: 2

    I've got several Cyrus IMAP hosted mailboxes with tens of thousands of messages in them.

    Last time I tried Mutt it could only do "slurp all mailbox contents to local machine" Can Mutt offload searches to the IMAP server, fetch only 1 page of data at a time (not download all headers) etc yet?

    It'd be nice for there to be competition besides Alpine.

    --
    o/~ Join us now and share the software ...
    1. Re:Does it offload work to the IMAP server yet? by Celarent+Darii · · Score: 3, Informative

      For IMAP, just turn off the cache if you don't want them on your local machine. It is sometimes good to just cache the headers for quicker look, especially if you file commit messages to folders.

      Mutt can offload searches to IMAP, and do many wonderful things:

      http://dev.mutt.org/trac/wiki/...

      If you want to avoid prefetch, work with =h and =b instead: this leaves the search on the server (if it supports it), but notice that it's literal string only, no regular expression. Note that this feature is not available before version 1.5.11.

  5. Re:Amen by nblender · · Score: 2

    nmh. http://www.nongnu.org/nmh/

    message handling from the command line.

  6. Re:Why is a minor release news here?! by fisted · · Score: 4, Interesting

    Because mutt is amazing software.

    Fun fact, this "preview branch" (it's not a preview branch) was branched in 2002.