summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* add global command 'removequery'Patrick Totzke2018-07-24
* new command "savequery"Patrick Totzke2018-07-24
* add setter for (notmuch) configs to database managerPatrick Totzke2018-07-24
* add default binding for namedqueries bufferPatrick Totzke2018-07-24
* add config option to configure the statusbarPatrick Totzke2018-07-24
* update theme spec, default theme and testsPatrick Totzke2018-07-24
* add new buffer type NamedQueriesBufferPatrick Totzke2018-07-24
* add text widget used in namedqueries buffersPatrick Totzke2018-07-24
* add select command for namedqueries bufferPatrick Totzke2018-07-24
* add global namedqueries commandPatrick Totzke2018-07-24
* expose namedquery command to CLIPatrick Totzke2018-07-24
* add getter for named queries to DB managerPatrick Totzke2018-07-24
* Merge pull request #1252 from pazz/update-envelope-keysDylan Baker2018-07-24
|\
| * update gpg keys only if envelope asks for encryptionPatrick Totzke2018-06-21
| * rename function that updates gpg keys in envelopesPatrick Totzke2018-06-21
* | Respect colour mode set in config fileAlexander Shpilkin2018-07-22
* | widgets/globals: inverse search keys (up/down)Dylan Baker2018-07-18
* | Merge pull request #1266 from mjg/message-from-bytesDylan Baker2018-07-17
|\ \
| * | use email.message_from_bytesMichael J Gruber2018-07-11
| * | rename message_from_ functionsMichael J Gruber2018-07-11
| * | Revert "require chardet"Michael J Gruber2018-07-11
* | | alot/helper: parse_mailto: unquote is in urllib.parse in Python 3Johannes Löthberg2018-07-16
* | | ComposeCommand: open signature as binaryJohannes Löthberg2018-07-12
|/ /
* | Merge pull request #1222 from mjg/thread-retagpromptPatrick Totzke2018-06-23
|\ \
| * | provide retagprompt command in thread modeMichael J Gruber2018-06-22
| * | refactor common retagpromptMichael J Gruber2018-06-22
* | | add missing importPatrick Totzke2018-06-22
|/ /
* / lazy reading of config files in SettingsManagerPatrick Totzke2018-06-21
|/
* Merge pull request #1228 from dcbaker/auto-encrypt-newPatrick Totzke2018-06-19
|\
| * envelope: Update encryption keys when CC, To, or From is changedDylan Baker2018-03-12
* | remove deprecated future importsPatrick Totzke2018-06-19
* | refactor buffersPatrick Totzke2018-06-19
* | Merge branch 'master' into futurePatrick Totzke2018-06-19
|\ \
| * | use importlib to load hooks code at startupPatrick Totzke2018-06-19
* | | Remove old __future__ importsLucas Hoffmann2018-06-19
|/ /
* | fix encoding issue in thread.PrintCommandPatrick Totzke2018-06-18
* | db/utils: remove unused importDylan Baker2018-05-15
* | alot/helper: allow call_cmd to take bytes or strings as stdinDylan Baker2018-05-15
* | commands/thread use a BytesIO instead of StringIO objectDylan Baker2018-05-15
* | alot/db/utils: improve unknown CTE messageDylan Baker2018-05-15
* | Merge branch 'master' into py3kDylan Baker2018-05-15
|\ \
| * | better message on hook loading failureMatthieu Coudron2018-05-14
* | | Add support for binary Content-Transfer-EncodingDylan Baker2018-05-07
* | | Fix some formatting requests for @luccDylan Baker2018-04-24
* | | This merges Pazz split of the extract_body functionDylan Baker2018-04-24
|\| |
| * | refactor db/utils.extract_bodyPatrick Totzke2018-04-24
| |/
* | db/utils: fix bad merge conflict resolutionDylan Baker2018-04-24
* | Merge remote-tracking branch 'bignose/wip/issue/python3-codeclimate' into py3kDylan Baker2018-04-24
|\ \
| * | Extract a level of nested control flow.Ben Finney2018-04-23
| * | Wrap long statements on open-bracket syntax.Ben Finney2018-04-23