about summary refs log tree commit diff stats
path: root/src/tools/bookmark_ignore.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearMichael Vetter2023-01-101-1/+1
|
* Update copyright yearMichael Vetter2022-05-091-1/+1
|
* Apply coding styleMichael Vetter2020-07-071-4/+4
|
* Revert "Apply coding style"Michael Vetter2020-07-071-4/+4
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-4/+4
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Add bookmark ignore add|removeMichael Vetter2020-05-241-0/+2
| | | | Regards https://github.com/profanity-im/profanity/issues/1115
* List ignored bookmarksMichael Vetter2020-05-241-0/+1
| | | | | | `/bookmarl ignore` lists the ignored bookmarks. Regards https://github.com/profanity-im/profanity/issues/1115
* Add bookmark ignore functionality for multiple accountsMichael Vetter2020-05-241-0/+2
| | | | | | | | | | | | | ``` cat ~/.local/share/profanity/bookmark_ignore [jubalh@iodoru.org] profanity@rooms.dismail.de=true [testuser@domain.org] testr@rooms.domain.org=true ``` Regards https://github.com/profanity-im/profanity/issues/1115
* PoC for bookmark ignoreMichael Vetter2020-05-241-0/+41
``` ~/.local/share/profanity % cat bookmark_ignore [ignore] profanity@rooms.dismail.de= ``` Regards https://github.com/profanity-im/profanity/issues/1115