This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
mutt-wizard
mirror of
https://github.com/LukeSmithxyz/mutt-wizard.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
leftover from bugtesting
pull/891/head
Luke Smith
2 years ago
parent
c3f4ab8db0
commit
607b44e221
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
bin/mailsync
+ 0
- 3
bin/mailsync
View File
@@ -67,9 +67,6 @@ syncandnotify() {
newcount=$(echo "$new" | sed '/^\s*$/d' | wc -l)
[ -z "$MAILSYNC_MUTE" ] && case 1 in
$((newcount > 0)) ) notify "$acc" "$newcount" ;;
*)
echo lololol
;;
esac
}
Write
Preview
Loading…
Cancel
Save