Menu

#131 Do not wrap PGP/MIME messages

invalid
nobody
None
1.5.1
Minor
17
All
---
nobody
2013-03-26
2013-03-22
No

With mailnews.send_plaintext_flowed=true (which Enigmail disables by default), I would like to send plain text mails unwrapped.

Enigmail could behave like this by default (no wrapping if format=flowed is being used).

Additionally, I could imagine having a setting similar to wrapHtmlBeforeSend, but for text mails.

Discussion

  • Patrick Brunschwig

    • status: open --> invalid
     
  • Patrick Brunschwig

    Duplicate to bug 53.

     
  • daniel hahler

    daniel hahler - 2013-03-23

    While bug #53 is related, I do not think it is a duplicate.

    My request above is much more specific; in fact, Enigmail misuses the mailnews.wraplength setting to forcefully re-wrap the text, which is not necessary when PGP/Mime is being used..

     
  • Patrick Brunschwig

    Except that Enigmail does not do anything with rewrapping for PGP/MIME messages. That's something Thunderbird does.

     
  • daniel hahler

    daniel hahler - 2013-03-26

    I think this code rewraps unconditionally, doesn't it (for !gMsgCompose.composeHTML)?

          if (wrapWidth && editor.wrapWidth > 0) {
            editor.wrapWidth = wrapWidth - 2;
            wrapper.rewrap(true);
            editor.wrapWidth = wrapWidth;
          }
    
     
  • Ludwig Hügelschäfer

    This piece of code is in function encryptInline, isn't it? And there's no other occurrence.

     

Log in to post a comment.