Giter Site home page Giter Site logo

deoplete-mutt-alias's Introduction

deoplete-mutt-alias

Mutt alias completion source for Deoplete.

screenshot

Configuration

There is none. This source searches all files in $XDG_CONFIG_HOME/mutt/, ~/.mutt/, $XDG_CONFIG_HOME/neomutt/ and ~/.neomutt/ and collects aliases from all of them.

Matching

This source uses a custom matcher. The completion candidates are only gathered if the current line is a header.

These will all show aliases in the completion menu:

To: foo|
Cc: foo|
Bcc: foo|
Subject: foo|

This will not:

lorem ipsum dolor foo|

The matcher also does some magic so the name of the alias is shown in the completion menu, but not inserted into the buffer. If the menu shows mom: Jane Doe <[email protected]>, only Jane Doe <[email protected]> will be inserted into the buffer. This way you can search by alias (mom), even if the alias does not contain words in the name (Jane Doe) or email address ([email protected]) of the person.

Because of the custom matching behavior, I do not recommend overriding the matcher for this source.

License

BSD 2-clause

deoplete-mutt-alias's People

Contributors

deathlyfrantic avatar

Watchers

 avatar  avatar  avatar

Forkers

linsong

deoplete-mutt-alias's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.