-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix a typo in README.org. - Drop `version_name` manifest key unsupported bu Gecko.
- Loading branch information
1 parent
68a9151
commit 6917ce8
Showing
4 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ from the releases section of the GitHub project | |
and use "install from file" option in the add-on management tab. | ||
Alternatively a repository clone may be loaded as a temporary extension | ||
from the add-on debugging tab. Thunderbird removes column state from | ||
folder views when temporary add-on is not loaded, so it may be inconvenient.. | ||
folder views when temporary add-on is not loaded, so it may be inconvenient. | ||
A new toolbar button should appear in the mail tabs. | ||
Right click on message list header should reveal new column | ||
that may be added to the folder view. | ||
|
@@ -86,7 +86,7 @@ and for the | |
[[https://github.com/maxnikulin/linkremark][LinkRemark browser extension]]. | ||
|
||
If you have installed bURL earlier for LinkRemark, update it to the latest | ||
release. As to configuration, it should be enough | ||
release (bURL-0.4 or later is required). As to configuration, it should be enough | ||
to add [email protected]= the =allowed_extensions= array | ||
in the native application manifest. The latter is located in | ||
=~/.mozilla/native-messaging-hosts=. If you use =news:= or =nntp:= links | ||
|
@@ -188,9 +188,7 @@ For native messaging backend problems see the related section in Mozilla | |
orco is published under [[https://www.gnu.org/licenses/gpl-3.0.html][the GNU GPLv3 license]] or any later | ||
version. See the [[file:LICENSE.txt]] file in this directory. | ||
|
||
#+begin_center | ||
#+attr_html: :alt orco icon | ||
[[file:icons/orco-128.png]] | ||
#+end_center | ||
|
||
# LocalWords: LinkRemark Thunderbird bURL backend orco |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>orco-0.2.1 Release Notes</title> | ||
</head> | ||
<body> | ||
<h1>orco-0.2.1</h1> | ||
<p>The add-on requires native messaging helper application | ||
<a href="https://github.com/maxnikulin/burl">https://github.com/maxnikulin/burl</a> | ||
</p> | ||
<p> | ||
Add-on features: | ||
</p> | ||
<ul> | ||
<li>A column in message list view displaying an icon if Message-ID is found in your notes. | ||
It is hidden by default.</li> | ||
<li>List of mentioned mentions is fetched using bURL native messaging host application. | ||
By default <samp>mid:</samp> links are extracted. To add web archives of mail lists | ||
(URLs must contain Message-IDs), add more prefixes in add-on settings. | ||
To enable <samp>news:</samp> or <samp>nntp:</samp> links, add more schemes | ||
to the command invoking bURL in the wrapper script.</li> | ||
<li>From context menu for message list or directly from add-on toolbar button | ||
(browser action) popup a command to open particular location in your notes file | ||
may be sent to GNU Emacs. It requires running Emacs server, | ||
a <code>server-visit-hook<code> to reveal folded headings is suggested.</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters