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

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:

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
add a comment |
When I enter a text-only mail in Thunderbird, I sometimes insert text from Notepad++, containing Tabs (Tabulators).

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:

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
add a comment |
When I enter a text-only mail in Thunderbird, I sometimes insert text from Notepad++, containing Tabs (Tabulators).

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:

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
When I enter a text-only mail in Thunderbird, I sometimes insert text from Notepad++, containing Tabs (Tabulators).

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:

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
thunderbird tab-key
asked Jan 18 at 12:21
BowiBowi
233111
233111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
edited Jan 19 at 3:24
answered Jan 19 at 3:18
fixer1234fixer1234
18.7k144982
18.7k144982
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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