Note that there are some explanatory texts on larger screens.

plurals
  1. POError while using mutt :gnutls_handshake: A TLS packet with unexpected length was received.!
    text
    copied!<p>I am getting this error "gnutls_handshake: A TLS packet with unexpected length was received." again and again while trying to use mutt. I am using Ubuntu 11.04 32-bit.I searched about the problem and couldn't found head and tail about it.</p> <p>Is it a OS specific problem(unlikely because the same muttrc worked in fedora 16) or there is something wrong with my .muttrc</p> <h1>.muttrc</h1> <pre><code>{# A basic .muttrc for use with Gmail # Change the following six lines to match your Gmail account details set imap_user = "email@gmail.com" set imap_pass = "password" set smtp_url = "smtp://email@smtp.gmail.com:587/" set smtp_pass = "password" set from = "email@gmail.com" set realname = "Vinit Kumar" # Change the following line to a different editor you prefer. set editor = "vim" # Basic config, you can leave this as is set folder = "imaps://imap.gmail.com:993" set spoolfile = "+INBOX" set imap_check_subscribed set hostname = gmail.com set mail_check = 120 set timeout = 300 set imap_keepalive = 300 set postponed = "+[GMail]/Drafts" set record = "+[GMail]/Sent Mail" set header_cache=~/.mutt/cache/headers set message_cachedir=~/.mutt/cache/bodies set certificate_file=~/.mutt/certificates set move = no set include set sort = 'threads' set sort_aux = 'reverse-last-date-received' set auto_tag = yes ignore "Authentication-Results:" ignore "DomainKey-Signature:" ignore "DKIM-Signature:" hdr_order Date From To Cc alternative_order text/plain text/html * auto_view text/html bind editor &lt;Tab&gt; complete-query bind editor ^T complete bind editor &lt;space&gt; noop # Gmail-style keyboard shortcuts macro index,pager y "&lt;enter-command&gt;unset trash\n &lt;delete-message&gt;" "Gmail archive message" macro index,pager d "&lt;enter-command&gt;set trash=\"imaps://imap.googlemail.com/[GMail] /Bin\"\n &lt;delete-message&gt;" "Gmail delete message" macro index,pager gi "&lt;change-folder&gt;=INBOX&lt;enter&gt;" "Go to inbox" macro index,pager ga "&lt;change-folder&gt;=[Gmail]/All Mail&lt;enter&gt;" "Go to all mail" macro index,pager gs "&lt;change-folder&gt;=[Gmail]/Starred&lt;enter&gt;" "Go to starred messages" macro index,pager gd "&lt;change-folder&gt;=[Gmail]/Drafts&lt;enter&gt;" "Go to drafts"} </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload