summaryrefslogtreecommitdiff
path: root/alot
Commit message (Collapse)AuthorAge
* Merge branch '0.3.8-settings-encrypt-by-default-854' into testingPatrick Totzke2016-03-24
|\
| * Remove encryption keys from envelope if encryption flag is unset.Lucas Hoffmann2016-03-24
| |
| * Fix double space.Lucas Hoffmann2016-03-24
| |
| * Add --trusted option to envolope commands encrypt and toggleencrypt.Lucas Hoffmann2016-03-24
| |
| * Handle deprecated option values gracefully.Lucas Hoffmann2016-03-24
| |
| * Add deprecation warning for old format.Lucas Hoffmann2016-03-24
| |
| * Clean up recipient string before searching encryption key.Lucas Hoffmann2016-03-24
| |
| * Fix top level check for encrypt_by_default.Lucas Hoffmann2016-03-24
| |
| * Change possible values for new option.Lucas Hoffmann2016-03-24
| |
| * Implement key id validity checks for encrypt_by_default.Lucas Hoffmann2016-03-24
| | | | | | | | | | If encrypt_by_default is set to 'Valid' only keys whose email is trusted to belong to the key are used.
| * Make encrypt_by_default a three choice option.Lucas Hoffmann2016-03-24
| | | | | | | | | | The new specs for the config file are defined to allow existing config files to work with it.
| * Fix unsign command for envelope buffers.Lucas Hoffmann2016-03-24
| |
* | Fix unsign command for envelope buffers.Lucas Hoffmann2016-03-24
| |
* | Merge branch '0.3.8-polish-exit-flush-853' into testingPatrick Totzke2016-03-12
|\|
| * set flush_retry_timeout=0 to prevent retryPatrick Totzke2016-03-12
| |
| * Make sure to flush on exitPatrick Totzke2016-03-12
| |
* | Merge branch '0.3.8-settings-encrypt-by-default-854' into testingPatrick Totzke2016-03-11
|\ \
| * | Make encrypt_by_default a three choice option.Lucas Hoffmann2016-03-11
| |/ | | | | | | | | The new specs for the config file are defined to allow existing config files to work with it.
| * Add and update several docstrings.Lucas Hoffmann2016-03-11
| |
| * Add signal for SIGINT callback ExitCommandGuillaume Seren2016-03-10
| |
* | Add and update several docstrings.Lucas Hoffmann2016-03-11
| |
* | Add signal for SIGINT callback ExitCommandGuillaume Seren2016-03-10
| |
* | Merge branch '0.3.8-magic-841' into testingPatrick Totzke2016-02-21
|\ \
| * | fix #841Patrick Totzke2016-02-21
| |/
* | Merge branch '0.3.7-fix-823' into testingPatrick Totzke2016-01-31
|\|
| * alot/addressbook/abook.py: fix DEFAULTSPATH to account for code movement in ↵Johannes 'josch' Schauer2016-01-31
| | | | | | | | commit 2f064af
| * alot/settings/utils.py: extend error message on IOError exceptionJohannes 'josch' Schauer2016-01-31
| |
* | Merge branch 'master' into testingPatrick Totzke2016-01-30
|\|
| * Added function docstring to UI.handle_signalMicah Nordland2016-01-26
| |
| * refresh current buffer on SIGUSR1Micah Nordland2016-01-26
| |
| * Fix docstring for alot.addressbook.AddressBook.Lucas Hoffmann2016-01-25
| | | | | | | | | | The name of the referenced class was changed in 637b679003b353d2630fed8ca942f3ab522e68b5.
| * Do not crash when emails' date is malformated.Tony Cheneau2016-01-16
| |
* | Do not crash when emails' date is malformated.Tony Cheneau2016-01-22
| |
* | bump version numberPatrick Totzke2015-12-21
|/
* version bumpPatrick Totzke2015-12-21
|
* add __main__.pyPatrick Totzke2015-12-17
|
* Option to show all tags of a message, even if they are commom to threadAndres MRM2015-12-16
|
* pep8 fixesPatrick Totzke2015-12-16
|
* Allow configuring what does alot consider to be the thread subject.Anton Khirnov2015-12-16
|
* added hook for the user to sinitize attachments filenamesCinghio Pinghio2015-12-16
|
* Call the `exit` hook at the end of main().Lucas Hoffmann2015-12-16
|
* Add newline at EOF.Lucas Hoffmann2015-12-16
|
* Add a boolean parameter to --listGuillaume Seren2015-12-16
| | | | | | | This commit add a boolean param to configure --list: * None: (default) Let the process as defined in config. * True: Force 'auto_replyto_mailinglist=True' and ignore config setup, Need list-id. * False: Force 'auto_replyto_mailinglist=False' and just reply to the sender.
* Auto detect mailing list replyGuillaume Seren2015-12-16
| | | | | | | Auto-detect the '--list' for you automagically when you just ':reply' on a list, it is based on a config param that give you the control, by default it is off, you have to setup your config file, like: auto_replyto_mailinglist = True
* Add --list option to reply Mailing listGuillaume Seren2015-12-16
| | | | | | | | | | | Provide an option to the reply command ':reply --list': * In reply to someone to a list (not you), it will take if available (Reply-To, X-BeenThere or X-Mailing-List). * In the rare reply to you sending to a list, it will take the To which is the list mail. This work start/rebase/refactor from this 'old' (3 years) PR on github: https://github.com/pazz/alot/pull/479#issuecomment-152750321
* Encrypt on reply to encrypted email and add 'encrypt_by_default' configRuben Pollan2015-12-16
|
* add account option alias_regexpvrs2015-12-16
|
* remove deprecated methodPatrick Totzke2015-11-24
| | | | see also issue #794
* fix: dont overwrite default re-flag 0 with NonePatrick Totzke2015-04-15
| | | | issue #764
* config setting: shellcommand_external_filteringPatrick Totzke2015-04-15
| | | | that exposes ExternalAddressbook's new functionality