Skip to content

Commit

Permalink
Fix-up commit generated by crap-clone. (~2 +0 -0 =220)
Browse files Browse the repository at this point in the history
www/mail/faq.html 1.15->1.17
www/mail/hebrew/faq.html 1.8->1.9
  • Loading branch information
Eyal Rozenberg authored and crap committed Jun 19, 2005
1 parent a8edeb5 commit 802fa04
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
14 changes: 12 additions & 2 deletions www/mail/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,21 @@ <h3><a name="miscellany">Miscellany</a></h3>
<div class="faq-item">
<div class="question">I noticed that some code from the BiDi Browser UI extension was incorporated into the Mozilla codebase. Can we expect this to happen with this extension also? How soon?</div>
<div class="answer">
<p>That's a very perecptive question... it is possible that code adoption will also happen with this extension, but there are no immediate plans for something like this. If you want to pester somebody more authoritative on this issue, take it up with one of the <a href="http://www.mozilla.org/owners.html">owners or peers</a> of the <a href="http://www.mozilla.org/owners.html#Mail/News">Mail/News</a>, <a href="http://www.mozilla.org/owners.html#Standalone%20Mail">Standalone Mail</a>, or <a href="http://www.mozilla.org/owners.html#Composer">Composer</a> modules.</p>
<p>That's a very perceptive question... it is possible that code adoption will also happen with this extension, but there are no immediate plans for something like this. If you want to pester somebody more authoritative on this issue, take it up with one of the <a href="http://www.mozilla.org/owners.html">owners or peers</a> of the <a href="http://www.mozilla.org/owners.html#Mail/News">Mail/News</a>, <a href="http://www.mozilla.org/owners.html#Standalone%20Mail">Standalone Mail</a>, or <a href="http://www.mozilla.org/owners.html#Composer">Composer</a> modules.</p>
</div>
<hr>
</div>

<div class="faq-item">
<div class="question">Why does the extension change the behavior of the <code>Enter</code> key? I want the default 'Body Text'-style behavior back...</div>
<div class="answer">
<p>You can revert to the default <code>Enter</code> key behavior by setting the preference:
<div class="code-segment">pref("mailnews.alternative_enter_behavior", false);</div></p>
</div>
<hr>
</div>


<div class="faq-item">
<div class="question">I have another issue which is not covered in this FAQ...</div>
<div class="answer">
Expand All @@ -112,4 +122,4 @@ <h3><a name="blah">Some other subject</a></h3>
-->

<hr>
</div>
</div>
9 changes: 9 additions & 0 deletions www/mail/hebrew/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ <h3><a name="miscellany">שונות</a></h3>
<hr>
</div>

<div class="faq-item">
<div class="question">מדוע משנה ההרחבה את התנהגות מקש ה-<code>Enter</code>? אני רוצה את ההתנהגות ה-'Body Text'-ית הישנה והטובה חזרה...</div>
<div class="answer">
<p>תוכלו לחזור להתנהגות ברירת-המחדל של מקש ה-<code>Enter</code> באמצעות קביעת ההעדפה הבאה:
<div class="code-segment">pref("mailnews.alternative_enter_behavior", false);</div></p>
</div>
<hr>
</div>

<div class="faq-item">
<div class="question">יש לי שאלה שלא מופיעה בדף הזה...</div>
<div class="answer">
Expand Down

0 comments on commit 802fa04

Please sign in to comment.