#
mutt
Here are 186 public repositories matching this topic...
gbonfiglio
commented
May 3, 2020
General informations
- system/distribution (with version): Debian Buster
- offlineimap version (
offlineimap -V): offlineimap v7.2.3 - Python version: v2.7.16
- server name or domain: Amazon WorkMail
- CLI options: nothing special
Configuration file offlineimaprc
[Repository WorkMail-Remote]
type = IMAP
remotehost = imap.mail.eu-west-1.awsapps.com
remoteuser = REDAC
Color scheme for multiple code editors and terminals
vim
theme
zsh
palette
color-scheme
color-palette
vim-airline
irssi
xterm
konsole
urxvt
mutt
xfce4-terminal
-
Updated
Oct 4, 2020 - Shell
Query macOS contacts from the command line
-
Updated
Jan 27, 2018 - Swift
git
vim
macos
dotfiles
tmux
fish
vimrc
wiki
fish-shell
neovim-dotfiles
mutt
tmux-configuration
dot-files
alacritty
minpac
wincent
ipatch
neovim-setup
alacritty-config
-
Updated
Dec 14, 2020 - Shell
Address lookup tool for Notmuch in C using GLib and libnotmuch
-
Updated
Feb 25, 2020 - C
Collection of harmonized, light command-line interface (CLI) color themes for tmux, cmus, newsboat, mcabber, Vim, Vifm, and Mutt.
-
Updated
May 5, 2020 - Vim script
MOVED TO GITLAB
linux
tmux
vimrc
bashrc
mpd
emacs
gnu-linux
dmenu
mutt
ranger
ncmpcpp
bspwm
rxvt-unicode
st
muttrc
prot16
dmenu-scripts
urxvt-configuration
newsboat
tempus-themes
-
Updated
Jul 3, 2018 - Vim script
Improve this page
Add a description, image, and links to the mutt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mutt 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