All Projects → ork → mutt-office365

ork / mutt-office365

Licence: other
A mutt configuration file ready for Office 365

Projects that are alternatives of or similar to mutt-office365

dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (-79.4%)
Mutual labels:  mutt
muttjump
Jump to the original message from a virtual maildir in Mutt
Stars: ✭ 26 (-90.26%)
Mutual labels:  mutt
dotfiles
These dotfiles could be your life.
Stars: ✭ 42 (-84.27%)
Mutual labels:  mutt
mutt
🧛🏻‍♂️ Dark theme for Mutt
Stars: ✭ 25 (-90.64%)
Mutual labels:  mutt
dotfiles
My dotfiles
Stars: ✭ 23 (-91.39%)
Mutual labels:  mutt
dotfiles
Gnu/Linux toolbox configuration files
Stars: ✭ 23 (-91.39%)
Mutual labels:  mutt
dotfiles
My configuration files for Linux and macOS
Stars: ✭ 20 (-92.51%)
Mutual labels:  mutt
Dotfiles
My Dotfiles
Stars: ✭ 59 (-77.9%)
Mutual labels:  mutt
tools
Little codes here and there to automate some of my boring daily routines and configurations
Stars: ✭ 82 (-69.29%)
Mutual labels:  mutt
magpie
Dotfiles of my minimal Unix system geared for media, programming & writing
Stars: ✭ 37 (-86.14%)
Mutual labels:  mutt
colorcli
Collection of harmonized, light command-line interface (CLI) color themes for tmux, cmus, newsboat, mcabber, Vim, Vifm, and Mutt.
Stars: ✭ 40 (-85.02%)
Mutual labels:  mutt
cfg
my dotfiles
Stars: ✭ 26 (-90.26%)
Mutual labels:  mutt
tutorials
Configuration tutorials for a variety of mail user agents.
Stars: ✭ 24 (-91.01%)
Mutual labels:  mutt
Neomutt
✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
Stars: ✭ 2,343 (+777.53%)
Mutual labels:  mutt
Offlineimap
Read/sync your IMAP mailboxes (python2)
Stars: ✭ 1,647 (+516.85%)
Mutual labels:  mutt
Vimpressionist
🎨 Vim on steroids for keyboard lovers
Stars: ✭ 55 (-79.4%)
Mutual labels:  mutt
himalaya
Command-line interface for email management
Stars: ✭ 1,715 (+542.32%)
Mutual labels:  mutt

mutt-office365

A mutt configuration file ready for Office 365

Preamble

Tested with Mutt 1.5.23 from source code.

Use your package manager to install Mutt.

You need Mutt >= 1.5.23 and the cyrus-sasl-plain package on RPM systems. If it is not available, follow these instructions:

# yum install gdbm-devel.x86_64 ncurses-devel.x86_64 cyrus-sasl-devel.x86_64 cyrus-sasl-plain.x86_64
# wget https://bitbucket.org/mutt/mutt/downloads/mutt-1.5.23.tar.gz
# tar xfvz mutt-1.5.23.tar.gz
# cd mutt-1.5.23
# ./configure --enable-debug --enable-imap --with-ssl --enable-smtp --enable-hcache --with-sasl
# make install
# ln -s /usr/local/bin/mutt /usr/bin/mutt

Installation

Clone this repository into the ~/.mutt/ directory.

Configuration

Edit the ~/.mutt/user file.

# User config
set my_realname="John Smith"
set my_username="john.smith"
set my_domain="example.com"
set my_password="This password is secure"
set my_lang="fr_FR"

Don't forget your ~/.mutt/signature file. Contacts and mailing-lists are stored in ~/.mutt/aliases and ~/.mutt/mailing_lists.

Usage

Key bindings are used to move across IMAP folders. Sent messages are placed in the adequate folder. The IMAP connexion is persistent, thus making folders up to date without any user intervention.

The new commands:

gi : Go to the inbox
gs : Go to the sent messages
gt : Go to the trash
gd : Go to the drafts
G  : Force IMAP sync

Todo

Office365 IMAP folders are localized, which means we have to create dedicated config files for each language. Language definitions are placed under the .mutt/lang/ directory.

Feel free to send me a pull request with the changes for your language.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].