Tab width in Thunderbird












2















When I enter a text-only mail in Thunderbird, I sometimes insert text from Notepad++, containing Tabs (Tabulators).



Notepad++ screenshot



Unfortunately, in Thunderbird, Tabs are 8 characters wide, whereas in Notepad++, they are 4 characters wide, which I prefer dramatically.
Having them 8 characters wide, it often breaks the layout of my mails, because a line with a Tab goes over Thunderbird's 72 character per line limit:



Thunderbird screenshot



Is there any configuration option in Thunderbird that tells it how many spaces are the equivalent to one tab? How can I adjust it?










share|improve this question



























    2















    When I enter a text-only mail in Thunderbird, I sometimes insert text from Notepad++, containing Tabs (Tabulators).



    Notepad++ screenshot



    Unfortunately, in Thunderbird, Tabs are 8 characters wide, whereas in Notepad++, they are 4 characters wide, which I prefer dramatically.
    Having them 8 characters wide, it often breaks the layout of my mails, because a line with a Tab goes over Thunderbird's 72 character per line limit:



    Thunderbird screenshot



    Is there any configuration option in Thunderbird that tells it how many spaces are the equivalent to one tab? How can I adjust it?










    share|improve this question

























      2












      2








      2








      When I enter a text-only mail in Thunderbird, I sometimes insert text from Notepad++, containing Tabs (Tabulators).



      Notepad++ screenshot



      Unfortunately, in Thunderbird, Tabs are 8 characters wide, whereas in Notepad++, they are 4 characters wide, which I prefer dramatically.
      Having them 8 characters wide, it often breaks the layout of my mails, because a line with a Tab goes over Thunderbird's 72 character per line limit:



      Thunderbird screenshot



      Is there any configuration option in Thunderbird that tells it how many spaces are the equivalent to one tab? How can I adjust it?










      share|improve this question














      When I enter a text-only mail in Thunderbird, I sometimes insert text from Notepad++, containing Tabs (Tabulators).



      Notepad++ screenshot



      Unfortunately, in Thunderbird, Tabs are 8 characters wide, whereas in Notepad++, they are 4 characters wide, which I prefer dramatically.
      Having them 8 characters wide, it often breaks the layout of my mails, because a line with a Tab goes over Thunderbird's 72 character per line limit:



      Thunderbird screenshot



      Is there any configuration option in Thunderbird that tells it how many spaces are the equivalent to one tab? How can I adjust it?







      thunderbird tab-key






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 18 at 12:21









      BowiBowi

      233111




      233111






















          1 Answer
          1






          active

          oldest

          votes


















          1














          This issue appears to date back at least 17 years (I didn't think Thunderbird was even that old), documented in various bug reports, and confirmed two years ago (and apparently now, with your question). For example, see Bugzilla:




          There a various aspects to the problem:

          1. Sending a plain text message which includes tabs works.

          Tabs are shown 8 spaces wide in the compose window.

          They are contained in the sent message and in the received message.

          2. When viewing a plain text format=flowed message that contains tabs,

          tabs are replaced with four spaces for display destroying any alignment.
          <link now dead>



          If preference mailnews.display.disable_format_flowed_support is set, tabs are displayed as tabs in flowed messages. Non-flowed messages already show tabs.

          In the source view, which is essentially a giant <pre> block, tabs are shown
          4 spaces wide.




          Six years ago, someone confirmed (MozillaZine), that this was hard-coded, meaning that Thunderbird code would need to be modified and recompiled to fix it. The two links they cited are now dead.



          I couldn't find any evidence that this has been fixed in Thunderbird, nor any reference to a preference setting for adjusting it, which would indicate that the problem still survives and there isn't a native fix for it.



          It looks like fixing this in plain text messages will still require manual intervention, although it seems like the kind of thing that could be semi-automated via tab replacement. Given the history, this would seem like something somebody would have dealt with in an add-on, but I couldn't find one.






          share|improve this answer

























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1395738%2ftab-width-in-thunderbird%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            This issue appears to date back at least 17 years (I didn't think Thunderbird was even that old), documented in various bug reports, and confirmed two years ago (and apparently now, with your question). For example, see Bugzilla:




            There a various aspects to the problem:

            1. Sending a plain text message which includes tabs works.

            Tabs are shown 8 spaces wide in the compose window.

            They are contained in the sent message and in the received message.

            2. When viewing a plain text format=flowed message that contains tabs,

            tabs are replaced with four spaces for display destroying any alignment.
            <link now dead>



            If preference mailnews.display.disable_format_flowed_support is set, tabs are displayed as tabs in flowed messages. Non-flowed messages already show tabs.

            In the source view, which is essentially a giant <pre> block, tabs are shown
            4 spaces wide.




            Six years ago, someone confirmed (MozillaZine), that this was hard-coded, meaning that Thunderbird code would need to be modified and recompiled to fix it. The two links they cited are now dead.



            I couldn't find any evidence that this has been fixed in Thunderbird, nor any reference to a preference setting for adjusting it, which would indicate that the problem still survives and there isn't a native fix for it.



            It looks like fixing this in plain text messages will still require manual intervention, although it seems like the kind of thing that could be semi-automated via tab replacement. Given the history, this would seem like something somebody would have dealt with in an add-on, but I couldn't find one.






            share|improve this answer






























              1














              This issue appears to date back at least 17 years (I didn't think Thunderbird was even that old), documented in various bug reports, and confirmed two years ago (and apparently now, with your question). For example, see Bugzilla:




              There a various aspects to the problem:

              1. Sending a plain text message which includes tabs works.

              Tabs are shown 8 spaces wide in the compose window.

              They are contained in the sent message and in the received message.

              2. When viewing a plain text format=flowed message that contains tabs,

              tabs are replaced with four spaces for display destroying any alignment.
              <link now dead>



              If preference mailnews.display.disable_format_flowed_support is set, tabs are displayed as tabs in flowed messages. Non-flowed messages already show tabs.

              In the source view, which is essentially a giant <pre> block, tabs are shown
              4 spaces wide.




              Six years ago, someone confirmed (MozillaZine), that this was hard-coded, meaning that Thunderbird code would need to be modified and recompiled to fix it. The two links they cited are now dead.



              I couldn't find any evidence that this has been fixed in Thunderbird, nor any reference to a preference setting for adjusting it, which would indicate that the problem still survives and there isn't a native fix for it.



              It looks like fixing this in plain text messages will still require manual intervention, although it seems like the kind of thing that could be semi-automated via tab replacement. Given the history, this would seem like something somebody would have dealt with in an add-on, but I couldn't find one.






              share|improve this answer




























                1












                1








                1







                This issue appears to date back at least 17 years (I didn't think Thunderbird was even that old), documented in various bug reports, and confirmed two years ago (and apparently now, with your question). For example, see Bugzilla:




                There a various aspects to the problem:

                1. Sending a plain text message which includes tabs works.

                Tabs are shown 8 spaces wide in the compose window.

                They are contained in the sent message and in the received message.

                2. When viewing a plain text format=flowed message that contains tabs,

                tabs are replaced with four spaces for display destroying any alignment.
                <link now dead>



                If preference mailnews.display.disable_format_flowed_support is set, tabs are displayed as tabs in flowed messages. Non-flowed messages already show tabs.

                In the source view, which is essentially a giant <pre> block, tabs are shown
                4 spaces wide.




                Six years ago, someone confirmed (MozillaZine), that this was hard-coded, meaning that Thunderbird code would need to be modified and recompiled to fix it. The two links they cited are now dead.



                I couldn't find any evidence that this has been fixed in Thunderbird, nor any reference to a preference setting for adjusting it, which would indicate that the problem still survives and there isn't a native fix for it.



                It looks like fixing this in plain text messages will still require manual intervention, although it seems like the kind of thing that could be semi-automated via tab replacement. Given the history, this would seem like something somebody would have dealt with in an add-on, but I couldn't find one.






                share|improve this answer















                This issue appears to date back at least 17 years (I didn't think Thunderbird was even that old), documented in various bug reports, and confirmed two years ago (and apparently now, with your question). For example, see Bugzilla:




                There a various aspects to the problem:

                1. Sending a plain text message which includes tabs works.

                Tabs are shown 8 spaces wide in the compose window.

                They are contained in the sent message and in the received message.

                2. When viewing a plain text format=flowed message that contains tabs,

                tabs are replaced with four spaces for display destroying any alignment.
                <link now dead>



                If preference mailnews.display.disable_format_flowed_support is set, tabs are displayed as tabs in flowed messages. Non-flowed messages already show tabs.

                In the source view, which is essentially a giant <pre> block, tabs are shown
                4 spaces wide.




                Six years ago, someone confirmed (MozillaZine), that this was hard-coded, meaning that Thunderbird code would need to be modified and recompiled to fix it. The two links they cited are now dead.



                I couldn't find any evidence that this has been fixed in Thunderbird, nor any reference to a preference setting for adjusting it, which would indicate that the problem still survives and there isn't a native fix for it.



                It looks like fixing this in plain text messages will still require manual intervention, although it seems like the kind of thing that could be semi-automated via tab replacement. Given the history, this would seem like something somebody would have dealt with in an add-on, but I couldn't find one.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jan 19 at 3:24

























                answered Jan 19 at 3:18









                fixer1234fixer1234

                18.7k144982




                18.7k144982






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1395738%2ftab-width-in-thunderbird%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Mouse cursor on multiple screens with different PPI

                    Agildo Ribeiro

                    Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”