Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Windows
pEp for Outlook
Commits
78a047cf
Commit
78a047cf
authored
May 06, 2021
by
Thomas
Browse files
OUT-798: Start counter at 2
parent
55c49535
Changes
1
Hide whitespace changes
Inline
Side-by-side
PEPAttachment.cs
View file @
78a047cf
...
...
@@ -1071,7 +1071,7 @@ namespace pEp
* rename to 'file.ext', 'file (1).ext', 'file (2).ext' etc.
*/
bool
error
=
false
;
int
counter
=
1
;
int
counter
=
2
;
string
normalizedFileName
=
this
.
FileName
;
// If there is already a file with this file name, add number
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment