Age | Commit message (Collapse) | Author |
|
|
|
when u have multiple emails in neomutt at the same time, you can sometimes forget which email u'r currently viewing, so with this addition youll be able to see.
all i did was add the email to the default status bar configuration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This enables users to easily recognize notifications to be able to
modify or style them through notification daemons.
|
|
aymanbagabas-master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line
* change the pgrep line
* Revert "Update domains.csv (#321)"
This reverts commit a92c01e13121f42b9f9b8962ae2c07b0a0ce5d4d.
* Revert "Revert "Update domains.csv (#321)""
This reverts commit af0c0826b9a699780256dc8492e74a157cab2a85.
* Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line"
This reverts commit ca64a6ae56a31ead28cc638d8d8dac7e28f9df68.
* Revert "Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line""
This reverts commit 4304eb731c109289251e06ef86377d372cef07e4.
|
|
* Run serverinfo query based on if proton or not
* If domain is already protonmail don't ask if it is
* Fix protonmail fingerprint extraction
* Update docs re: protonmail bridge timing out
|
|
|
|
|
|
|
|
Added new search location for certificates and modified command that caused errors for Protonmail users.
|
|
|
|
If the password contains single quotes and is not surrounded by quotes,
Mutt removes the single quotes, rendering an incorrect password.
|
|
This patch puts the environment variable PREFIX in more use. If
specified, mull-wizard Makefile substitute all instances of prefix with
the provided environment variable.
Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
|
|
In my [PR 224](https://github.com/LukeSmithxyz/mutt-wizard/pull/224), I
introduced a bug. While I was catching SIGINT with the trap statement,
I did not actually exit the script and returned into the shell.
Fixes https://github.com/LukeSmithxyz/mutt-wizard/issues/234
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The terminal text color wasn't reset when the user aborted the wizard
while being prompted for input.
This resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/224
|
|
use image resolution to display the image attachments
|
|
|
|
|
|
|
|
|
|
attachment
|
|
|
|
The current test did not terminate the script in cases when the user
already has a private GPG key, but they'd not initialized the password
store.
This leads to an infinite loop in the `getpass()` function.
The commit fixes https://github.com/LukeSmithxyz/mutt-wizard/issues/204
|
|
This allows mailsync to be called like this `bindsym $mod+e exec --no-startup-id mailsync; exec $term -e neomutt && pkill -RTMIN+12 i3blocks` such that it refreshes your mail when you open mutt without it needlessly syncing if a sync is already running.
|
|
Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/197.
|