shane.xb.qian
f6b5806af9
fix: make o and O macro work and really sync multiple/individual accounts
Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 jaren geleden
Karel Křemel
05b8300422
parse pop config only when file exists
2 jaren geleden
Luke Smith
60951ccbee
escape single quote in box, fix #880
2 jaren geleden
Luke Smith
607b44e221
leftover from bugtesting
2 jaren geleden
Luke Smith
c3f4ab8db0
better muting, suppress no mpop config, tabbing
2 jaren geleden
Parin Jasoliya
f723938a73
Add Support for POP3 Notification
2 jaren geleden
Wayne Reeves
d2a5d06d43
forgot escape on | to get variable; case condition s/no/mute/
2 jaren geleden
Wayne Reeves
b7f2bc0ff1
check for MAILSYNC_MUTE
2 jaren geleden
Luke Smith
36c87c512e
removed introduced bug, fix #861
2 jaren geleden
Luke Smith
0b9135142a
move msmtp cache and reorder prep
2 jaren geleden
Lokesh Mohanty
315069b5a2
pass: add feature to optionally add a prefix
2 jaren geleden
Luke Smith
30c1c0d2ae
fix #785 since cron now silent
2 jaren geleden
Luke Smith
caf2681891
remove bashism
2 jaren geleden
Luke Smith
ef5bac2b55
remove Protonmail support. POP server now -p
2 jaren geleden
jw
367c10ec3f
Silence mailsync, so cron doesn't spam e-mails on every update
2 jaren geleden
Luke Smith
72fcb51e24
remove harmless sed error msg if no muttrc
2 jaren geleden
f380cedric
3a2f4a55fa
Fix: find & case-insensitive filesystem
On case-insensitive filesystem,
`inbox` and `Inbox` are the same path.
Running `find Inbox inbox [expr]` will print twice the same information.
Use shell glob instead:
`find` will descend into path `inbox`,
ignoring letter cases, only once.
Fix #828 .
2 jaren geleden
Kr1ss
f2014408b9
fix notifications when the Xorg process is just X
To close #845 :
I added the `-x` flag to prevent the regex from matching on _every_ pro-
cess name containing an `X`.
Because I'm not entirely sure about portability (does every `pgrep` va-
riant support that flag), I didn't push this directly.
So what do you think @LukeSmithxyz ?
2 jaren geleden
Luke Smith
4911a7eff3
openfile to lib
2 jaren geleden
Luke Smith
5ae4758790
mailsync manual per debian requirements
2 jaren geleden
Luke Smith
32d63b12db
Revert "Hard link the file instead of copying"
This reverts commit 95687867d1
.
2 jaren geleden
Jakub Kaczor
c7524bdd96
Force hard linking the file
It was forgotten to add `-f` (force) option for `ln` in
95687867d1
. This enables opening files
with the same names, but different contents, with a new NeoMutt
instance, after the previous is closed.
2 jaren geleden
Jakub Kaczor
95687867d1
Hard link the file instead of copying
In the latest neomutt release (2022-04-08), neomutt/neomutt/pull/3267 is
merged. Neomutt doesn't overwrite files with zeros on closing anymore,
just unlinks it. Therefore, instead of copying, files can be hard
linked.
2 jaren geleden
Aisha Tammy
a82a86c310
change path of command to use prefix
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2 jaren geleden
Aisha Tammy
37c91057f7
add GPG WKS publishing functionality
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2 jaren geleden
Matthew McCulley
8e81135f8b
Checks $HOME/.confg/zsh/.zshenv for Env variables
3 jaren geleden
Luke Smith
29f264db23
Revert "allow dynamically loading available mailboxes"
This reverts commit 2cb2fa0345
.
3 jaren geleden
Jberczel
256c091196
Cleanup reorder account numbers action
Refactors commit 85c5d01
* Keep the comment(s) when reordering account numbers in temp file. Users
may accidently reorder rows or rename accounts rather than update order number.
* Remove original default config from muttrc. Currently, script only removes the
macro shortcuts .If you run reorder action multiple times, you'll end up sourcing
multiple "default" config files.
3 jaren geleden
Luke Smith
85c5d01dcd
mw -r to reorder account numbers
3 jaren geleden
Luke Smith
418565eb94
minor tweaks
3 jaren geleden
Luke Smith
bd0075898a
hardcode mailbox names. don't remake shortcuts.
3 jaren geleden
Luke Smith
b6f0bd4426
more computationally efficient idnum discovery
3 jaren geleden
Luke Smith
a3fc13e5ce
465 now default instead of 587
3 jaren geleden
Luke Smith
7a792c7c11
actual lol
3 jaren geleden
Luke Smith
8c668a22e0
lol
3 jaren geleden
Luke Smith
fcf4ba52c3
id numbers removed from filenames
3 jaren geleden
Luke Smith
c88994e730
decrease gnuisms
3 jaren geleden
Luke Smith
e8458ace20
fix #691 , fix #689 , fix #690
3 jaren geleden
Luke Smith
8d177222d6
don't show message info anymore
3 jaren geleden
Luke Smith
f845e11fe2
fix #745 , avoid incompatibility
3 jaren geleden
Horea Christian
5971fadec8
Check both new and cur dirs for notification
Also better formattin
3 jaren geleden
Luke Smith
2be8ea7871
not necessary to create cachedir manually
3 jaren geleden
Luke Smith
bd8551163e
fix for 465 starttls
3 jaren geleden
Luke Smith
fb68f19846
use soyterms if not slower distro
3 jaren geleden
Luke Smith
8239a7d5ca
remove bashism, fix #752
3 jaren geleden
ananthu
8e5bb8bd09
bug; argument getting splitted by space
3 jaren geleden
phire
8171e6327c
Set hostname variable
3 jaren geleden
Luke Smith
f92000e5ed
fix #730 , sed only nl removal with error sup
3 jaren geleden
Kr1ss
b0452a39d5
remove `pidof -s` flag
Ref:
b9a95a055a (commitcomment-52203708)
3 jaren geleden
Kr1ss
b9a95a055a
patch mailsync on macOS; fixes #725
The macOS version of `pidof` doesn't implement the `-s` flag.
3 jaren geleden