We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76ebb2 commit 96a7b6bCopy full SHA for 96a7b6b
1 file changed
install/bootstrap_apps_cli.sh
@@ -175,6 +175,9 @@ if is_profile_admin_or_similar; then
175
is_cli_priority "optional" && homebrew_brew_install "aerc"
176
is_cli_priority "optional" && homebrew_brew_install "himalaya"
177
178
+ # Email filter
179
+ is_cli_priority "optional" && homebrew_brew_install "imapfilter" # Run filters to move/delete emails on remote email servers
180
+
181
# IRC client
182
is_cli_priority "optional" && homebrew_brew_install "irssi" # IRC client. Note: --with-perl=yes --with-proxy included since brew irssi formula v1.2.3
183
0 commit comments