-
Notifications
You must be signed in to change notification settings - Fork 229
Added autocomplete of mail addresses to attendees in event editor in interactive mode. #1324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dabrowskiw
wants to merge
19
commits into
pimutils:master
Choose a base branch
from
dabrowskiw:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
543890e
Initial version, autocomplete works, leaving field and highlight of s…
e3c5267
Added correct focus traversal and highlighting in list.
2a71e61
Added configuration for address provider
d823af4
Added correct conversion of attendees to VCARD, other small fixes
d2b5df3
ruff formatting
c617970
Added additional_widgets dependency
ea390ec
Updated tests to match new functionality and fixed two bugs uncovered…
ecf6e9b
Added myself to AUTHORS
3278635
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 961e332
Fixed bug that caused crash when editing events
4b25a06
merge
ed86eb2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0fc8e8a
Changed default address_adapter value; Added address_adapter in [defa…
2c53ebe
Updated tests
8986b04
Merge branch 'master' of https://github.com/dabrowskiw/khal
a223017
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 70d8b86
Added adherence to mypy requirements
c3a1488
Update pyproject.toml
dabrowskiw 8d6e792
Update pyproject.toml
dabrowskiw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What behaviour does
Nonecause and why not default tokhard email | tail -n +2?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nonecauses no autocompletion to be available (no address book). The idea behind not setting the default tokhard emailwas that not everyone might have khard installed.However, I agree that this is counterintuitive. I have committed a change that:
khard email | tail -n +2None, meaning "empty address book"None, i.e. the address book is assumed to be empty.Does that make more sense?