#
neomutt
Here are 61 public repositories matching this topic...
vim
shell
tmux
productivity
vimrc
zshrc
productivity-booster
vim-plug
qutebrowser
xmonad
mutt
xmobar
tmux-configuration
i3wm
neomutt
polybar
muttrc
mutt-configuration
-
Updated
Jun 4, 2020 - Vim script
notmuchmail, taskwarrior and mutt are about to be your next dreamteam
-
Updated
May 29, 2019 - Python
Home for personal config files
-
Updated
Dec 14, 2020 - Vim script
My personal dot files and folders
-
Updated
Sep 24, 2019 - Shell
Improve this page
Add a description, image, and links to the neomutt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the neomutt topic, visit your repo's landing page and select "manage topics."
In #2761 I introduced a new API,
struct Mailbox *ctx_mailbox(struct Context* ctx), which has the sole purpose to avoid boilerplate likeif (Context && Context->mailbox).I would like to use the API more extensively, whenever
Context->mailboxis used. This needs to be done with care asContextis a global variable and its contents might change when calling other functions.This would