Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nmail 5.1.16 #192192

Merged
merged 2 commits into from
Sep 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/n/nmail.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Nmail < Formula
desc "Terminal-based email client for Linux and macOS"
homepage "https://github.com/d99kris/nmail"
url "https://github.com/d99kris/nmail/archive/refs/tags/v4.67.tar.gz"
sha256 "e081a0b1da4be25dc0e09a676c472f84d57639be5bd88b7aac6af60f0ea49f12"
url "https://github.com/d99kris/nmail/archive/refs/tags/v5.1.16.tar.gz"
sha256 "d0c9063521264acc73f70ef66cbc8830015df60395ca463d35518313ad7e8c61"
license "MIT"
head "https://github.com/d99kris/nmail.git", branch: "master"

Expand Down Expand Up @@ -45,7 +45,7 @@ def install
test do
(testpath/".nmail/main.conf").write "user = test"
output = shell_output("#{bin}/nmail --confdir #{testpath}/.nmail 2>&1", 1)
assert_match "error: user not specified in config file", output
assert_match "error: imaphost not specified in config file", output

assert_match version.to_s, shell_output("#{bin}/nmail --version")
end
Expand Down
Loading