Skip to content

Commit

Permalink
Document new override behaviour.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichar1 authored and pazz committed Jun 13, 2020
1 parent e823f3d commit 8343bff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions alot/addressbook/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ def __init__(self, commandline, regex, reflags=0,
:param reflags: flags to use with regular expression.
Use the constants defined in :mod:`re` here
(`re.IGNORECASE` etc.)
The default (inherited) value is set via the
`ignorecase` config option
(defaults to `re.IGNORECASE`)
Setting a value here will replace this.
:type reflags: str
:param external_filtering: if True the command is fired
with the given search string as parameter
Expand Down

0 comments on commit 8343bff

Please sign in to comment.