Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mark as read option: mark manually #809

Closed
ferdiga opened this issue Feb 27, 2018 · 6 comments
Closed

mark as read option: mark manually #809

ferdiga opened this issue Feb 27, 2018 · 6 comments

Comments

@ferdiga
Copy link

ferdiga commented Feb 27, 2018

Steps to reproduce

  1. open mail
  2. automatically marked as read

Expected behaviour

I want / need to control which messages are "read" manually or easily add a ToDo tag.
especially if the same account is read by other team mebers

Actual behaviour

all messages are marked as read immediately

Mail app

Mail app version: (see apps admin page)
0.7.9

Mailserver or service: (e.g. Outlook, Yahoo, Gmail, Exchange,...)
Gmail
Number of accounts:
1 configured - for now, will have to include 5 or 6

Server configuration detail

Operating system: Linux 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u2 (2018-02-21) x86_64

Webserver: Apache/2.4.25 (Debian) (apache2handler)

Database: mysql 10.1.26

PHP version: 7.0.27-0+deb9u1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, apache2handler, apcu, mysqlnd, PDO, xml, apc, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, igbinary, imagick, imap, intl, json, exif, mcrypt, mysqli, pdo_mysql, pdo_sqlite, Phar, posix, readline, redis, shmop, SimpleXML, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Zend OPcache

Nextcloud version: 12.0.5 - 12.0.5.3

Updated from an older Nextcloud/ownCloud or fresh install:

Where did you install Nextcloud from: unknown

Signing status

Array

List of activated apps
Enabled:
 - activity: 2.5.2
 - admin_audit: 1.2.0
 - comments: 1.2.0
 - dav: 1.3.1
 - deck: 0.3.0
 - external: 2.0.3
 - federatedfilesharing: 1.2.0
 - federation: 1.2.0
 - files: 1.7.2
 - files_external: 1.3.0
 - files_fulltextsearch: 0.6.0
 - files_pdfviewer: 1.1.1
 - files_sharing: 1.4.0
 - files_texteditor: 2.4.1
 - files_trashbin: 1.2.0
 - files_versions: 1.5.0
 - firstrunwizard: 2.1
 - fulltextsearch: 0.6.1
 - fulltextsearch_elasticsearch: 0.6.1
 - gallery: 17.0.0
 - issuetemplate: 0.3.0
 - logreader: 2.0.0
 - lookup_server_connector: 1.0.0
 - mail: 0.7.9
 - nextcloud_announcements: 1.1
 - notifications: 2.0.0
 - oauth2: 1.0.5
 - passman: 2.1.4
 - password_policy: 1.2.2
 - provisioning_api: 1.2.0
 - serverinfo: 1.2.0
 - sharebymail: 1.2.0
 - survey_client: 1.0.0
 - systemtags: 1.2.0
 - theming: 1.3.0
 - twofactor_backupcodes: 1.1.1
 - updatenotification: 1.2.0
 - workflowengine: 1.2.0
Disabled:
 - admin_notifications
 - announcementcenter
 - bookmarks
 - bruteforcesettings
 - calendar
 - contacts
 - encryption
 - files_videoplayer
 - notes
 - ocr
 - ojsxc
 - registration
 - spreed
 - spreedme
 - tasks
 - user_external
 - user_ldap

Configuration (config/config.php)
{
    "instanceid": "ocde8d3204fb",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "datadirectory": "\/var\/www\/owncloud_data",
    "dbtype": "mysql",
    "version": "12.0.5.3",
    "dbname": "owncloud",
    "dbhost": "localhost",
    "dbtableprefix": "oc_",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "enable_previews": true,
    "forcessl": true,
    "theme": "",
    "maintenance": false,
    "mail_smtpmode": "smtp",
    "mail_smtphost": "smtp.world4you.com",
    "mail_smtpport": "587",
    "mail_smtptimeout": 10,
    "loglevel": 3,
    "share_folder": "\/Shared",
    "trusted_domains": [
        "service.chricar.at"
    ],
    "mail_from_address": "xenon",
    "mail_domain": "strakosch.at",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "singleuser": false,
    "forceSSLforSubdomains": true,
    "trashbin_retention_obligation": "auto",
    "filelocking.enabled": "false",
    "filesystem_check_changes": 1,
    "mail_smtpauthtype": "PLAIN",
    "mail_smtpsecure": "tls",
    "mail_smtpauth": 1,
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
    "auth.bruteforce.protection.enabled": true,
    "overwrite.cli.url": "\/owncloud",
    "updater.release.channel": "stable",
    "memcache.local": "\\OC\\Memcache\\APCu"
}

Are you using external storage, if yes which one: local/smb/sftp/...

Are you using encryption: no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

LDAP configuration (delete this part if not used)
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder

Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';


Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.

Client configuration

Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/64.0.3282.167 Chrome/64.0.3282.167 Safari/537.36

Operating system:

Logs

Browser log
Insert your webserver log here 
Nextcloud log
Insert your Nextcloud log here
Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@ChristophWurst
Copy link
Member

Duplicate of #205.

@gnipp
Copy link

gnipp commented Mar 11, 2019

Not solved yet

I'd like to come back to this issue since it was not yet solved in my opinion.
Issue 205 is just about the possibility to flip the read state using the u key.

Requested was an option to stop the client from marking read by himself as possible in almost every mail-client. There are options to let the user choose the time delay to mark as read or whether this must be handled manually. (sometimes indicated with a 0 in the time field.)

Is there anything I can do to have that option available?

@ChristophWurst
Copy link
Member

Is there anything I can do to have that option available?

You could contribute a fix 😉

@stale
Copy link

stale bot commented Sep 22, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 22, 2019
@stale stale bot closed this as completed Oct 13, 2019
@smilingj
Copy link

Too bad that this issue has been closed. As I like to leave messages unread as simple reminder for myself that I need to do something about the mail. I use it as a kind of "done" marker, which works for me pretty well.

@azett
Copy link

azett commented Jul 9, 2023

Too bad that this issue has been closed. As I like to leave messages unread as simple reminder for myself that I need to do something about the mail. I use it as a kind of "done" marker, which works for me pretty well.

Same here. A config option "do not mark as read automatically" would be of great value.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants