summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
Commit message (Expand)AuthorAge
...
* new command "savequery"Patrick Totzke2018-07-24
* add global namedqueries commandPatrick Totzke2018-07-24
* Merge pull request #1252 from pazz/update-envelope-keysDylan Baker2018-07-24
|\
| * rename function that updates gpg keys in envelopesPatrick Totzke2018-06-21
* | ComposeCommand: open signature as binaryJohannes Löthberg2018-07-12
|/
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
* Use urwid.util.detected_encoding instead of try_decodeDylan Baker2018-03-06
* use helper.try_decode instead of guess_encodingDylan Baker2018-03-06
* globals: try to fix debian magic errorDylan Baker2018-03-01
* commands/globals: fix bindings help for py3kDylan Baker2018-03-01
* alot/command/globals: fix py3kDylan Baker2018-03-01
* repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* py3k: remove basestring and unicode.Dylan Baker2018-03-01
* Move screen stop/start logic into context manager.Thomas Nixon2018-02-19
* Fix #1191, lockup after running external command.Thomas Nixon2018-02-19
* Merge pull request #1199 from three-comrades/fix_templatesDylan Baker2018-02-15
|\
| * Fix non-ascii templates.Julian Mehne2018-02-15
* | Add --tags argument to compose commandJohannes Löthberg2018-02-12
|/
* Move processing of setting to the right place.Julian Mehne2018-01-21
* Fix `:compose --template=foo` if default template_dir is used.Julian Mehne2018-01-21
* Report error if configuration file cannot be reloaded.Julian Mehne2018-01-07
* Inform user why :compose got cancelled.Julian Mehne2017-12-02
* pep8 fixesPatrick Totzke2017-09-01
* commands/globals: Only set stdin to a pipe if there is dataDylan Baker2017-08-23
* command/globals: Test for not None rather than callableDylan Baker2017-08-23
* commands/globals: Simplify ExternalCommand thread_CodeDylan Baker2017-08-23
* commands/globals: spelling and grammar of a commentDylan Baker2017-08-22
* Merge pull request #1126 from lucc/py3/py2-compatibleDylan Baker2017-08-22
|\
| * py3k: Use logging.warning instead of warnLucas Hoffmann2017-08-20
* | Use io.BytesIO and io.StringIODylan Baker2017-08-19
|/
* alot: replace email.Utils with email.utilsDylan Baker2017-08-16
* commands: Don't try to sign_by_default without a gpg keyDylan Baker2017-08-11
* docs: Update docstrings for move commandsLucas Hoffmann2017-08-05
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Add a reload commandDylan Baker2017-07-10
* Exclude search.exclude_tags from searchesJohannes Löthberg2017-06-08
* don't select "yes" on returnPatrick Totzke2017-06-05
* commands/globals: use __future__ divisionDylan Baker2017-01-27
* Merge pull request #1000 from dcbaker/pr/argument-validatorLucas Hoffmann2017-01-27
|\
| * Move utils/booleanaction.py to utils/argparse.pyDylan Baker2017-01-25
* | Use email.utils.formataddr when preparing headersLucas Hoffmann2017-01-25
|/
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | commands/global: Don't double prompt to close last bufferDylan Baker2017-01-17
* | Print error when trying to close last buffer without enabling settingDylan Baker2017-01-17
|/
* Merge pull request #963 from dcbaker/pr/fix-typoPatrick Totzke2017-01-12
|\
| * alot/commands/globals: fix typoDylan Baker2017-01-12
* | Merge pull request #878 from meskio/encrypt_ccDylan Baker2017-01-12
|\ \ | |/ |/|
| * Encrypt for the CC addresses tooRuben Pollan2017-01-01