forked from neomutt/neomutt
-
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.
- Loading branch information
Showing
9 changed files
with
18 additions
and
18 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
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 |
---|---|---|
|
@@ -68,12 +68,12 @@ sorted through them, fixed them up and documented them. | |
- Source Code: https://github.com/neomutt/neomutt | ||
- Releases: https://github.com/neomutt/neomutt/releases/latest | ||
- Questions/Bugs: https://github.com/neomutt/neomutt/issues | ||
- Website: https://www.neomutt.org | ||
- Website: https://neomutt.org | ||
- IRC: irc://irc.freenode.net/neomutt - please be patient. | ||
We're a small group, so our answer might take some time. | ||
- Mailinglists: [neomutt-users](mailto:[email protected]?subject=subscribe) | ||
and [neomutt-devel](mailto:[email protected]?subject=subscribe) | ||
- Development: https://www.neomutt.org/dev.html | ||
- Development: https://neomutt.org/dev.html | ||
|
||
## Contributors | ||
|
||
|
@@ -218,10 +218,10 @@ Collecting, sorting out and polishing patches to be incorporated upstream (into | |
as well as being a place to gather and encourage further collaboration while reducing | ||
redundant work, are among the main goals of NeoMutt. NeoMutt merges all changes from Mutt. | ||
|
||
More information is available on the [About](https://www.neomutt.org/about.html) page on | ||
More information is available on the [About](https://neomutt.org/about.html) page on | ||
the NeoMutt website. | ||
|
||
Mutt was created by **Michael Elkins** and is now maintained by **Kevin McCarthy**. | ||
|
||
https://www.neomutt.org/guide/miscellany.html#acknowledgements | ||
https://neomutt.org/guide/miscellany.html#acknowledgements | ||
|
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
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
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 |
---|---|---|
|
@@ -81,7 +81,7 @@ static const char *License = N_( | |
"02110-1301, USA.\n"); | ||
|
||
static const char *ReachingUs = | ||
N_("To learn more about NeoMutt, visit: https://www.neomutt.org\n" | ||
N_("To learn more about NeoMutt, visit: https://neomutt.org\n" | ||
"If you find a bug in NeoMutt, please raise an issue at:\n" | ||
" https://github.com/neomutt/neomutt/issues\n" | ||
"or send an email to: <[email protected]>\n"); | ||
|