aboutsummaryrefslogtreecommitdiff
path: root/internal/config/config_test.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-05-11 01:32:45 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-05-11 01:32:45 +0200
commit1031949a98b8c43ec9fc99f8f23240e8644f5e6b (patch)
tree7f813e4ed90d7f236008db20ad17ba2e6dcc2739 /internal/config/config_test.go
parent4fb2a3ff9cb8f1acbc19ab6da4043cabec7eec99 (diff)
downloadfeed2imap-go-1031949a98b8c43ec9fc99f8f23240e8644f5e6b.tar.gz
feed2imap-go-1031949a98b8c43ec9fc99f8f23240e8644f5e6b.tar.bz2
feed2imap-go-1031949a98b8c43ec9fc99f8f23240e8644f5e6b.zip
Fix comments
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
='logmsg'> 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed